RE: listing jars built ...

2001-10-31 Thread Azariah Jeyakumar
Terry, You probably already noticed that pathconvert can accept a directory separator. I dont know if it accepts a CRLF character. Azariah > -Original Message- > From: Terry Steichen [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 31, 2001 6:14 PM > To: Ant Users List > Subject: R

Re: listing jars built ...

2001-10-31 Thread Terry Steichen
Azariah, That change didn't do it either. However, I then copied some of the java files into the current directory (from the parent that I was trying to reference), changed to and that worked. Apparently ant has trouble with the '../' prefix? Second question though - using the code shown belo

RE: How do I stop receiving User Emails

2001-10-31 Thread Gary Keim
If you ask for a receipt-confirmation, I'm more than happy to click Yes. You have some setting in your mail reader that is requesting receipt-confirmation. Turn it off. -Original Message- From: Tony John [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 5:53 PM To: Ant Users

Re: How do I stop recieving User Emails

2001-10-31 Thread Tony John
Same problem here ! - Original Message - From: "Suzi Griffiths" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 2:04 AM Subject: How do I stop recieving User Emails > I have unsubscribed to both lists and am still recieving emails ! > > Any ideas anybody

RE: java.io.IOException: CreateProcess

2001-10-31 Thread dineshram
The only other idea I have is: 1. First use cvs pass to set up ./cvs.passfile 2. Use command line cvs to pull the data using that passfile If that works, then ANT _should_ be able to do it. We do not yet know whether it actually _can_, but if it cannot, then we know that we need to fix cvs.

RE: Strange error msg "count = 0, total = 66" from ant build...

2001-10-31 Thread Conor MacNeill
I am pretty sure one of the jars in your classpath is corrupt. I have seen this output under those circumstances before Conor > -Original Message- > From: Su, Qi [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 1 November 2001 3:13 AM > To: 'Ant Users List' > Subject: Strange error msg "coun

RE: listing jars built ...

2001-10-31 Thread Azariah Jeyakumar
Terry, Is it possible that this line: > should actually be: > Further, the non-fatal error message that you see can be ignored. It happens on windows platform if using jdk 1.2. It has not known to cause any problem for ant to do its job. Azariah > -Original Message

Re: listing jars built ...

2001-10-31 Thread Terry Steichen
Azariah, I was trying to do somewhat the same thing, but it would not work. Here's the code: Here's what this produced (on Windows98): - C:\ant_test>c:\jdk1.2\bin\java.exe -DJAVAC=classic org.apache.tools.ant.Main testit Bu

Strange error msg "count = 0, total = 66" from ant build...

2001-10-31 Thread Su, Qi
Hi, I can build my project perfectly using ant 1.3. Then I imported all the source code into CVS repository. Then ant fails to build the checkout files. I got two types of error messages. 1. Cannot resolve some symbols. 2. Got huge output like this: count = 0, total = 66 count =

Re: Ant & JDK 1.1.8 on AIX

2001-10-31 Thread Brian S . Paskin
On Wednesday 31 October 2001 02:47 pm, you wrote: > Hallo, > > which ant version should I use with JDK 1.1.8 on AIX? > > > Best Regards, > Rafal > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: I have used the latest ver

Re: Iterating a list?

2001-10-31 Thread Matthew Inger
let the flames fly that's a touchy subject around here... very scripty. If you really want a foreach task, i'll send you one. There is the "apply" task, but it assumes you want to execute an OS command on it. the one i have would look like: On Mon, 2001-10-29 at 19:05,

Re: deltree does not work

2001-10-31 Thread Diane Holt
--- Gene Margolin <[EMAIL PROTECTED]> wrote: > I've changed "deltree" by "delete". > The same result. > No error messages. > All directories are still here. Try: If that doesn't work, try running with -verbose and sending the (relevant)output. Diane =

Re: deltree does not work

2001-10-31 Thread Gene Margolin
No. I'd like to remove some classes BEFORE creating cab and jar archives. There are about 20 more folders in ${destdir.dir}. Gene. Bevan Arps wrote: > At 14:24 31/10/2001 -0600, you wrote: > >I've changed "deltree" by "delete". > >The same result. > >No error messages. > >All directories are st

Re: deltree does not work

2001-10-31 Thread Bevan Arps
At 14:24 31/10/2001 -0600, you wrote: >I've changed "deltree" by "delete". >The same result. >No error messages. >All directories are still here. > > > > > > > These deltree lines say "delete everything under ${destdir.dir}/com/futuresource/jmaf/charts/util" Are you in fact wanting

Re: deltree does not work

2001-10-31 Thread Gene Margolin
I've changed "deltree" by "delete". The same result. No error messages. All directories are still here. Gene. T Master wrote: > 1. > > > 2. I have never used deltree. I use to delete a directory > including subdirs. > Look it up in the manual. > > - Original Message - > From: "

Re: deltree does not work

2001-10-31 Thread Bevan Arps
At 13:58 31/10/2001 -0600, you wrote: >Here is my xml ant file. By some reason target "clean" does not work. >All directories which have to be deleted by that target are not deleted. >What's wrong in my project? Deltree is deprecated -- it is going to go away soon -- you should be using the del

Re: deltree does not work

2001-10-31 Thread T Master
1. 2. I have never used deltree. I use to delete a directory including subdirs. Look it up in the manual. - Original Message - From: "Gene Margolin" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 12:58 PM Subject: deltree does no

Re: Bug in - extra quotation marks

2001-10-31 Thread Diane Holt
--- [EMAIL PROTECTED] wrote: > Thanks, that worked. Must be a relatively new feature, it's not in the > Ant manual on Jakarta yet. It's in there, under the "jvmarg" section: allows all attributes described in Command line argument. You need to click on the "Command line argument" link. Diane

deltree does not work

2001-10-31 Thread Gene Margolin
Hi. Here is my xml ant file. By some reason target "clean" does not work. All directories which have to be deleted by that target are not deleted. What's wrong in my project? Thank you in advance. Gene. -- To

Re: Bug in - extra quotation marks

2001-10-31 Thread otisg
Thanks, that worked. Must be a relatively new feature, it's not in the Ant manual on Jakarta yet. Otis On Wed, 31 October 2001, Diane Holt wrote: > > --- [EMAIL PROTECTED] wrote: > > This looks like a bug in Ant. > > > > Inside of I am specifying some JVM arguments, like this: > >

RE: java.io.IOException: CreateProcess

2001-10-31 Thread Diane Holt
--- [EMAIL PROTECTED] wrote: > Hi scott, > Thanks for helping me. > I have explicitly included the passfile="./cvs.passfile" in both cvspass > and the cvs task definitions. > > But still I am getting the same error. > Any clues please. Make sure the directory your 'cvs' executable lives in is in

Re: Bug in - extra quotation marks

2001-10-31 Thread Diane Holt
--- [EMAIL PROTECTED] wrote: > This looks like a bug in Ant. > > Inside of I am specifying some JVM arguments, like this: > > > Yet, when I invoke Ant with -v I see: > > Executing: /usr/local/jdk/jre/../bin/java "-Dxxx.data=/home/data > -Dxxx.config=/home/config" -classpath ... my.test.class

Bug in - extra quotation marks

2001-10-31 Thread otisg
Hello, This looks like a bug in Ant. Inside of I am specifying some JVM arguments, like this: Yet, when I invoke Ant with -v I see: Executing: /usr/local/jdk/jre/../bin/java "-Dxxx.data=/home/data -Dxxx.config=/home/config" -classpath ... my.test.class The problem ar

Bug in - extra quotation marks

2001-10-31 Thread otisg
Hello, This looks like a bug in Ant. Inside of I am specifying some JVM arguments, like this: Yet, when I invoke Ant with -v I see: Executing: /usr/local/jdk/jre/../bin/java "-Dxxx.data=/home/data -Dxxx.config=/home/config" -classpath ... my.test.class The problem ar

RE: listing jars built ...

2001-10-31 Thread Azariah Jeyakumar
One way is to use a fileset with all the jar files you need; get all the files in the fileset into a property using pathconvert task and echo. Azariah > -Original Message- > From: Aiello, Bob (Exchange) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 31, 2001 10:38 AM > To: 'Ant U

listing jars built ...

2001-10-31 Thread Aiello, Bob (Exchange)
upon completion of a build I want to echo a "done" message and then show the jars that I have build. how do I do the "ls" (dir for you DOS/Windows experts)?? My dist target looks like this... ** *

Re: How to run a single Junit test?

2001-10-31 Thread Erik Hatcher
Have a look at Ant's very own build.xml. It does this very thing. Line 788 of http://cvs.apache.org/viewcvs/jakarta-ant/build.xml?annotate=1.192 Erik - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 31, 2001 10:57 AM Subject: How to r

RE: java.io.IOException: CreateProcess

2001-10-31 Thread Scott Ellsworth
At 11:05 AM 10/31/2001 -0600, [EMAIL PROTECTED] wrote: >Hi scott, >Thanks for helping me. >I have explicitly included the passfile="./cvs.passfile" in both cvspass and >the cvs task definitions. > >But still I am getting the same error. >Any clues please. The only other idea I have is: 1. First

Re: using Ant to order WebLogic Startup classes

2001-10-31 Thread James Bullington
We have used Weblogic 6.0 as well, and the parsers ARE incompatible. I would ask questions on this list first as well. The BEA list does not have as many active people. One thing (One BEA person to another) is to be VERY careful of the ant that is included with Weblogic 6.1. The startup batch f

RE: java.io.IOException: CreateProcess

2001-10-31 Thread dineshram
Hi scott, Thanks for helping me. I have explicitly included the passfile="./cvs.passfile" in both cvspass and the cvs task definitions. But still I am getting the same error. Any clues please. Thanks, Dinesh -Original Message- From: Scott Ellsworth [mailto:[EMAIL PROTECTED]] Sent: Tues

How to run a single Junit test?

2001-10-31 Thread otisg
Hello, All examples of integrating Ant and Junit show you how to run a set of unit tests in a single step. What is the best way to run a single, specific unit test? For example, if I have a TestCase at com.nut.KikirikiTest is there an easy way to invoke Ant and tell it to run just that one te

RE: script documentation

2001-10-31 Thread Markus Kohler
Hi, > -Original Message- > From: Phil Surette [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 31, 2001 7:32 PM > To: Ant Users List > Subject: Re: script documentation > > > I think this should be possible. I'm actually (slowly, > when I have the time) working on building in suppo

junit sequencing

2001-10-31 Thread Mark Hewitt
I'm just thinking about a junit framework for our automated ant builds. Currently, the tests we have been considering have an implied order, yet, other than using depend, or hardcoding a list of tests, I can't see how to guarantee this sequence in ant. For instance, the expansion of a fileset is

Re: building with scripting support

2001-10-31 Thread Phil Surette
You need to add rhino.jar and bsf.jar to your ant/lib directory. However, for some reason, I find that I always have to add a 'taskdef' declaration at the top of the build.xml file declaring the optional script task - you should not have to do this, but I always seem to have to. Note that I use j

Re: Oracle OCI JDBC usage

2001-10-31 Thread Phil Surette
I use sql tasks with the oci driver. As for your first problem, I experienced it as well. My workaround is to only include one task per target, then create multiple targets with dependencies between them. I don't understand your second problem. Everyone in my group has the OCI dlls in their $

Copying to Third Directory

2001-10-31 Thread Terry Steichen
Just getting used to Ant, so I hope I'm not asking a dumb question. I checked the archives, but couldn't find an answer to my question: How can I use ant to compare the files in two directories and copy any changed files to a third directory? TIA and regards, Terry

Re: script documentation

2001-10-31 Thread Phil Surette
I think this should be possible. I'm actually (slowly, when I have the time) working on building in support for this with jython. In Jython (as in Rhinoscript, I believe) you can compile a python class to a java class, which can easily subclass an ant Task. So I'm developing three ant tasks: 1)a

Re: Ant & JDK 1.1.8 on AIX

2001-10-31 Thread Stefan Bodewig
On Wed, 31 Oct 2001, Rafal Kedziorski <[EMAIL PROTECTED]> wrote: > which ant version should I use with JDK 1.1.8 on AIX? the latest (1.4.1). Stefan -- To unsubscribe, e-mail: For additional commands, e-mail:

Ant & JDK 1.1.8 on AIX

2001-10-31 Thread Rafal Kedziorski
Hallo, which ant version should I use with JDK 1.1.8 on AIX? Best Regards, Rafal -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: script documentation

2001-10-31 Thread Markus Kohler
Hi, > -Original Message- > From: Erik Hatcher [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 31, 2001 12:00 PM > To: Ant Users List; [EMAIL PROTECTED] > Subject: Re: script documentation > > > - Original Message - > From: "Markus Kohler" <[EMAIL PROTECTED]> > > I wonder if

Re: ejbjar and EJB2.0 Local Interfaces

2001-10-31 Thread Conor MacNeill
[EMAIL PROTECTED] wrote: > Hi, > > Does ejbjar task recognize the Local Interfaces for EJB2.0? ejbjar > recognizes the Remote interfaces in ejb-jar.xml without any issues. However > for a bean with local interfaces, ejbjar does not recognize the tags in the > ejb-jar.xml. Support for local in

Re: ant jar warning

2001-10-31 Thread Conor MacNeill
Guillaume Rousse wrote: > I have to build a jar with some special options in manifest, so i use a > pseudo-manifest file with such options, and let jar task complete it. > However, it spits out large number of warning as the pseudo-manifest is not > OK: > jar: > [jar] Building jar: /home/

Re: script documentation

2001-10-31 Thread Erik Hatcher
- Original Message - From: "Markus Kohler" <[EMAIL PROTECTED]> > I wonder if it wouldn't be possible to support defining new Tasks just using > Java script(or any other supported scripting language). > I think that could be a very powerfull feature. You could define a

RE: ejbjar and EJB2.0 Local Interfaces

2001-10-31 Thread ArindamR
Thanks for the reply. I did notice it in the documentation. Is there some work going on to incorporate EJB2.0 with ejbjar task? Regards, Arindam -Original Message- From: George Phimister [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 3:15 PM To: Ant Users List S

How do I stop recieving User Emails

2001-10-31 Thread Suzi Griffiths
I have unsubscribed to both lists and am still recieving emails ! Any ideas anybody Suzi Griffiths Pre Sales Consultant - Micro Focus The Lawns, 22-30 Old Bath Road, Newbury, Berkshire. RG14 1QN Tel: +44 (0)1635 565629 Mobile: +44 (0)777 1676771 Home Office:+44 (0)1740 64559

ant jar warning

2001-10-31 Thread Guillaume Rousse
I have to build a jar with some special options in manifest, so i use a pseudo-manifest file with such options, and let jar task complete it. However, it spits out large number of warning as the pseudo-manifest is not OK: jar: [jar] Building jar: /home/guillaume/dev/work/osis/build/lib/osi

Re: ejbjar and EJB2.0 Local Interfaces

2001-10-31 Thread George Phimister
Hi, Can I add to the mail below. Does the ejbjar task work for EJB2.0? Its say EJB1.1 in the documentation. Thanks, George Message History From: [EMAIL PROTECTED] on 31/10/2001 12:41 Z-3005 Please respond t