Re: [OT] Re: Force clean / reload a webapp

2007-04-17 Thread piloupy GOTTAPIL
hi, Are you sure you have the validator-rules.xml in your WEB-INF directory? Thanks, Nuwan. - Original Message - From: "piloupy GOTTAPIL" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, April 17, 2007 8:20 AM Subject: Re: [OT] Re: Force clean / relo

Re: [OT] Re: Force clean / reload a webapp

2007-04-17 Thread Nuwan Chandrasoma
hi, Are you sure you have the validator-rules.xml in your WEB-INF directory? Thanks, Nuwan. - Original Message - From: "piloupy GOTTAPIL" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, April 17, 2007 8:20 AM Subject: Re: [OT] Re: For

Re: [OT] Re: Force clean / reload a webapp

2007-04-17 Thread piloupy GOTTAPIL
There's no problem in my Java Build Path. I have no error and no warning on my WEB-INF/src. I only have errors and warnings on my WEB-INF directory : ERRORS : Severity and DescriptionPathResourceLocation Creation Time Id Validation rule "email" doesn't exist.

Re: [OT] Re: Force clean / reload a webapp

2007-04-16 Thread Dave Newton
--- piloupy GOTTAPIL wrote: > That's how I configured eclipse in the Build Path. > WEB-INF/src --(compile_to)--> WEB-INF/classes. > > But eclipse doesn't seem to rebuild the classes. I > think it's because the element that needs these files > is tomcat, and not a simple java application. It shoul

Re: [OT] Re: Force clean / reload a webapp

2007-04-16 Thread piloupy GOTTAPIL
If you set the build output directory to WEB-INF/classes you shouldn't need to build a WAR file during development. That's how I configured eclipse in the Build Path. WEB-INF/src --(compile_to)--> WEB-INF/classes. But eclipse doesn't seem to rebuild the classes. I think it's because the element

[OT] Re: Force clean / reload a webapp

2007-04-16 Thread Dave Newton
--- piloupy GOTTAPIL <[EMAIL PROTECTED]> wrote: > What you said was right : I need to recompile the > classes to make it work correctly. eclipse is > configured to rebuild automatically, but it > seems to only work with a standard java application. If you set the build output directory to WEB-INF

Re: Force clean / reload a webapp

2007-04-16 Thread Martin Gainty
immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "piloupy GOTTAPIL" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, April 16, 2007 8:49 AM Subject: Re: Force clean / r

Re: Force clean / reload a webapp

2007-04-16 Thread piloupy GOTTAPIL
TECTED]> To: "Struts Users Mailing List" Sent: Monday, April 16, 2007 2:44 PM Subject: Re: Force clean / reload a webapp > Hi, > > dont you create a .war file and deploy your application? , if you delete > the files inside /WEB-INF/classes you will loose all the .class files.

Re: Force clean / reload a webapp

2007-04-16 Thread Nuwan Chandrasoma
this would help you. Thanks, Nuwan. - Original Message - From: "Nuwan Chandrasoma" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, April 16, 2007 2:44 PM Subject: Re: Force clean / reload a webapp Hi, dont you create a .war file and dep

Re: Force clean / reload a webapp

2007-04-16 Thread Nuwan Chandrasoma
Hi, dont you create a .war file and deploy your application? , if you delete the files inside /WEB-INF/classes you will loose all the .class files. make sure you have auto build enabled in eclipse and also if you delete the files inside /WEB-INF/classes folder in production sever you will loos