Funny you should mention this.
There was change in the location of where you put those files.
We use JB6 and they had to go in the classes directory for correct 
deployment, but when JB7 came out it blew them away. You had to move 
them to the src directory.

I have been looking at free IDE's and I would go with
Eclipse for servlet development before using NetBeans or Sun's ONE one.

Just my feel for development./

Regards Al


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
Joseph Fifield
Sent: Monday, January 06, 2003 7:10 AM
To: [EMAIL PROTECTED]
Subject: Re: [OS-webwork] Way to go Eclipse yeah ....


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


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