Re: property from a flat file

2003-06-11 Thread Conor MacNeill
On Thu, 12 Jun 2003 04:32 am, Gus Heck wrote: > Is there already a known way to load the entire contents of a file into > a property? I know someone that wrote a custom task for this (using it > with replace) and at a quick look I didn't see this functionality > anywhere. Should I convince him to a

DO NOT REPLY [Bug 5907] - ExecTask waits regardless of what you are executing

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug

DO NOT REPLY [Bug 20566] - PatternSet oddity

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: ant/docs/images sdm_productivity_award.gif

2003-06-11 Thread chrisw
chrisw 2003/06/11 14:08:33 Modified:xdocsantnews.xml docs antnews.html docs/images sdm_productivity_award.gif Log: Corrected Conor's correction ;-) and reduced a logo-size by 30k (80%) :-) Revision ChangesPath 1.45 +2 -3 an

property from a flat file

2003-06-11 Thread Gus Heck
Is there already a known way to load the entire contents of a file into a property? I know someone that wrote a custom task for this (using it with replace) and at a quick look I didn't see this functionality anywhere. Should I convince him to add a valuefromfile atribute to property? or did I

DO NOT REPLY [Bug 20687] - [PATCH] Enhance ExecOn with DirSets

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20687] New: - [PATCH] Enhance ExecOn with DirSets

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: building from CVS

2003-06-11 Thread Rob van Oostrum
run "build.sh/bat dist" the build file probably uses features that aren't yet available in 1.5.x ... -Original Message- From: David Kavanagh [mailto:[EMAIL PROTECTED] Sent: June 11, 2003 12:32 PM To: Ant Developers List Subject: building from CVS I pulled ant from CVS on June 2nd and tr

building from CVS

2003-06-11 Thread David Kavanagh
I pulled ant from CVS on June 2nd and try to compile, but get this error. Since it comes from the "build" target, I wonder how I'm supposed to get this version of ant build? I'm using ant 1.5.3 when trying to build the CVS version. David $ ant Buildfile: build.xml prepare: check_for_optional_pa

Re: adding success & failure to

2003-06-11 Thread Steve Loughran
Jose Alberto Fernandez wrote: This can be achieved with the task from antcontrib. Take a look at it. yes, that was what I was planning to do for now I think it is becoming time for some of this very useful and generic tasks to make its way into CORE. What do people think? What antcontrib people t

Re: cvs commit: ant/xdocs antnews.xml index.xml

2003-06-11 Thread Steve Loughran
[EMAIL PROTECTED] wrote: conor 2003/06/10 23:19:47 Modified:docs antnews.html index.html page.css xdocsantnews.xml index.xml Log: Put award news on main page cool. two years in a row. That creates pressure we have to sustain. I was somewhat disappointed that E

DO NOT REPLY [Bug 20672] - The Core task SQL needs to support PL/SQL

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 13847] - pvcs task: wrong option (-r) specified for get (should be -v)

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Embedded dynamic ANT tasks.

2003-06-11 Thread Conor MacNeill
On Wed, 11 Jun 2003 09:24 pm, Jose Alberto Fernandez wrote: > Connor, > > Can you expand on why DynamicConfigurator wasn't an option for > your ScriptBaseDef class? Actually I think it could (should) be used. I thought originally that since createElement was called at config time, I would need t

Re: adding success & failure to

2003-06-11 Thread Mariano Benitez
Mariano Benitez wrote: it is VERY java oriented to use try/catch to implement this, and I would rather use the way it is implemented in the rest of the ant tasks, like javadoc, junit, etc. it is very simple also to change the value of haltonerror to true/false, instead of ignoring a catch. Alth

RE: Embedded dynamic ANT tasks.

2003-06-11 Thread Jose Alberto Fernandez
Connor, Can you expand on why DynamicConfigurator wasn't an option for your ScriptBaseDef class? I would love to be able to write scripting tasks as close as the java as possible, that way one could use scripting for prototyping and eventualy move it into classes once the task is defined enough. (

Re: import statements

2003-06-11 Thread Conor MacNeill
On Wed, 11 Jun 2003 04:46 am, Gus Heck wrote: > I was noticing that the file I am working on has it's imports in > alphabetical order. Is this the standard, or are we free to organize our > imports however we want in submissions? > I have noticed some that arn't quite alphabetical, and I actually p

DO NOT REPLY [Bug 19897] - Patch to implement the namespaced antlib + other changes

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20672] - The Core task SQL needs to support PL/SQL

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: adding success & failure to

2003-06-11 Thread Jose Alberto Fernandez
This can be achieved with the task from antcontrib. Take a look at it. I think it is becoming time for some of this very useful and generic tasks to make its way into CORE. What do people think? What antcontrib people think? Jose Alberto > -Original Message- > From: Mariano Benitez [ma

[Patch] new attribute "destfile" for core task "Patch"

2003-06-11 Thread Stefan Seide
Hello, I've a small update for the Patch task to allow Patch to write to different output file names. This patch was neccessary, because my precompiled gnu patch utility (using Windows) was unable to overwrite the patched file. It only worked using the -o parameter with an new, non-existing file

DO NOT REPLY [Bug 20672] New: - The Core task SQL needs to support PL/SQL

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20671] - mention to put jdepend.jar into $ANT_HOME/lib

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20671] New: - mention to put jdepend.jar into $ANT_HOME/lib

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: ant/docs page.css

2003-06-11 Thread conor
conor 2003/06/10 23:35:48 Modified:docs page.css Log: handle IE Revision ChangesPath 1.12 +2 -2 ant/docs/page.css Index: page.css === RCS file: /home/cvs/ant/docs/page.css,v retriev

cvs commit: ant/xdocs antnews.xml index.xml

2003-06-11 Thread conor
conor 2003/06/10 23:19:47 Modified:docs antnews.html index.html page.css xdocsantnews.xml index.xml Log: Put award news on main page Revision ChangesPath 1.71 +2 -1 ant/docs/antnews.html Index: antnews.html ===

DO NOT REPLY [Bug 18007] - stcheckin behavior of rootlocalfolder broken

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 18007] - stcheckin behavior of rootlocalfolder broken

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 20318] - checkout of starteam sub-folder to a specified directory doesnt work

2003-06-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu