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:
> > > "
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
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
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
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 =
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