I highly recommend using ant to manage your project including clean,
compile, deploy, javadoc, etc. etc.
http://supportweb.cs.bham.ac.uk/docs/tutorials/docsystem/build/tutorials/ant/ant.html
http://ant.apache.org/
srikanth_arr wrote:
i am new to struts when i compiling the my first struts app
iam getting a error
D:\Program Files\Apache Software Foundation\Tomcat
5.5\webapps\FirstApp>javac *.
java -d ..\web-inf\classes
UserRegistrationAction.java:8: error while writing
strutsEx.UserRegistrationActi
on: ..\web-inf\classes\strutsEx\UserRegistrationAction.class (The system
cannot
find the path specified)
public class UserRegistrationAction extends Action
^
Note: UserRegistrationForm.java uses or overrides a deprecated API.
Note: Recompile with -Xlint eprecation for details.
1 error
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]