Re: AW: Alternative to subant

2007-11-30 Thread Francisco Tolmasky
ah yes, somehow I missed that. thanks! On Nov 30, 2007 7:25 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Nov 29, 2007 1:21 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > > On Nov 29, 2007 12:40 PM, Francisco Tolmasky <[EMAIL PROTECTED]> wrote: > > > Is there any way to say: > > > "

need help understanding ant 1.7

2007-11-30 Thread Maffitt, David
I have a directory with contents: build.xml a.txt dir/b.txt The content of build.xml is: When flatten is true, all is good and the directory 'dest' is created with a.txt and b.txt. When flatten is false, I hoped to get the directory d

Re: AW: Alternative to subant

2007-11-30 Thread Dominique Devienne
On Nov 29, 2007 1:21 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Nov 29, 2007 12:40 PM, Francisco Tolmasky <[EMAIL PROTECTED]> wrote: > > Is there any way to say: > > "Use the build file in the directory if the directory contains a properties > > file?" > > I would have thought it to be

Re: Select "marked" directories (WAS: Alternative to subant)

2007-11-30 Thread Dominique Devienne
On Nov 30, 2007 10:08 AM, Matt Benson <[EMAIL PROTECTED]> wrote: > Hmm... if all he wanted was to select build.xml where > a project.properties lives alongside, the following > seems to work for me: > > > > > > I knew selector+mapper could do it, but I missed the mention to

Re: Select "marked" directories (WAS: Alternative to subant)

2007-11-30 Thread Matt Benson
Hmm... if all he wanted was to select build.xml where a project.properties lives alongside, the following seems to work for me: -Matt --- [EMAIL PROTECTED] wrote: > I think the easiest possibility is using a > : > > > if (file.isDirectory()) { > markerName =

Vim's .swp files triggering jar to re-execute

2007-11-30 Thread Dimitris Mouchritsas
Hi all, I did a small project yesterday, producing a jar and a war file. I thought I planned out my build file carefully (it was a small one after all) but I noticed that the jar task executed even though I hadn't changed anything in the source files. When I closes a file a had opened with Vim the