Re: cannot open ant 1.6.5 zip file

2008-02-27 Thread Ferdinand Urban
On Thu, Feb 28, 2008 at 8:48 AM, Jenny Hii <[EMAIL PROTECTED]> wrote: > hey, > I try to download apache-ant-1.6.5-bin.zip apache ant from > http://archive.apache.org/dist/ant/binaries/ since two days ago. But the > downloading completed when i downloaded till 4.808MB. When i try to open > the zip

cannot open ant 1.6.5 zip file

2008-02-27 Thread Jenny Hii
hey, I try to download apache-ant-1.6.5-bin.zip apache ant from http://archive.apache.org/dist/ant/binaries/ since two days ago. But the downloading completed when i downloaded till 4.808MB. When i try to open the zip file using WinZip, it prompt me the error as below: " Cannot open file: it

Replace task does not succeed if file is too large

2008-02-27 Thread alain.perry
Hi, I wanted to integrate JWSDP 2.0 in Tomcat 5.0. To do this, the distrib of JWSDP gives some tools. For Tomcat integration, this is done by a ant build file which makes backups, copies, and replaces tokens in different files : server.xml, catalina.properties, setenv.bat I use ant 1.7 ; the ant

AW: How to display the classpath that Ant is using to launch the java task?

2008-02-27 Thread Rainer Noack
maybe http://enitsys.sourceforge.net/ant-classloadertask/ can help you. cheers rainer -Ursprüngliche Nachricht- Von: Fred Janon [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 27. Februar 2008 03:39 An: user@ant.apache.org Betreff: How to display the classpath that Ant is using to lau

bug: jar task with nested service does not create META-INF/services

2008-02-27 Thread Robert Koberg
Hi, I am trying to use the nested service element in the jar class. It produces a META-INF/service rather than META-INF/services: /** * Write SPI Information to JAR */ private void writeServices(ZipOutputStream zOut) throws IOException { Iterator serviceIterator;

Re: SQL task and resource collections ...

2008-02-27 Thread Matt Benson
--- John Shott <[EMAIL PROTECTED]> wrote: > Matt: > > Thanks for your quick response ... I had been > unaware of the > task/condition and will begin > reading up on it > immediately as that is clearly a useful feature in > cases such as this one. > > I particularly appreciate the fact that y

AW: Small bug in attrib example

2008-02-27 Thread Jan.Materne
Thanks, I changed that. Jan > -Ursprüngliche Nachricht- > Von: Ognjen Blagojevic [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 27. Februar 2008 12:38 > An: Ant Users List > Betreff: Small bug in attrib example > > There is a small bug in example on the page: > >http://ant.apache

Small bug in attrib example

2008-02-27 Thread Ognjen Blagojevic
There is a small bug in example on the page: http://ant.apache.org/manual/OptionalTasks/attrib.html Closing attrib tag is missing "/". Regards, Ognjen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Ant spawn problem

2008-02-27 Thread heelha
We are using ant in hudson CI tool for starting weblogic server. Part of Ant script is : We use nohup command in the startWeblogic.sh for recording logs to a file. When this target is launched, weblogic starts. Bu

Re: specify versions separate from dependencies

2008-02-27 Thread Xavier Hanin
On Tue, Feb 26, 2008 at 6:46 PM, Harald Braumann <[EMAIL PROTECTED]> wrote: > Hi, > > is it possible with ivy to specify the versions of dependencies > separate from the actual dependency specification? Similar to the > section in maven's parent pom? There is no direct support for this currently

Re: override=true in ivy settings

2008-02-27 Thread Xavier Hanin
On Tue, Feb 26, 2008 at 9:37 PM, Gary Herndon <[EMAIL PROTECTED]> wrote: > Hi, > > I recently tried to upgrade from alpha-2 to latest trunk build (from > 2/21/08) and noticed that I had to add an override="true" to my > ant task. I did this, and I was able to build my project > with trunk's ivy,