Re: private targets

2008-02-18 Thread Tim Meals
Sam -- If you don't enter in a description attribute to the target, then it won't enumerate in the -projecthelp display. I find this helpful in having internal targets vs. external targets that will be called by users. Tim samuel alexander wrote: > Hi All, > > Is it possible to have a private t

Re: command line arguments

2008-02-09 Thread Tim Meals
nd generated configurations for not only ModuleName1, but all of its dependencies as well. Or maybe have the dependency deletion happen only on a flag. I'm not at all sure if there's an "Ant" way to do this, and like I said, it won't make much of a difference to me now anyway, but

Re: AW: Ant task to convert PNGs to GIFs?

2007-11-03 Thread Tim Meals
Ant integration: >problem: you need that tool and I dont any > 4. 3rd-party tool without integration: >problem: also need for the tool; invocation via >hint: you should capsule the call in a for better readability > of the buildfile > > > Jan > >

Ant task to convert PNGs to GIFs?

2007-11-01 Thread Tim Meals
I'm trying to create some website graphics through XSL transforms of an SVG file. Only problem is the Batik task just outputs PNGs, and not GIFs. Redoing the entire site to PNGs is not an option -- this should be a transparent transition from using ImageReady templates to a scripted solution that

Re: using the default Logger/Listener in Ant

2006-01-09 Thread Tim Meals
il or any attachment. - - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /** * Tim Meals * Web Ap

Re: AW: XmlProperty patternset reference

2006-01-06 Thread Tim Meals
y build.xml file is: ... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /** * Tim Meals * Web App

XmlProperty patternset reference

2006-01-06 Thread Tim Meals
portion of my build.xml file is: ... I'm running Ant 1.6.5 on an Ubuntu Linux system, using Sun's 1.4.2_08 JVM. Thanks, Tim -- /** * Tim Meals * Web Applications

Re: java.nio.BufferOverflowException in junit task

2005-10-26 Thread Tim Meals
.main(JUnitTestRunner.java:537) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- /** * Tim Meals * Web Applications Developer * * @email [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> */

Re: forked VM issue

2005-10-20 Thread Tim Meals
ake a test suite and add the test cases to it will they run separately so maybe I'm getting too complicated? Regards, James. -- /** * Tim Meals * Web Applications Developer * * @email [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> */

Re: How can ant detect it is running on a 64 bit machine?

2005-10-13 Thread Tim Meals
uld've called the system property jvm.arch. Best of luck, Tim Meals Applications Developer Marion, Patrick wrote: Problem: have ant tell me whether I am running on a 64 bit architecture. I thought the solution was: check for the value of the "os.arch" property.