Re: unzip PK 2.1 zip files

2007-10-04 Thread Stefan Bodewig
On Thu, 4 Oct 2007, Rob Anderson <[EMAIL PROTECTED]> wrote: > I am getting an error when trying to unzip a PK 2.1 compressed zip > file. > > BUILD FAILED /home/rande4/build.xml:7: > java.lang.IllegalArgumentException: invalid compression method The ZIP "standard" defines several compression met

Re: Ant 1.6.5 to 1.7.0 migration: delete seems to ignore modified selector

2007-10-04 Thread Peter Reilly
This looks like a regression, can you file a bugzilla report, please. Peter On 10/4/07, DJ Kingsolver <[EMAIL PROTECTED]> wrote: > Hi all, > I've been an Ant user for near a year, but this my first time posting to > this group. Thanks in advance for any help you can provide. > > In a nutshell,

Re: junitvmwatcher error junit 4.4, ant 1.7

2007-10-04 Thread James Cox
there are no org/apache packages in that jar. I suspect that it's probably something to do with xml parsing. If so, I'm not sure that there would be a sane solution to this problem. I was really just trying to help someone that was looking for the underlying cause. -- View this message in con

Ant 1.6.5 to 1.7.0 migration: delete seems to ignore modified selector

2007-10-04 Thread DJ Kingsolver
Hi all, I've been an Ant user for near a year, but this my first time posting to this group. Thanks in advance for any help you can provide. In a nutshell, the problem I'm having is this: I have several build files that run flawlessly under Ant 1.6.5, but they don't work correctly under Ant 1.7.0

Re: junitvmwatcher error junit 4.4, ant 1.7

2007-10-04 Thread Peter Reilly
On 10/4/07, James Cox <[EMAIL PROTECTED]> wrote: > > I just started getting this error message today after adding websphere's > webservices.jar to my test classpath. I was using jdk 1.4 and ant 1.7. > Removing it from my classpath fixed the problem... It is most likely that the webservices.jar has

Re: junitvmwatcher error junit 4.4, ant 1.7

2007-10-04 Thread James Cox
I just started getting this error message today after adding websphere's webservices.jar to my test classpath. I was using jdk 1.4 and ant 1.7. Removing it from my classpath fixed the problem... -- View this message in context: http://www.nabble.com/junitvmwatcher-error-junit-4.4%2C-ant-1.7-tf

Documentation for IMPORT task has "beta" watermarks

2007-10-04 Thread Michael Giroux
The file at http://ant.apache.org/manual/CoreTasks/import.html has "BETA" watermarks. Strange since 1.7 is no longer beta, and was available in 1.6. Perhaps this is already reported. Michael Giroux - To unsubscribe, e-mail: [E

unzip PK 2.1 zip files

2007-10-04 Thread Anderson, Rob (Global Trade)
I am getting an error when trying to unzip a PK 2.1 compressed zip file. BUILD FAILED /home/rande4/build.xml:7: java.lang.IllegalArgumentException: invalid compression method Any help would be appreciated. Thanks, __ Robert Anderson Sr. System Engineer Nike - Global Trad

exec: redirect to property and standard output

2007-10-04 Thread Kees van Dieren
Hi, Is it possible with the exec task to redirect output to both standard output and a property? Why do I need this? We call maven from ant. Maven does not return exit code -1 when it fails. So afterwards, we check with fail and contains, if it contains [error]. However, this maven process takes