RE: canned fileset with replaceregexp

2007-06-04 Thread Mark Modrall
>Um... You didn't explain what you're trying to do. Are you attempting to build a PATH based upon a regular expression? > can take patternsets in the form of a refid. I'm trying to create a shared list of files to be operated on by multiple tasks. I.e. one task will apply to a set of files to

canned fileset with replaceregexp

2007-06-04 Thread Mark Modrall
Hi... I was looking to can the fileset definitions for a , but when I looked more closely, it seems like 1) can have a nested 2) Unlike nant, doesn't have the id/refid concept (at least according to the docs) 3) does support id/refid and can have nested s but doesn't seem to

RE: Does this work with Ant?

2007-02-15 Thread Mark Modrall
Just did something similar to this using antcall and recursion. One routine to check/wait for a windows service to reach a desired state and another to check/wait for files in a directory to reach a certain state. The routines being called invoke the and the conditions for early exit, the caller

RE: and if

2007-02-15 Thread Mark Modrall
the sender immediately by reply e-mail and delete this message, and any attachments, from your system. Thank you. -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 8:39 AM To: Ant Users List Subject: Re: and if Mark Modrall wrote

and if

2007-02-15 Thread Mark Modrall
Online manual say supports if and unless but when I try to use them, ant 1.7.0 says it doesn't. Thanks _mark This e-mail message, and any attachments, is intended only for the use of the individual or entity identified in the alias address of this message and may contain information that

RE:

2007-02-14 Thread Mark Modrall
lease notify the sender immediately by reply e-mail and delete this message, and any attachments, from your system. Thank you. -Original Message- From: Mark Modrall [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 10:16 AM To: Ant Users List Subject: Hi... I saw on the m

user@ant.apache.org

2007-02-14 Thread Mark Modrall
Hi... I saw on the manual web page that was supposed to be available under in ant 1.7.0. I just downloaded it and tried a sample, but it's throwing an error saying it's not legal. What's the deal? Thanks -Mark This e-mail message, and any attachments, is intended only for the use of

using and

2006-10-27 Thread Mark Modrall
Hi... We've got some CruiseControl projects using Ant that are chained together. One task is the build task which compiles everything and packages up a zip of the product. It that works, there's a dependent CC project that then calls ant to install that software on a staging serve

RE: ant and eclipse?

2006-09-29 Thread Mark Modrall
oblem (with potential workaround) HTH Darins "Mark Modrall" <[EMAIL PROTECTED]> 09/29/2006 12:33 PM Please respond to "Ant Users List" To "Ant Users List" cc Subject RE: ant and eclipse? I found the Java Compiler section of the Properties

RE: ant and eclipse?

2006-09-29 Thread Mark Modrall
Java Project in Eclipse has a JVM assigned to the project. If you right-click the project name and select properties you can find it in there. Mark Modrall wrote: > Not sure where I'd check that. I know that ant is using jdk1.5.0.6 but > I don't know how to look into what eclipse i

RE: ant and eclipse?

2006-09-29 Thread Mark Modrall
nd eclipse? The first thing I'd look at is what JVM is Eclipse using to compile the code vs. what JVM is used when on the command-line. -Shay Mark Modrall wrote: > Hi... > > > > We do all of our development in eclipse and use ant 1.6.5 > for our nightly builds

ant and eclipse?

2006-09-29 Thread Mark Modrall
Hi... We do all of our development in eclipse and use ant 1.6.5 for our nightly builds on another machine. But someone just tried to invoke ant to run our junit tests on his dev machine. He went into the eclipse project directory and executed the ant build.xml file there, but the

s and nested directories

2006-09-22 Thread Mark Modrall
Hi... In one of our ant tasks, we have Which we intend to copy over all the files in that directory to another directory. Someone added subdirectories to that today, and none of the subdirectories got copied. How does one make a task copy over a

RE: any suggestions how to work with nunit?

2006-09-20 Thread Mark Modrall
uests for the problems that look easy to solve and assigned them to myself. That doesn't mean that patches wouldn't be welcome ;-) On Tue, 19 Sep 2006, Mark Modrall <[EMAIL PROTECTED]> wrote: > Nunit-console (which wraps) has a number of properties which > produce broken xml

any suggestions how to work with nunit?

2006-09-19 Thread Mark Modrall
Hi... The question of this morning comes out of frustration trying to call nunit from ant. Ant is being called from CruiseControl, and I'm trying to get the nunit output in a form that CC will recognize and process for its status. I have to admit it's almost got me tearing my hai

RE: Use in a filterchain?

2006-09-19 Thread Mark Modrall
sible: Jan >-Ursprüngliche Nachricht- >Von: Mark Modrall [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 19. September 2006 15:14 >An: user@ant.apache.org >Betreff: Use in a filterchain? > >Hi... > > > >I was just wondering if yo

Use in a filterchain?

2006-09-19 Thread Mark Modrall
Hi... I was just wondering if you can use as part of a filter chain? If I have an or some command that is going to be producing an xml stream of output, it would be nice if I could just put a filterchain in there to transform it to what I would rather, instead of writing the outp

capturing exec output and massaging it

2006-08-18 Thread Mark Modrall
Hi... I'm using exec to perform an svn update for the build. I'm capturing the output from that and looking for the revision number in it, like below: My q

RE: using regexp filters

2006-07-28 Thread Mark Modrall
28/06, Mark Modrall <[EMAIL PROTECTED]> wrote: > > Hi... > > > > I'm trying to filter the output from an svn update to get > the version number it's up to. I want to grab just the version number > and output that to a file. I've been exper

using regexp filters

2006-07-28 Thread Mark Modrall
Hi... I'm trying to filter the output from an svn update to get the version number it's up to. I want to grab just the version number and output that to a file. I've been experimenting with on but I'm running into some odd things (at least from what I can tell out of the documen