RE: sequence of prereqs in maven.xml file

2005-03-25 Thread GOKULAM Jayaram
Porter [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 12:04 PM To: Maven Users List Subject: Re: sequence of prereqs in maven.xml file java:compile relies on some variables being set which are done when the project is initialised. If your source is not there when you first run the project

Re: sequence of prereqs in maven.xml file

2005-03-25 Thread Brett Porter
: Re: sequence of prereqs in maven.xml file java:compile relies on some variables being set which are done when the project is initialised. If your source is not there when you first run the project, it will think there is none and will not attempt to compile. It is recommended that you