Re: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-15 Thread Stefan Bodewig
Please refer to the commented version http://jakarta.apache.org/ant/ant2/features.html instead of the raw http://jakarta.apache.org/ant/ant2/requested-features.txt when searching for explanations 8-) Sean McNamara [EMAIL PROTECTED] wrote: My understanding is that multiple commnads within a

Re: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-15 Thread Stefan Bodewig
Mehmood Shaikh [EMAIL PROTECTED] wrote: Does anyone know whats the timeline for Ant2? There is no real timeline, we are still trying to agree on the basic designs - and as the ant-dev community seems to strongly disagree on some points, it could take some time before we are going to reach

Re: java tag with filename wildcard

2001-06-15 Thread Stefan Bodewig
David Ellingson [EMAIL PROTECTED] wrote: I am having a problem with the following type of tag: java classname=className classpath=${classpath} arg line=${dir}/*.txt / /java I get the following error: /tmp/*.txt (No such file or directory) The problem occurs

Re: Java jvmarg syntax question

2001-06-15 Thread Stefan Bodewig
David Thielen [EMAIL PROTECTED] wrote: If in a java command I want the arg: jvmarg value=-Dejipt.home=${jrun}/ Where ${jrun} is a path - how do I set this up. I can't do path= because of the -Dejipt.home= part. But if I do value= then it's not fully portable. Use sysproperty

Re: log method doesn't indent.

2001-06-15 Thread Stefan Bodewig
Doug Ferguson [EMAIL PROTECTED] wrote: I know this is sill but it bugs the hell out of me.. Why doesn't my output indent while other tags indent? Could you please give us the line of the log invocation in your Task as well as a little snippet of output, that shows what your indentation

ClearCase

2001-06-15 Thread Ryan Thompson
I am planning to integrate ant with our ClearCase system. Does anyone have any Experiences / tips they would like to share? Ryan

Test

2001-06-15 Thread Thomas Zirnsack
Test

RE: accent issues with exec

2001-06-15 Thread Jon Skeet
I'm having some issues with exec. What I'm trying to do is get exec to run this command kill -9 `cat program.pid` where program.pid file contains the process # of the program I am killing. all combinations of escape characters and html markup codes seem to be not working. Does anyone

RE: VSS Label problems

2001-06-15 Thread Jon Skeet
Does vsslabel recursively label everything in the specified project? I can't seem to get it to do this. I also cannot get ss.exe to recursively label everything. Is this standard VSS behavior? The reason I ask is because I would like to label the entire source tree and then pull (get)

Failure on SCO OpenServer 5.0.5

2001-06-15 Thread Frank Endriss
Hello, I got some error under SCO. Within some self written tasks I do a Runtime.getRuntime().exec(cmd); This fails with a IOException, message is: Resource temporarily not availalbe If I do the same in a self written class not related to ant I do not get the exeption. And, what is realy

Re: PATCH to Rmic.java

2001-06-15 Thread Stefan Bodewig
Larry V. Streepy, Jr. [EMAIL PROTECTED] wrote: In case anyone wants the rmic task to properly handle the IIOP stub naming conventions, I'm posting this patch to the released version 1.3 Rmic.java file. Well, rmic has changed into a facade task in current CVS (now supports the rmic commands

Style task XalanLiaison not found

2001-06-15 Thread Jim Downing
Hi there, I'm trying to use the style task to perform transforms using xalan.The build throws a ClassNotFoundException on org.apache.tools.ant.taskdefs.optional.XalanLiaison (full stack trace included). Is this a packaging oversight (i.e. XalanLiaison should be in taskdefs, not

Tricky compile...

2001-06-15 Thread Jamie Lawrence
How would you compile class A from src1 and class B from src2? src1/ A.java B.java src2/ A.java B.java - If the srcdir attribute is set to src1:src2 I get a duplicate class error - I'm unable to compile them seperately because they depend on each other - includes

ANT script tag

2001-06-15 Thread Samson, Lyndon [IT]
Hi Good ANT users I'm trying to using the ant script tag to do some basic tests on my EJB's. Im trying to lookup the jndi names for each EJB, however the classes I require have to be added to the CLASSPATH. My question? How do I add items to the classpath used by the script tag ( apart from

Re: PATCH to Rmic.java

2001-06-15 Thread Larry V. Streepy, Jr.
Stefan Bodewig wrote: Larry V. Streepy, Jr. [EMAIL PROTECTED] wrote: In case anyone wants the rmic task to properly handle the IIOP stub naming conventions, I'm posting this patch to the released version 1.3 Rmic.java file. Well, rmic has changed into a facade task in current CVS

RE: Ant 1.3 sequence of tasks but would like concurrent?

2001-06-15 Thread McNamara, Sean (Contractor)
Thanks for your response Stefan. Yes, the misuse of TASK for TARGET was a mistake, and if my description wasn't correct, my impression of the v2.0 mutlithreading (based on your description) was. Question: Since multithreading of targets as you've described it still wouldn't address the issue

RE: Tricky compile...

2001-06-15 Thread Jamie Lawrence
Note: this is obviously just a simplified example. In reality this structure is imposed because there are many target devices for the application and it was considered impractical to abstract the functionality into an interface and many differently named implementations. This

Making a DLL with Ant?

2001-06-15 Thread Richardson, Will
Is it possible to compile a DLL with Java classes through the command line or ANT? I know I can do this with J++ but I would rather do it through a batch process like ANT. thanks for any help, Will

Q: Junit reports in xml and txt

2001-06-15 Thread Sanjay Bhatia
Hi, Is it possible to get junit reports in xml and text format without running the task 2 times? sb __ Do You Yahoo!? Spot the hottest trends in music, movies, and more. http://buzz.yahoo.com/

RE: Junit reports in xml and txt

2001-06-15 Thread Stephane Bailliez
Yes you can add as many formatters as you want. formatter type=xml/ formatter type=plain/ formatter type=plain usefile=no/ This will create XML and text reports in files as well as text report in the output -- Stéphane Bailliez Software Engineer, Paris - France iMediation -

Re: probably the last one on Java Dependencies.

2001-06-15 Thread Diane Holt
Your srcdir should point up to the directory just before your package hierarchy begins. Your destdir can point to wherever you want the output files to go, but you don't need to include the package-hierarchy structure in it. For example, if your work area is laid out like: /viraj/work/src/com

RE: ClearCase

2001-06-15 Thread Jeff Post
I am using base clearcase, and I am using dynamic views exclusively. JP -Original Message- From: Peter Vogel [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 9:46 AM To: '[EMAIL PROTECTED]' Subject: RE: ClearCase Hi Ryan, Are you using UCM or base clearcase? Are you running

FW: ant tasks hung on javac

2001-06-15 Thread Shinta Tjio
I'm trying to use ant task to compile subprojects. So each subproject has its own build.xml and I have a top level build.xml that drives the subproject's build.xml I'm getting a problem now that if I use ant task, then the javac task in one of my subprojects hangs. But if I use the build.xml of

RE: ClearCase

2001-06-15 Thread Ryan Thompson
Base clearcase 4.1 but we are not using UCM, however I am interested in the possibility of using UCM in the future. We use dynamic views and snapshot views frequently. thx Ryan Thompson CreoScitex Office 604.451.2700 x2054 Mobile 604.838.2111 -Original Message- From: Peter Vogel

RE: Filters

2001-06-15 Thread Annie Frost
You could try using the Replace Task... -Original Message- From: Mark Womack [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 1:04 PM To: '[EMAIL PROTECTED]' Subject: Filters I have a question about filters. I looked through all the documentation I could find before posting

RE: ClearCase

2001-06-15 Thread Ryan Thompson
I am very interested in your tasks, will you post them? thx Ryan Thompson CreoScitex Office 604.451.2700 x2054 Mobile 604.838.2111 -Original Message- From: Jeff Post [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 9:12 AM To: '[EMAIL PROTECTED]' Subject: RE: ClearCase I

RE: ClearCase

2001-06-15 Thread Ryan Thompson
What about establishing an Ant ClearCase subproject / working group? Does one already exist? Ryan Thompson CreoScitex Office 604.451.2700 x2054 Mobile 604.838.2111 -Original Message- From: Jeff Post [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 11:13 AM To: '[EMAIL

fix in ant.bat

2001-06-15 Thread David Thielen
Hi; I fixed a problem in ant.bat and have attached the fixed version. Hopefully someone on this list can check it in to the official source. (I did a fast fix but it's still not the best way to build up the classpath - I just didn't have time to do it the correct way.) thanks - dave

RE: Filters

2001-06-15 Thread Mark Womack
Thanks for the reply. Do you know if the replace task supports something like this: replace dir=targetDir token=lt;!DOCTYPE**gt value= / where '**' is supposed to be a wildcard. Basically, I want to remove any DOCTYPE elements from our pages. Thanks, -Mark -Original Message- From:

compiling...

2001-06-15 Thread Richardson, Will
I'm having a problem after compiling classes. The compile works fine and then when i go to run it with JView i get exceptions. But when I compile it with J++ I can run it just fine. I know they use different compilers (jvc for microsoft and javac for sun) but I don't understand why it doesn't

Class not found when running ant

2001-06-15 Thread Sreenivas Narni
Hello, I have following problem running ant. It says that class org.apache.crimson.jaxp.SAXParserFactoryImpl not found . I am using jakarta-ant-1.3. Can any one please help me. Thanking you, Sreenivas Narni _ Get your FREE

RE: Question about exec and execOn and ant installation

2001-06-15 Thread babramo
I have found the reason for this. It seems that Ant requires the script antRun in order to run any exec, execon commands. Is there a reason for this? Or i am i wrong, and i can specify any script for that? thank you boris -Original Message- From: Abramovich, Boris Sent: Thursday, June

Path separators in absolute paths

2001-06-15 Thread Robert Leftwich
I have a requirement to put an absolute path into a configuration file prior to running a java app thru Ant. The only way I can see to get an absolute path (thru basedir or using a location property) supplies the path with the separators set to the current platform convention. Of course, I am