Re: SVN Task?!

2006-07-19 Thread Aaron Davies
ble). You can check out the Ant source from the repository if you want to test this out. Or there's svnant <http://subclipse.tigris.org/svnant.html> -- Aaron Davies [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

Re: ReplaceRegExp Task and line breaks

2006-07-18 Thread Aaron Davies
Oops, that should of course be &lf;. On 7/18/06, Aaron Davies <[EMAIL PROTECTED]> wrote: How about using entities? Are or or &#lf; defined in the XML dialect we're using? On 7/18/06, Stefano Marsili <[EMAIL PROTECTED]> wrote: > I strongly doubt it's the

Re: ReplaceRegExp Task and line breaks

2006-07-18 Thread Aaron Davies
of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Aaron Davies [EMAIL PROTECTED] -

Re: Line *Doesn't* Contain?

2006-07-11 Thread Aaron Davies
On 7/11/06, Matt Benson <[EMAIL PROTECTED]> wrote: --- Aaron Davies <[EMAIL PROTECTED]> wrote: > On 7/11/06, Dominique Devienne <[EMAIL PROTECTED]> > wrote: > So which approach are you going to be taking? Adding > a "not" attribute > to the relevant fi

Re: Line *Doesn't* Contain?

2006-07-11 Thread Aaron Davies
uot;not filter." Do you > want to write it or should I? ;) > > -Matt > > > > > Or some regexp wizardry of course. --DD > > > > On 7/11/06, Master, Tariq (Abbeywood) > > <[EMAIL PROTECTED]> wrote: > > > > > > > > >

Line *Doesn't* Contain?

2006-07-11 Thread Aaron Davies
How can I do a negative filter in a filterchain? I've tried to use a negative lookahead regexp /.*(?!foo).*/, but so far no luck. -- Aaron Davies [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Capturing Output of a Spawned Java Process?

2006-06-23 Thread Aaron Davies
a shell that executes your command, doing the redirection. --DD On 6/23/06, Aaron Davies <[EMAIL PROTECTED]> wrote: > Is it possible to capture the stdout and stderr of a spawned Java > process (i.e. a )? It's rather hard to debug > without tha

Capturing Output of a Spawned Java Process?

2006-06-23 Thread Aaron Davies
Is it possible to capture the stdout and stderr of a spawned Java process (i.e. a )? It's rather hard to debug without that. -- Aaron Davies [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: scp Failing--Using scp1?

2006-06-22 Thread Aaron Davies
ginal Message- > From: Aaron Davies [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 22, 2006 5:03 AM > To: Ant Users List > Subject: Re: scp Failing--Using scp1? > > I can't seem to get ant nightlies to build, so I'm going with > Maverick, which seems to work nicely. T

Re: scp Failing--Using scp1?

2006-06-22 Thread Aaron Davies
private keys [ ... ] Regards, Gilbert -----Original Message- From: Aaron Davies [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 11:57 PM To: Ant Users Subject: scp Failing--Using scp1? The scp task is failing with a "No response from server" exception; the same host res

scp Failing--Using scp1?

2006-06-21 Thread Aaron Davies
t? Is there a way to force it to use SSH2? -- Aaron Davies [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Token Filters Questions

2006-06-19 Thread Aaron Davies
ant-contrib, I think) and then activate FiltersFile. Asaf > -Original Message- > From: Aaron Davies [mailto:[EMAIL PROTECTED] > Sent: Monday, June 19, 2006 2:40 PM > To: Ant Users List > Subject: Re: Token Filters Questions > > If the filter is done with a property fi

Re: Token Filters Questions

2006-06-19 Thread Aaron Davies
Can you give an example? On 6/15/06, Aaron Davies <[EMAIL PROTECTED]> wrote: > > A couple questions on token filters: > > First, is there a simple way to directly apply a filtersfile to an > existing file, i.e. without moving/copying it? > > Second, is there an easy way to hand

Token Filters Questions

2006-06-15 Thread Aaron Davies
which will actually exist, but the only way I can see to do that right now is to either wrap multiple copy-filter statements in available tests or to do the full truth table on all the filters and use it to generate the correct filterset. There's got to be a better option. -- Aaron Davies [

Re: RMI Security Manager Issue

2006-06-15 Thread Aaron Davies
On 6/15/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Aaron Davies wrote: > Hi, I'm having trouble using an ant task to run a Java app that uses > RMI. I've constructed a Java task to run it, but it fails with a > java.security.AccessControlException as soon as it

Re: Count Lines of Text?

2006-06-14 Thread Aaron Davies
a linecounter myself). -Original Message----- From: Aaron Davies [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 4:14 PM To: Ant Users List; Martin Gainty Subject: Re: Count Lines of Text? On 6/14/06, Martin Gainty <[EMAIL PROTECTED]> wrote: > Aaron Davies wrote: > > > Is there a

Re: Count Lines of Text?

2006-06-14 Thread Aaron Davies
On 6/14/06, Martin Gainty <[EMAIL PROTECTED]> wrote: Aaron Davies wrote: > Is there a simple way to count lines of text in a property/file? Not > lines of source code or anything, just raw lines of text, like "wc > -l". I mean, I could probably do something with li

Count Lines of Text?

2006-06-14 Thread Aaron Davies
tiple platforms. -- Aaron Davies [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RMI Security Manager Issue

2006-06-14 Thread Aaron Davies
t the java command being used (this task has "fork" set to true), the app runs just fine. I've tried checking my java.security.policy file (an "allpermissions" one) and passing it to the ant jvm as well, but it doesn't help. Any

Re: RMIC Unable to Verify Classes

2006-05-02 Thread Aaron Davies
I suppose that's one solution, but wouldn't fixing the problem be a better one? On 5/2/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Aaron Davies wrote: > AFAICT it's always been like this. This is a warning, not a fatal > error, but it's an annoying one that

Re: RMIC Unable to Verify Classes

2006-05-02 Thread Aaron Davies
files. - Alexey. Aaron Davies wrote: > Well sure, if you know ahead of time what needs stubs it's going to > work! :-) I'm trying to fix the build file for a large team project > where I have no idea what's implementing Remote and what isn't. Isn't > this what t

Re: RMIC Unable to Verify Classes

2006-05-02 Thread Aaron Davies
ofnenko <[EMAIL PROTECTED]> wrote: This is what I do, and it works fine with ANT nightly (but 1.6.5 should be fine too): ${rmic-sources} - a list of all .class files that need stubs. - Alexey. Aaron Davies wrote: > I'm not having any luck. I recall from the message referenced bel

Re: RMIC Unable to Verify Classes

2006-05-02 Thread Aaron Davies
e classpath from and output directory. - Alexey. Aaron Davies wrote: > Hi, I'm having trouble getting the rmic messages about "Unable to > verify class It is not defined." to go away. My problem is almost > exactly like the one described in > <http://marc.the

RMIC Unable to Verify Classes

2006-04-27 Thread Aaron Davies
(the shell path defined when I call ant) doesn't help. I'm running ant under Win2k and have tried this from both CMD and ZSH under cygwin. Any ideas? -- Aaron Davies [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAI