user@ant.apache.org

2005-12-09 Thread soumya sutar
http://us.f506.mail.yahoo.com/ym/[EMAIL PROTECTED]&YY=31170&order=down&sort=date&pos=0http://us.f506.mail.yahoo.com/ym/[EMAIL PROTECTED]&YY=31170&order=down&sort=date&pos=0 "Gunter, Tony" <[EMAIL PROTECTED]> wrote: Ah! That explains why I can't find optional.jar for 1.6.5 ... But it raise

Problem With SchemaExport And Hibernate 3 In Ant 1.6.4

2005-12-09 Thread Michael Duffy
SchemaExport task isn't working for me. I'm running Ant 1.6.4 under JDK 1.4.2_05 with Hibernate 3.0. I've generated the Hibernate .hbm.xml files using Ant and XDoclet. Those appear to be correct. One of those is named Option.hbm.xml. When I run the SchemaExport as a task, I get the following e

Re: ant-optional.jar

2005-12-09 Thread Antoine Levy-Lambert
Hello, Actually, if you use the ftp task, you need the commons-net jar, oro, and ant-commons-net.jar. The best is to download ant from ant.apache.org, going to "Download", "Binary Distributions". If you build ant yourself, get the dependencies before building, and put them in the source tree unde

Re: AW: How to use ANT as a command shell

2005-12-09 Thread Ninju Bohra
Have you looked in the archive at the following message: http://marc.theaimsgroup.com/?l=ant-user&m=113040722211523&w=2 It describes a way to create a "driver" batch file to take the traditional command-line parameters (i.e. without the -D business) and converts them so that they have -D in f

RE: ant-optional.jar

2005-12-09 Thread Ivan Ivanov
Hello, I am using ftp task without problems. Be sure that you follow the instruction in Library Dependencies Section [1] in ant manual. Regards Ivan [1]http://ant.apache.org/manual/install.html#librarydependencies --- "Gunter, Tony" <[EMAIL PROTECTED]> wrote: > > Ah! That explains why I can'

RE: ant-optional.jar

2005-12-09 Thread Gunter, Tony
Ah! That explains why I can't find optional.jar for 1.6.5 ... But it raises other questions: I'm trying to use the ftp task with Ant 1.6.5, but ant is telling me it doesn't recognize the task named "ftp." I downloaded both the oro and commons.net jar files, placed them in ANT_HOME\lib, and Ant s

Re: ant-optional.jar

2005-12-09 Thread Ivan Ivanov
Hello, what version of Ant are you using? optional.jar was used prior to Ant 1.6. If you use Ant 1.6 you do not need it; if not, it is better to upgrade. Regards Ivan --- "Gunter, Tony" <[EMAIL PROTECTED]> wrote: > > Can someone tell me where to download > ant-optional.jar? I can't seem to >

Re: AW: How to use ANT as a command shell

2005-12-09 Thread Frank W. Zammetti
I have to admit I did not catch this thread until now, so if this is gibberish than do please ignore it :) But, just reading this particular message, I have to ask, are you using Windows? If so, you would make sure ant IS NOT in your path, then you could create a batch file to kind of "bootst

RE: ant-optional.jar

2005-12-09 Thread Ferrer, Eric
Go to Jarhoo.com and you can search for it. The key is to get the right jar file for the right version. -Original Message- From: Gunter, Tony [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 11:50 AM To: Ant Users List Subject: ant-optional.jar Can someone tell me where to dow

ant-optional.jar

2005-12-09 Thread Gunter, Tony
Can someone tell me where to download ant-optional.jar? I can't seem to find it online. *** The information in this email is confidential and may be legally privileged. Access to this email by anyo

Re: AW: How to use ANT as a command shell

2005-12-09 Thread Michael Giroux
Thanks for all the comments. After reading the entire thread, it seems that the short answer is "no", at least not at the moment. My specific requirement could be handled if a target had visibility to the list of remaining targets: ant dosomething arg1 arg2 ... Given this command line, ant will

Re: AW: p4 submit problems

2005-12-09 Thread Antoine Levy-Lambert
[EMAIL PROTECTED] wrote: >Hello Antoine, > >sorry for the late reply. I have solved my problem. :) > >It wasn't CC's Ant. But i upgraded to eclipse 3.1 which includes Ant1.6.5. The >P4 Tasks require jakarta-oro. Documentation says that any 2.0.x will do, but I >have found out that 2.0.3 does no

Re: AW: p4 submit problems

2005-12-09 Thread lists
Hello Antoine, sorry for the late reply. I have solved my problem. :) It wasn't CC's Ant. But i upgraded to eclipse 3.1 which includes Ant1.6.5. The P4 Tasks require jakarta-oro. Documentation says that any 2.0.x will do, but I have found out that 2.0.3 does not support a method split(collecti

Re: Ant log message levels for output of Exec-like tasks

2005-12-09 Thread Steve Loughran
Jim Doyle wrote: Hi, We've just added our Ant build to CruiseControl and are working to make it as usable as possible. One of our issues is the interpretation of Ant log messages by CruiseControl. CruiseControl captures all log messages issued by the Ant build and captures the messages' lev