RE: taskdef classpath problem

2005-12-31 Thread Gunnar Sigurdsson
Thanks for you help. Your suggestion did the trick ... Gunnar On Thu, 29 Dec 2005, Rainer Noack wrote: > [cut] > > The ThreadContextClassloader is typically not your task's classloader. > > You can set the ThreadContextClassloader before instantiating > ClassPathXmlApplicationContext. > > Do

Re: Which command line parameter could get all targets' name in build.xml ?

2005-12-31 Thread Rhino
My only suggestion is that you clarify your question. I have no idea what you are asking. For what it's worth, you can list all the targets you like in your command line and all of them are associated with the option(s) you specify. For example, if you do this: ant -v -d -f prep1.xml init co

Re: Which command line parameter could get all targets' name in build.xml ?

2005-12-31 Thread Wascally Wabbit
ant -projecthelp gives list of public targets for build.xml in current directory. (Use -f to name alternative build script.) At 04:12 AM 12/31/2005, you wrote: hi all: anybody could give any suggestions ? ant [options] [target [target2 [target3] ...]] Options: -help, -h prin

RE: can't compile package

2005-12-31 Thread M V Vinod Babu
Hi.. Just try by amending ur task ni this format Cheers Vinodbabu MV -Original Message- From: panji [mailto:[EMAIL PROTECTED] Sent: Saturday, December 31, 2005 8:35 AM To: Ant Users List Subject: Re: can't compile package ant just tell me that BUILD was SUCCESSFUL. Th

Which command line parameter could get all targets' name in build.xml ?

2005-12-31 Thread ajax chelsea
hi all: anybody could give any suggestions ? ant [options] [target [target2 [target3] ...]] Options: -help, -h print this message -projecthelp, -p print project help information -version print the version information and exit -diagnostics pri