I seem to have run up against a wall and am curious if anyone else out there
has seen this behaviour.
I perform the following steps:
- Get latest from trunk of repository
- Refresh Project in Navigator view of Eclipse
- Check "svn status" -> no modified files
- Project->Clean... (cleans and rebuilds project)
- Check "svn status" -> no modified files
- Run the application in "Debug" mode[1]
- Check "svn status" -> no modified files
- Open link to the application in Browser
- Check "svn status" -> no modified files
- ...wait until application fully loads...
- Check "svn status" -> .class files are littered throughout the /src
directory
First of all, this doesn't seem to be happening to any of the other
developers who are part of the team (and working with the same repository).
Furthermore, this doesn't happen when I am running a full deploy (we use ant
for deploy build, war is deployed via tomcat)...
Both of which lead me to think that it must be something to do with my local
Debug configuration.
The salient tabs there seem to be:
*Arguments
*
*Program Arguments: *
-remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -logLevel INFO
-codeServerPort 9997 -port 8888 -war
C:\cygwin\home\euzuro\tt\trunk\StargazerWeb\war
com.traveltripper.stargazer.Stargazer
*
VM arguments:
*-Xmx1024M -XX:MaxPermSize=384m -Denv=LOCAL
-DconfigBase=classpath:com/traveltripper/config
*Classpath
*
*Bootstrap Entries *
JRE System Library
*User Entries*
* *src
gwt-dev.jar
WEB-INF
ProjectName (default classpath)
Anyone have any ideas? Infinitely grateful for any guidance. As you can
probably guess, I'm not terribly versed at Eclipse so any help is
appreciated.
Cheers,
Erik
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.