Updating the Continuous/Synergy tasks that are shipped with Ant

2008-11-27 Thread Dave
t? Do I need to send svn diff's to the mailing list, or is their another preferred way? Regards, Dave -- "A lot of people are afraid of heights. Not me, I'm afraid of widths."

Re: Updating the Continuous/Synergy tasks that are shipped with Ant

2008-11-28 Thread Dave
Sounds good. I haven't started working on them yet, but I'd probably be enhancing the existing tasks a little (as they're still relevant) and adding one or two new tasks.I'll post back here once I have something to show. Are you also using Synergy at your workplace, or was the antlib for something

Re: Updating the Continuous/Synergy tasks that are shipped with Ant

2008-11-28 Thread Dave
h their documentations too. A XSL could transform that into > HTML. > in="${build.dir}/changes-detailed.xml" >out="${build.dir}/changes.html" > > > ><javaresource name="changelist2html.xsl"/> > > > > >

Re: Updating the Continuous/Synergy tasks that are shipped with Ant

2008-11-28 Thread Dave
> Jan > > >-Ursprüngliche Nachricht- > >Von: Dave [mailto:[EMAIL PROTECTED] > >Gesendet: Freitag, 28. November 2008 11:48 > >An: Ant Developers List > >Betreff: Re: Updating the Continuous/Synergy tasks that are > >shipped with Ant > > > >Wel

[patch] absolute filenames in s

2003-08-03 Thread Dave Brondsema
I recently proposed a patch for this bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=18128 But there hasn't been any response. Can someone take a look and tell me what you think? Attached is my personal test case, using s to delete. -- Dave Brondsema [EMAIL PROTECTED]

seemingly infinite loop in Project class

2006-11-23 Thread Dave Brosius
protected void fireMessageLogged(Project project, String message, int priority) { fireMessageLogged(project, message, priority); } - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: clonevm on

2004-08-25 Thread Dave Brondsema
Dominique Devienne wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] The new clonevm attribute on the task looked like exactly what I needed, but it seems to only clone the built in system properties and not ones specified one the commandline (e.g. ant -Dmyapp.foo=bar). I tried changing Bu

clonevm on

2004-08-25 Thread Dave Brondsema
e done? Thanks, -- Dave Brondsema : [EMAIL PROTECTED] http://www.brondsema.net : personal http://www.splike.com : programming http://csx.calvin.edu : student org - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

ant 1.7. Finding undefined variables

2009-05-20 Thread Dave Pawson
other ant build file which again can be run from the main build file. Does it sound to be of use to this group? Open source. regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mai

Re: ant 1.7. Finding undefined variables

2009-05-20 Thread Dave Pawson
2009/5/20 Dominique Devienne : > On Wed, May 20, 2009 at 1:38 PM, Dave Pawson wrote: >> I keep changing them which results in undefined variables which ant >> ignores, spreading odd filenames all over the place. > > What I used to do was use with a nested condition

Re: ant 1.7. Finding undefined variables

2009-05-20 Thread Dave Pawson
you don't find it of use then? -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

Re: ant 1.7. Finding undefined variables

2009-05-20 Thread Dave Pawson
more properties. An example please Dominique? But yes, for clarity, I am assuming ${name} form. ?Best practice? regards -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk - To unsubscribe

Re: ant 1.7. Finding undefined variables

2009-05-21 Thread Dave Pawson
t the former more so). > > But as I said, ${name} covers 90% of the ground, if not more. I just > wanted to make you aware of the 10% or 5% or 1% you could be missing. > 90+ % is a good hit rate ;-) --DD > > - > To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org > For ad

ant with jdk 17

2022-04-19 Thread Dave Brosius
ant with -v, i get the raw javac line, and if i copy and paste that raw javac line, it seems to work fine. Anyone have idea what i'm doing wrong? I'm running in linux, all within the same console. -dave - To

Re: ant with jdk 17

2022-04-19 Thread Dave Brosius
Sorry, never mind, i'm a big dummy. ant uses JAVA_HOME. On 4/19/22 12:17, Dave Brosius wrote: Hi folks, Kind of stumped here, i am testing moving from jdk8 to 17, and have changed my 's task to have attribute target="17". When i do so, i get     [javac] javac: invali