> > Well my worst fears have been confirmed. After importing my project
> > into Eclipse I notice that this stupid IDE decided to "clean" my output
> > compile path which was WEB-INF/classes for my web app an in doing so
> > this stupid program decided to get rid of everything in that directory
> > including the webwork.properties,views.properties etc files that I had

Put those resources in the source folder. During the build, they will be
copied to the classes folder.

> Ignore Eclipse's build process and just use ant then ( remember to turn
off
> auto/background compilation ). It always surprise me that no popular java
IDE
> are using ANT as its native/default build/compilation system yet. ( Most
java
> developer will do that anyway )

I think I remember seeing that this could be done. In the project
properties, under External Tools Builders, you can add an ant script. Not
sure if it's possible to disable the default java builder though (maybe by
removing it directly from the .project file?)

Joe



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to