Re: [SEC=UNCLASSIFIED] Problem calling ANT with "-logger" parameter

2007-02-26 Thread sunnymarc
Hi Frank, that's it! I don't know how this invalid "-"-sign (which looks exactly the same as the "correct" one) got into my script, but since I have been copying and pasting another "-" from the script it works without any problems! Thanks, Marc Frank Harnack wrote: > > Hi Marc, > > maybe

Re: Problem calling ANT with "-logger" parameter

2007-02-06 Thread Frank Harnack
Hi Marc, maybe the character "-" (in "-logger") is the problem. The hexcode of the character must be "2d". Regards Frank Quoting sunnymarc <[EMAIL PROTECTED]>: > > Hi Frank, > thank you very much for your posting. The special character you can see in > my email doesn't exist in the real scrip

Re: Problem calling ANT with "-logger" parameter

2007-02-05 Thread sunnymarc
Hi Frank, thank you very much for your posting. The special character you can see in my email doesn't exist in the real script - I don't know how it slipped into the mail. Anyway, there isn't any special character. Does anybody have another idea why ANT acts that strangely? Kind regards Marc Fr

Re: Problem calling ANT with "-logger" parameter

2007-02-04 Thread Frank Harnack
Hi, in your email I can see a special character between "BuildDrsPro_Rel401.properties" and "-logger". That should be the problem. Regards Frank Quoting sunnymarc <[EMAIL PROTECTED]>: > > Hi, > I have a problem calling Ant using the "-logger" parameter in order to > substitute the DefaultLogge

Problem calling ANT with "-logger" parameter

2007-02-02 Thread sunnymarc
Hi, I have a problem calling Ant using the "-logger" parameter in order to substitute the DefaultLogger by the MailLogger. My call to Ant is as follows: "ant -f BuildDrsProSubversion.xml build -l c:\BuildDrsProSubversion.log -Dbasedir=c: -propertyfile BuildDrsPro_Rel401.properties ­-logger org.ap