AW: creating -projecthelp default help target

2005-07-25 Thread Jan.Materne
Have a look at http://issues.apache.org/bugzilla/show_bug.cgi?id=14941 Jan >-Ursprüngliche Nachricht- >Von: Ivan Ivanov [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 26. Juli 2005 01:52 >An: Ant Users List >Betreff: RE: creating -projecthelp default help target >

RE: creating -projecthelp default help target

2005-07-25 Thread Ivan Ivanov
e java task is cross platform I > agree that it is > the better way to go. Thanks again. > > > > -Original Message- > From: Ivan Ivanov > [mailto:[EMAIL PROTECTED] > Sent: Monday, July 25, 2005 4:12 PM > To: Ant Users List > Subject: Re: creating -projec

RE: creating -projecthelp default help target

2005-07-25 Thread Dewey, John
Ivan Ivanov [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 4:12 PM To: Ant Users List Subject: Re: creating -projecthelp default help target Hello Dewey, What is the operating system you are using. If it is windows, error=2 usually means that windows is not able to find the executable, i.e.

Re: creating -projecthelp default help target

2005-07-25 Thread Ivan Ivanov
Hello Dewey, What is the operating system you are using. If it is windows, error=2 usually means that windows is not able to find the executable, i.e. it is not in the classpath. Also bear in mind that the usual way of using on windows is like this: and it is described fully in docs[1].

creating -projecthelp default help target

2005-07-25 Thread Dewey, John
Hi I'm trying to get ant help to printout a small message and then the ant -projecthelp listing, but I keep getting the following error: C:\Documents and Settings\jdewey\Desktop\zz\build.xml:11: Execute failed: java.io.IOException: CreateProcess: ant -projecthelp error=2 Any ideas? The build fil