Re-reading this today with fresh eyes, I realize my only statement of the
problem was in the subject line.

The problem I am facing is that every time I run our GWT application in
DEBUG mode in Eclipse, *.class files are being generated and inserted
directly into the /src folder.

In classic fashion, this hasn't always been the case, and I can't remember
exactly when or what triggered the change.

Wondering if anyone else has seen this?

My guess is that it's something rudimentary/simple that I've done (or not
done) in the Debug Configuration for Eclipse.

Any tips greatly appreciated.
Erik



On Thu, Mar 10, 2011 at 02:59, euzuro <[email protected]> wrote:

> 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.
>

-- 
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.

Reply via email to