Maybe I didn't explain myself fully; the developers will download the build environment and it is ignorant of all absolute paths; ie: the developer can copy it where ever they want on their system and all the linkages between Eclipse/Ant/Tomcat/Java are intact. If I simply copied the environment from my machine it would still contain absolute paths (including drive letters, if I was developing on Windows).
Main Topics
Browse All Topics





by: dbkrugerPosted on 2005-09-23 at 08:31:20ID: 14945195
Sounds like this would solve your problem, not the most elegant solution, but on Linux, I can set up my workspace the way I want, and snapshot the whole thing. If I bring it anywhere, everything is the same. So clearly, there are some files in the mess that do the job. If you are setting up developers from scratch, you can just build the entire image of their workspace and hand it to them. That should work in windows as well. Otherwise, maybe someone else knows what the specific file is.
Dov