Re: Ant on z/OS

2006-07-21 Thread jmaxwell
I have not had a problem running Ant 1.6.5 on Z/OS 1.4 with JDK 1.4.2. I also use the without issue. There is an issue with . It outputs fine to a file, but sends junk when sent to the screen. I do not send any options to the JVM. All my build scripts and properties files are in EBCDIC. My bui

Directory name for common ant scripts

2006-05-26 Thread jmaxwell
Is there a consensus on which directory in a project to store common ant scripts? I have seen the following in the wild: etc, conf, ant-build, tools, common, bin. The rest of my directory layout is straight from TheElementsOfAntStyle page on the wiki and Ant In Anger. Cheers, Jeff -- Vie

Re: Maven dependencies Fileset causes NPE

2006-05-18 Thread jmaxwell
This a bug in the Maven task. I opened a bug and submitted a patch: http://jira.codehaus.org/browse/MNG-2304 jmaxwell wrote: > > Using the maven ant tasks I receive a null pointer if I set a fileset ref > and then set a property with that ref. However if a set a path ref I do > n

Maven dependencies Fileset causes NPE

2006-05-18 Thread jmaxwell
Using the maven ant tasks I receive a null pointer if I set a fileset ref and then set a property with that ref. However if a set a path ref I do not get a NPE. If this is a Maven ant task prob I will ask there. Exception: java.lang.NullPointerException at org.apache.tools.ant.types.Abs

Re: Tar Error: fileset doesn't denote a Tar$TarFileSet

2006-04-26 Thread jmaxwell
Stefan, Actually I did need the additional feature: prefix. It is not a huge deal one way or the other. I just like to define all my patternsets and filesets in one location. Cheers, Jeff Stefan Bodewig wrote: > > On Wed, 26 Apr 2006, jmaxwell <[EMAIL PROTECTED]> wrote: >&

Re: Tar Error: fileset doesn't denote a Tar$TarFileSet

2006-04-26 Thread jmaxwell
Jeff, Thanks for the quick response. It turns out this doesn't work in 1.6.5 but filesets have been refactored in 1.7. I reviewed the ant svn trunk and the 1.6.5 tag. This issue is fixed in trunk. Cheers, Jeff -- View this message in context: http://www.nabble.com/Tar-Error%3A-fileset-doe

Tar Error: fileset doesn't denote a Tar$TarFileSet

2006-04-26 Thread jmaxwell
I am trying to use a fileset reference with the tar task When run I receive the following error: lib.fileset doesn't denote a Tar$TarFileSet Details: Ant 1.6.5 JVM: 1.4.2_10 Platform: SPARC OS: Solaris 10 Any Ideas? Cheers Jeff -- View this message in context: http://www.nabble