Advertisement
infogulch

Untitled

Feb 7th, 2012
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1.  
  2. My filesystem:
  3.  
  4. Dropbox\ # the path to this directory can change!
  5. Apps\
  6. eclipse\
  7. eclipse.exe
  8. Java\ #this is my workspace
  9. securechannelfacade\ #project 1
  10. submit\ #project 2
  11.  
  12. Relative to eclipse.exe the path "..\..\Java" refers to my workspace.
  13.  
  14. My goal: open the two projects with relative paths, so when the top directory (Dropbox) changes, the project's file references don't break.
  15.  
  16. My problem: When I go to: "File > Import..." and select "General > Existing Projects into Workspace" and type my relative directory "..\..\Java" in the root directory field, select all projects, and click the Finish button, I get this error message:
  17.  
  18. Invalid project description.
  19. 'Java/temp/securechannelfacade' is not a valid location. The location is relative to undefined workspace path variable 'Java'.
  20.  
  21. Screenshot of the error: http://dl.dropbox.com/u/2925840/Eclipse.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement