RE: Using ant on Z/OS (OMVS)

2004-10-29 Thread Joyce Li
Thanks Matt. I'll see if I can get it resolved somehow. Z/OS is new for me, and I saw a posting to the ant users list asking questions about using ant on Z/OS, and he seems to be able to get it running. I am just trying my luck here to see if there is any quick solution. If I have it fixed, I

RE: Using ant on Z/OS (OMVS)

2004-10-29 Thread Matt Benson
--- Joyce Li <[EMAIL PROTECTED]> wrote: > I got the same error. > > Here is the command: > > /usr/lpp/java/IBM/J1.3/bin/java -classpath > /u/dwl/ant161/lib/ant-launcher.jar > -Dant.home=/u/dwl/ant161 > org.apache.tools.ant.launch.Launcher -lib Unfortunately I don't have access to anything runnin

RE: Using ant on Z/OS (OMVS)

2004-10-29 Thread Joyce Li
I got the same error. Here is the command: /usr/lpp/java/IBM/J1.3/bin/java -classpath /u/dwl/ant161/lib/ant-launcher.jar -Dant.home=/u/dwl/ant161 org.apache.tools.ant.launch.Launcher -lib Joyce > -Original Message- > From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Friday, October

Re: apply task appends source even when not specified?

2004-10-29 Thread Matt Benson
--- Todd Wells <[EMAIL PROTECTED]> wrote: > I've been wrestling with the apply task and trying > to figure out why > this behavior is exhibited and how I can prevent it. Todd: Since Ant 1.6, has had a new attribute "addsourcefile" that you can set to "false" to avoid this behavior. HTH, Matt

RE: Using ant on Z/OS (OMVS)

2004-10-29 Thread Matt Benson
--- Joyce Li <[EMAIL PROTECTED]> wrote: > I does seems weird, but the full error I got is just > org/apache/tools/ant/ExitException > The command it executed was: > /usr/lpp/java/IBM/J1.3/bin/java -classpath > /u/dwl/ant161/lib/ant-launcher.jar > -Dant.home=/u/dwl/ant161 > org.apache.tools.ant.laun

RE: Using ant on Z/OS (OMVS)

2004-10-29 Thread Joyce Li
I does seems weird, but the full error I got is just org/apache/tools/ant/ExitException The command it executed was: /usr/lpp/java/IBM/J1.3/bin/java -classpath /u/dwl/ant161/lib/ant-launcher.jar -Dant.home=/u/dwl/ant161 org.apache.tools.ant.launch.Launcher -lib . -v I've tried to supply a buil

RE: Using ant on Z/OS (OMVS)

2004-10-29 Thread Matt Benson
--- Joyce Li <[EMAIL PROTECTED]> wrote: > The shell scripts used to start ant needs to be > converted. Let's back up. What is the full error output you are receiving? > > Joyce > -Matt __ Do you Yahoo!? Y! Messenger - Communicate in real ti

apply task appends source even when not specified?

2004-10-29 Thread Todd Wells
I've been wrestling with the apply task and trying to figure out why this behavior is exhibited and how I can prevent it. The task: [using ant 1.5.1] There are a bunch of zip files in a dire

RE: Using ant on Z/OS (OMVS)

2004-10-29 Thread Joyce Li
The shell scripts used to start ant needs to be converted. Joyce > -Original Message- > From: Kris Read [mailto:[EMAIL PROTECTED] > Sent: Friday, October 29, 2004 1:02 PM > To: Ant Users List > Subject: Re: Using ant on Z/OS (OMVS) > > I have absolutely no experience here. > > Howeve

Re: Using ant on Z/OS (OMVS)

2004-10-29 Thread Kris Read
I have absolutely no experience here. However, since ant is Java, why do you need to convert anything? On Fri, 29 Oct 2004 12:01:57 -0400, Joyce Li <[EMAIL PROTECTED]> wrote: > Has anyone been able to run Ant successfully on Z/OS (OMVS)? > > I am using a normal Ant 1.6.1 distribution and conv

Using ant on Z/OS (OMVS)

2004-10-29 Thread Joyce Li
Has anyone been able to run Ant successfully on Z/OS (OMVS)? I am using a normal Ant 1.6.1 distribution and converted all the files under the bin folder to EBCDIC inorder to run them. I got the following exception with the command "./ant -version". org/apache/tools/ant/ExitException Ple

"available" shouldn't actually load the class; just see if it's resolvable

2004-10-29 Thread David Smiley
Hello. Recently I got the uddi4j source and I rant it's ant build script. It turns out that it would conditionally compile some extras if I have Apache's soap & axis projects on the classpath. I checked this via: property="apache-soap.available" /> prope

RE: Error

2004-10-29 Thread Christian Ashby
I think I'm glad my mail server stripped whatever was attached to this. Especially when you consider that this is supposedly a reply to a message which was never delivered to this list: none of the messages that I have archived contain "Error" as the subject, at least, not in the last month and a h

RE: Unable to create junit task with ant 1.6.2 & junit3.8.1

2004-10-29 Thread AjayaSahoo
Hi Jake, It works fine with that approach. However, I am interested in creating a junit task which is the clean way of doing this. I have followed the suggestions for creating the task and I get this error "could n't findf junit/framework/TestListener" although I have put the junit.jar in the clas

Re: Unable to create junit task with ant 1.6.2 & junit3.8.1

2004-10-29 Thread Jacob Kjome
The JUnit task is located in ANT_HOME/lib. If you want to use the JUnit task without putting junit.jar in ANT_HOME/lib or $user.home/.ant/lib, then you'll have to remove the junit task from ANT_HOME/lib and added manually to your classpath just as you are manually adding junit.jar to your classpa

Unable to create junit task with ant 1.6.2 & junit3.8.1

2004-10-29 Thread AjayaSahoo
Hi, I am using ant-1.6.2 & junit-3.8.1 and unable to create the junit task. I have looked into the archive and put both junit

RE: Error

2004-10-29 Thread Jeff Davidson
I think I'm glad my mail server stripped whatever was attached to this. Especially when you consider that this is supposedly a reply to a message which was never delivered to this list: none of the messages that I have archived contain "Error" as the subject, at least, not in the last month and a h

Re: Error

2004-10-29 Thread asudell
First part of the secure mail is available. +++ Attachment: No Virus found +++ Kaspersky AntiVirus - www.kaspersky.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Cross-Platform Exec Task

2004-10-29 Thread Erskine, Chris
If you are looking at just choosing between a shell script under *nix and a batch or command file under Windows, a quick trick is to execute 'executable'. On Windows, it will execute 'executable.[bat|cmd|exe] while under *nix, it will execute 'executable'. This way, you do not have to do any condi

Re: Perforce Tasks not working with Ant 1.6.2?

2004-10-29 Thread Michael Manz
Hi Antioine I have oro 2.0.8 installed. this is not the fix for the problem. I reinstalled ant 1.6.2 a second time, now it works (?). Don't know what the problem was, perhaps some mixed versions. Ciao Antoine Levy-Lambert wrote: Hello Michael, I have had this problem too, while running the ant test

Re: ant contrib broken in ant 1.6.2 ?

2004-10-29 Thread Peter Reilly
Ok, I see the problem: You (and I) used: and not The task does not extend Task so it needs to use a TaskAdaptor to make it a class. This is done by using which is done in the antlib.xml. So you can use: Peter Peter Reilly wrote: You are correct! I see the same problem:

Re: ant contrib broken in ant 1.6.2 ?

2004-10-29 Thread Peter Reilly
You are correct! I see the same problem: outputs: works: [echo] The value of property foo is bar not-works: BUILD SUCCESSFUL I will look into it! Peter Shackelford, John-Mason wrote: I am using ant-contrib-1.0b1 a