On Fri, 21 Sep 2001, Vassilis Rizopoulos wrote: > I'll hazard a guess here, cause I had to fiddle with the scripts myself to > get the build to work and have no idea how they originally looked (couldn't > be bothered to keep backups :) and I actually didn't think somebody could ask > about it - dumm dumm ). > The error message means that ant is called like this: > ant ant.properties.sample > which means that ant is looking for a target (a set of XML tags) in > build.xml, which ofcourse does not exist. > Unfortunately, I can't access CVS from behind my firewall to actually check > the script, but in general I do the following:
Just in case you sit behind a firewall which doesn't allow cvs and you'll need of some few files do it via http://cvs.apache.org Giacomo > --Lose the script. > --Get Ant and put it somewhere where you know it will work from. > --open a command prompt > --Set JAVA_HOME to your jdk path > --Set ANT_HOME to your ant path > --Add %JAVA_HOME%\bin;%ANT_HOME%\bin to your PATH > (I have them all in a batch file a call antenv.bat, so open a command prompt, > run antenv.bat and...:) > --Change to the directory and run ant. That is run: > > ant.bat > --fiddle with it until it works (usually the classpath needs adjusting :) ) > V.- > > > >> > > -----Original Message----- > >> > > From: Paul Hammant [mailto:[EMAIL PROTECTED] > >> > > Sent: Friday, September 21, 2001 4:17 AM > >> > > To: Avalon > >> > > Subject: Re: Building Avalon v4.0 > >> > > > >> > > > >> > > Alan, > >> > > > >> > > > Target `ant.properties.sample' does not exist in this project. > >> > > > >> > > Do you have Ant installed elsewhere? Do a 'set path', then > >> > > think over the entries in that list. > >> > > > >> > > Which OS - Windows2000, 95, 98, ME, XP? > >> > > > >> > > - Paul > >> > > > >> > > ____________________________________________________________ > >> > > Do You Yahoo!? > >> > > Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk > >> > > or your free @yahoo.ie address at http://mail.yahoo.ie > >> > > > >> > > > >> --------------------------------------------------------------------- > >> > > To unsubscribe, e-mail: [EMAIL PROTECTED] > >> > > For additional commands, e-mail: > >> [EMAIL PROTECTED] > >> > > > >> > > >> > > >> --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: [EMAIL PROTECTED] > >> > For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
