propertyfile and time format

2003-03-21 Thread Donal Quinlan
Does anyone know how to make #Build Information #Fri Mar 21 11:01:10 PST 2003 build.time=11\:01 appear as #Build Information #Fri Mar 21 11:01:10 PST 2003 build.time=11:01 that is without escaping the : This is how I am generating the time at the moment The ant documentation gives me the imp

Retrieve property value dynamically?

2003-03-21 Thread JONES, MARSHALL, ALABS
20030320 build.2.date 20030321 I need to extract the date of a particular build once the user picks a build number to install. The following code is an example of what I need to do: The result should be builddate getting the value of "20030320". Any assistance or id

RE: select dynamic folder name

2003-03-21 Thread Woo, Chen Ching
Thanks for the directions. -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 11:44 AM To: 'Ant Users List' Subject: RE: select dynamic folder name Or use a

RE: Passing a file list to ANT javac task

2003-03-21 Thread Dominique Devienne
You are correct about scanning its entire dir... My question to you in turn is why you'd like to pass in explicitly the file list to compile? Most often, one compiles everything in the src/ or src/java/ directory, with simple include/exclude pattern. This is OK even with a large number of files.

RE: Passing a file list to ANT javac task

2003-03-21 Thread Ciramella, EJ
The time it takes to find all the java files by using the examples can't be that long. We have something like 2800 files that get compiled and it takes < 1 minute (we have nice hardware here). If a second "compile" is run and nothing needed it takes < 4 seconds. Could you paste in your target an

Passing a file list to ANT javac task

2003-03-21 Thread Tim Gordon
Hi Is there a way to pass a list of files to ANT's 'javac' task? I'm after something that's functionally similar to the command line "javac @filelist". The 'includesfile' attribute of the 'javac' task is not what I'm after. I'm intending to pass in a LOT of files, and my investigations using the

RE: select dynamic folder name

2003-03-21 Thread Dominique Devienne
Or use a

RE: jspC

2003-03-21 Thread Nathan Christiansen
I was going to say the same thing. That after investigating ant source code I came to the conclusion that the jasper compiler exited with an error condition (i.e. called System.exit(9);). -- Nathan Christiansen Tahitian Noni International http://www.tahitiannoni.com -Original Messag

RE: select dynamic folder name

2003-03-21 Thread Alexey Solofnenko
You can execute an external script and load its output into a property. - Alexey. -- { http://trelony.cjb.net/ } Alexey N. Solofnenko Pleasant Hill, CA (GMT-8 usually) -Original Message- From: Woo, Chen Ching [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 9:31 AM To: Ant Users