Re: how to set a property based on the contents of files in a tree?

2007-11-07 Thread Jay Dickon Glanville
> > > That I believe works in 1.6.5. I took a quick look at a few other ways > using selectors, but I don't think those work with 1.6.5. > > > > > On 11/5/07, Jay Dickon Glanville <[EMAIL PROTECTED]> wrote: > > Hello all, > > > > I&

how to set a property based on the contents of files in a tree?

2007-11-05 Thread Jay Dickon Glanville
file that matches a RegEx? Is there a better way? Thanks JDG PS: I'm limited by my current environment to ant 1.6.5. -- Jay Dickon Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ant holds on to jar, preventing deletion?

2007-07-24 Thread Jay Dickon Glanville
a doc to the XMLBeans ant task, it generates the java, compiles, and then jars). JDG On 7/24/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: Try forking your task, which may be the one holding on to the jars. --DD On 7/24/07, Jay Dickon Glanville <[EMAIL PROTECTED]> wrote: >

ant holds on to jar, preventing deletion?

2007-07-24 Thread Jay Dickon Glanville
ere a solution? JDG -- Jay Dickon Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Formatter for ant scripts ?

2007-07-04 Thread Jay Dickon Glanville
How you execute it is up to you ( is the norm). I'm not familiar with JTidy. On 7/4/07, Rebhan, Gilbert <[EMAIL PROTECTED]> wrote: Hi, -Original Message----- From: Jay Dickon Glanville [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 04, 2007 12:47 PM To: Ant Users List

Re: Formatter for ant scripts ?

2007-07-04 Thread Jay Dickon Glanville
ds, Gilbert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jay Dickon Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: "Overriding previous definition of reference" ... should I worry?

2007-06-28 Thread Jay Dickon Glanville
ur help. JDG On 6/28/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: On 6/28/07, Jay Dickon Glanville <[EMAIL PROTECTED]> wrote: > If I can ask you, and the rest of the community, for a touch more clarification. > > In my example, > 01] > 02] > 03] &

Re: "Overriding previous definition of reference" ... should I worry?

2007-06-28 Thread Jay Dickon Glanville
9 711 806098-275 Sophienstraße 40 D-70178 Stuttgart Fax. +49 711 806098-299 Geschäftsführer: Uwe Seltmann HRB Stuttgart 17655 USt-IdNr.: DE 811944121 -Ursprüngliche Nachricht- Von: Jay Dickon Glanville [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 28. Juni 2007 17:46 An:

"Overriding previous definition of reference" ... should I worry?

2007-06-28 Thread Jay Dickon Glanville
inition of reference to dependee compile: [echo] doing nothing BUILD SUCCESSFUL Total time: 1 second Should I be concerned with this override? Thanks JDG -- Jay Dickon Glanville - To unsubscribe, e-mail: [EMAIL PROT

Re: how to get a process id from a spawned task?

2007-05-29 Thread Jay Dickon Glanville
d with every JDK. See : http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jps.html Output of jps on my computer : $ ~/programs/java/jdk1.5.0_10/bin/jps 20608 Jps 6550 Main You could perhaps use ANT's task to run this command. On Mon, 2007-05-28 at 08:19 -0400, Jay Dickon Glanville wrote

how to get a process id from a spawned task?

2007-05-28 Thread Jay Dickon Glanville
y can kill the process if they so desire). Is there a convenient way to get the process id? Thanks -- Jay Dickon Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: question for usage in

2007-05-16 Thread Jay Dickon Glanville
Thanks for the suggestion. I'll investigate ant-contrib. JDG On 5/16/07, Matt Benson <[EMAIL PROTECTED]> wrote: --- Jay Dickon Glanville <[EMAIL PROTECTED]> wrote: > A little more information ... > > I have a single XML Schema document (the source > file). I&#x

Re: question for usage in

2007-05-16 Thread Jay Dickon Glanville
ve as a composite mapper simply by nesting multiple child mappers within it). HTH, Matt --- Jay Dickon Glanville <[EMAIL PROTECTED]> wrote: > Any suggestions? > > Thanks > > On 5/14/07, Jay Dickon Glanville > <[EMAIL PROTECTED]> wrote: > > Hello again, > >

Re: question for usage in

2007-05-16 Thread Jay Dickon Glanville
Any suggestions? Thanks On 5/14/07, Jay Dickon Glanville <[EMAIL PROTECTED]> wrote: Hello again, I have a situation where many java files are being created from a single xml file. I don't want this to be done if the java files are up to date. Therefore, I'm trying to

question for usage in

2007-05-14 Thread Jay Dickon Glanville
having is that all the examples of the task and it's subtasks deal with the output being a single file. How do I write a to where the target is multiple files? For example So, what type of mapper do I need to map a single source file to multiple target files? --

best way to create an empty patternset?

2007-05-14 Thread Jay Dickon Glanville
es. So, I need an empty patternset so that nothing is included in the classpath or copied to the staging area. Any suggestions? Thanks PS: I'm using Ant 1.6.5 due to some other limitations. -- Jay Dickon Glanville - To

single container for both and ?

2007-05-10 Thread Jay Dickon Glanville
en use that collection inside and tasks, within ant 1.6.5? Thanks in advance. JDG -- Jay Dickon Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: based on contents of a file?

2007-05-07 Thread Jay Dickon Glanville
nformation (and not patterns), this this should work. JDG On 5/5/07, Matt Benson <[EMAIL PROTECTED]> wrote: use the includesfile attribute? If your files don't all share the same base directory, consider using a collection (Ant 1.7). HTH, Matt --- Jay Dickon Glanville <[EMAIL

based on contents of a file?

2007-05-04 Thread Jay Dickon Glanville
red as I don't know the fileset's criteria. Thanks JDG -- Jay Dickon Glanville - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]