RE: Substring

2005-11-02 Thread Remo Liechti
;regexp="//" replace="/"/> > > $${bla} is ${bla} > > Gilbert > > -Original Message- > From: Remo Liechti [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 02, 2005 9:37 AM > To: Ant Users List > Subject: RE: Substring > > Hi G

RE: Substring

2005-11-02 Thread Remo Liechti
that if your NOT using relative paths, check the > pathconvert-help on ant.apache.org/manual) > > Roland > > > On Wednesday 02 November 2005 09:37, Remo Liechti wrote: > > Hi Gil > > Is there no easy way to do it? :/ It's a bit overhead to > wri

RE: Substring

2005-11-02 Thread Remo Liechti
; > > > > > ${bla} > > gives you >>> /my/folder/my other folder/ > > Gilbert > > > -Original Message- > From: Remo Liechti [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 02, 2005 8:46 AM > To: Ant Use

Substring

2005-11-01 Thread Remo Liechti
Good Morning Is it possible to to some string operations on a property? Example: Prop1: "/my/folder/" Prop2: "/my other folder/" Now I log: File moved to: ${Prop1}${Prop2} This logs: "/my/folder//my other folder/" The double slash is not nice... But I need all the slashes in Prop1 and Prop2...

RE: -l logfile

2005-10-31 Thread Remo Liechti
Yes, sure I can define a property with the value(path) of the logfile. But I thought they may be such a property so this would happen automaticly. Doesnt matter, i'll do it the "custom property" way... Remo > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sen

-l logfile

2005-10-31 Thread Remo Liechti
Hi It is possible to define a logfile(path) using the -l option. Is there a property that can be accessed out of the ant script to read the path of the logfile? Remo This message may contain legally privileged or confidential informati

RE: Logging - I need a concept

2005-10-28 Thread Remo Liechti
e to do > some neat things like provide an RSS feed of build results. > > Hope that helps. Have fun! - Bob > > > On 10/28/05 6:24 AM, "Remo Liechti" <[EMAIL PROTECTED]> wrote: > > > Hi > > Yes, but this logs also stuff I dont need...

RE: Logging - I need a concept

2005-10-28 Thread Remo Liechti
d a concept > > Hi Remo, > > have you tried the "-logfile" option? > > > Jan > > >-Ursprüngliche Nachricht- > >Von: Remo Liechti [mailto:[EMAIL PROTECTED] > >Gesendet: Freitag, 28. Oktober 2005 12:44 > >An: Ant Users List > &

Logging - I need a concept

2005-10-28 Thread Remo Liechti
I need. Any hints or ideas? Thanks Remo Remo Liechti -- Swisslog AG Webereiweg 3 Postfach 155 CH - 5033 Buchs/AG Phone: +41 (0)62 837 43 45 Fax: +41 (0)62 837 44 99 www.swisslog.com [EMAIL PROTECTED] About

RE: How to call an ant script with parameters?

2005-10-27 Thread Remo Liechti
Thanks :) > -Original Message- > From: Jon Skeet [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 27. Oktober 2005 11:54 > To: Ant Users List > Subject: RE: How to call an ant script with parameters? > > > Hi all > > I didnt find an answer to this in the documentaion or in the > > maili

RE: How to call an ant script with parameters?

2005-10-27 Thread Remo Liechti
3} > [echo] 4 = ${args.4} > [echo] 5 = ${args.5} > [echo] 6 = ${args.6} > [echo] 7 = ${args.7} > [echo] 8 = ${args.8} > [echo] 9 = ${args.9} > [echo]10 = ${args.10} > [echo] > &

How to call an ant script with parameters?

2005-10-27 Thread Remo Liechti
Hi all I didnt find an answer to this in the documentaion or in the mailinglist archive: To run a ant script, I have to call it like this: Ant -buildfile MyAntScript.xml MyTarget I call my ant script using batch files on windows. Now I need to set some parameters to the ant script dynamicly, lik

RE: CVS - get files by their label

2005-10-27 Thread Remo Liechti
This worked well. Thank you Jürgen > -Original Message- > From: Remo Liechti [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 27. Oktober 2005 09:35 > To: Ant Users List > Subject: RE: CVS - get files by their label > > > > >But it works if I execute th

RE: CVS - get files by their label

2005-10-27 Thread Remo Liechti
> >But it works if I execute this command using WinCVS, a fat > client for > >CVS on Windows... > >Strange... > > Not strange, but a bug in that client. Create an alias tag > for that invalid tag, with a proper name, and it'll work. > I would call it "feature" ;-) I'll try that one with the

RE: hostname

2005-10-26 Thread Remo Liechti
Just use localhost or 127.0.0.0? ;) > -Original Message- > From: Mikael Petterson (KI/EAB) > [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 26. Oktober 2005 15:49 > To: Ant Users List > Subject: hostname > > possible to get hostname in ant? > > cheers, > > //mikael > > >

RE: CVS - get files by their label

2005-10-26 Thread Remo Liechti
files by their label > > Otherwise, it's quite normal that it's not working well. > Extract from the official CVS documentation : "Tag names must > start with an uppercase or lowercase letter and can contain > uppercase and lowercase letters, digits, `-'

RE: CVS - get files by their label

2005-10-26 Thread Remo Liechti
No ideas? :( > -Original Message- > From: Remo Liechti [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 26. Oktober 2005 09:56 > To: user@ant.apache.org > Subject: CVS - get files by their label > > Hi all > I'm using ant do get some files out of our CVS r

RE: java.nio.BufferOverflowException in junit task

2005-10-26 Thread Remo Liechti
Hi Are you sure that this error does not happen in the junit test or even in the junit framework? You may can check this while running these junit tests in Eclipse. If the error still occures, it is a junit problem. If not, it is a Ant problem. Remo > -Original Message- > From: Mikael P

CVS - get files by their label

2005-10-26 Thread Remo Liechti
d]: Numeric tag 3086b contains characters other than digits and '.'" The strange thing is that WinCVS is able to get such files with tags like "3086b". Any ideas? Yes, I tried the same thing with the command option of the cvs ant task: command="-r update -r 3086b&quo