I'm assuming you're using environment variables to point to the location of gwt jar (and other needed libraries). One solution is instead of having everyone put those libraries on their local machine with an env var pointing to it, try packaging the gwt jar (and other needed libraries) with the project so that you can reference it from a more 'hardcoded' standpoint. The other main benefit to this is that you can more easily control the version of the library being used. Otherwise you're at the mercy of the developer or deployment machine to hope that they have the correct version of everything installed. If somebody's dev or test box has gwt 1.5.3, but the production server points to 1.5.1 you may end up with subtle differences that could be a pain to track down.
I think the only items that I use env vars for are my JDK path, Ant path and AppServer deployment path. On Mar 6, 7:48 am, Miloš Ranđelović <milos....@gmail.com> wrote: > Hi, > > I have several developers working on a GWT project and synchronizing > via SVN. The problem is naturally with their local paths and those > stored in the SVN. I have managed to use environment system variables > to overcome this, everywhere but in the Eclipse .launch file (I have > them in the launch and shell cmd files, and I use classpath variables > in project properties to locate GWT files). It just doesn't seem to > want to work with system environment variables. I've searched for a > solution, but without any luck. > > Is there a way to use environment variables in the launch file, or any > other way (where I don't need to hard code paths in the file) to > overcome this? > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---