Re: Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Oliver Schrenk
Ouch. You are right of course. Good thing is that I learned about the difference about "value" and "location", even If I had to learn it the hard way through public humiliation. Thanks for taking the time. Am 03.03.2010 um 17:01 schrieb Antoine Levy Lambert: > He

Re: Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Oliver Schrenk
e more I think about it, the moreI think of it as a bug 2010/3/3 Antoine Levy Lambert > Oliver Schrenk wrote: > >> >> >> Here is an excerpt from the build file: >> >> >> >> >> >> > location="/acme/servlet/messages.properties&q

Problems resolving paths in copy's "tofile" when combining multiple properties

2010-03-03 Thread Oliver Schrenk
(like it does on the Mac). Is this a known issue, expected behavior or just bland misuse of properties on my part? Best regards Oliver Schrenk

AW: How to Configure batch file in Ant?

2008-09-18 Thread Oliver Ashoff
Unix, Linux... Second quick shot: Try: Just now, I don't remember what is 'env key...' for. My be you don't need that. Good Luck. > -Ursprüngliche Nachricht- > Von: Jan K [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 18. Septemb

AW: How to Configure batch file in Ant?

2008-09-18 Thread Oliver Ashoff
Quick shot. Try the following: mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 18. September 2008 13:54 > An: user@ant.apache.org > Betreff: How to Configure batch file in Ant? > > > I am a new bee to Ant.I need to know how to configure batch file in > Ant.I am > using Ant 1.6.5 and

Nightly Builds

2007-02-21 Thread Oliver Robinson
place? Thanks, Oliver - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Dependset NullPointerException

2007-01-31 Thread Oliver Robinson
I tried the latest nightly build: apache-ant-20070123 which threw the same error. Anything else that might help diagnose to the problem? Thanks, Oliver Matt Benson wrote: Please check this against a (very) recent build from Ant HEAD. I believe Martijn Kruithof recently removed the NPE from

Dependset NullPointerException

2007-01-30 Thread Oliver Robinson
1181) at org.apache.tools.ant.Main.runBuild(Main.java:698) at org.apache.tools.ant.Main.startAnt(Main.java:199) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104) Any help much appre

AW: How to use replaceregexp in multi-line context?

2006-05-18 Thread Oliver Ashoff
r regular expression because I mean that you know you regular expression and you only missed the trick with the " " character seqence to insert. I dont know if there is an other solution, perhaps a smarter one. But this is at least an acceptable work-around for me. If you dont succeed let

AW: How to use replaceregexp in multi-line context?

2006-05-17 Thread Oliver Ashoff
. :) Regards, Oliver > -Ursprüngliche Nachricht- > Von: David [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 17. Mai 2006 11:59 > An: Ant Apache User Group > Betreff: How to use replaceregexp in multi-line context? > > Dear members, > > I wou

Re: tools.jar missing?

2006-05-08 Thread Oliver Schalch
the JDK has the tools.jar and if your JAVA_HOME or some PATH points to the JRE it wont find the tools.jar... Oliver -- Oliver Schalch [EMAIL PROTECTED] Wyona Inc.  -   Open Source Content Management   -   Apache Lenya http://www.wyona.com

Re: junit report problem

2006-04-17 Thread Oliver
That fixed it. what a silly mistake on my part. Thanks a lot, Ivan. Oliver On 4/17/06, Ivan Rambius Ivanov <[EMAIL PROTECTED]> wrote: > Hello > > --- Oliver <[EMAIL PROTECTED]> wrote: > > > > > > > > >

Re: junit report problem

2006-04-16 Thread Oliver
<[EMAIL PROTECTED]> wrote: > Hello Oliver, > > Please post your usage of and . > > Regards > Ivan > > --- Oliver <[EMAIL PROTECTED]> wrote: > > > Hi, folks, > > > > I have a pretty regular junit report setup. > > All the individual Te

junit report problem

2006-04-16 Thread Oliver
Hi, folks, I have a pretty regular junit report setup. All the individual Test-*.xml are generated. However, the transformed xml is just empty. I have xalan.jar in ant/lib, and ant script doesn't report anything wrong. Any idea? Thanks a lot -- O

Javac tasks (when calling from java)

2006-04-03 Thread Oliver Schalch
write a own classloader with the tools.jar in it, and use it with project#setClassLoader ? Any hints, please. Thanks Oliver -- Oliver Schalch [EMAIL PROTECTED] Wyona Inc. - Open Source Content Management - Apache Lenya http://www.wyona.com

Calling ant targets from Java

2006-04-03 Thread Oliver Schalch
t.executeTarget(prepareAntTargets()); What I want is first calling from build.xml the init targets, thats all, then after that is done, I need to call targets from the buildgenerated.xml. I'm not quite sure how I would do this, any hints and tipps are apprentiaced... Thanks, Oliver

JUnitTask fork problem?

2006-03-09 Thread Oliver Hummel
Any help is greatly appreciated! Cheers, Oliver - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: 1 Questions in ANT

2006-03-03 Thread Oliver Ashoff
Hi! Using a macro may help. See http://ant.apache.org/manual/ -> Ant Tasks -> Core Tasks -> MacroDef Regards, Oliver > -Ursprüngliche Nachricht- > Von: Karthik [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 3. März 2006 08:54 > An: user@ant.apache.org > Bet

RE: axis-java2wsdl LogFactory classloader problem++

2005-05-20 Thread Michael Oliver
but within an ant build in eclipse, where do these terms line up? How do we determine "child-first" classloading in an ant build if we can? In an ant build, what is the shared classloader and what is the child class loader? Specifically where should commons-logging.jar be and where should

axis-java2wsdl LogFactory classloader problem

2005-05-20 Thread Michael Oliver
can it be that one way it doesn't find LogFactory and the other way it has a classloader sequence problem? Conversely if ant needs to load them and the ant axis task also needs to load them, how do I ensure they are loaded in the proper sequence to avoid the conflict? Michael Oliver CTO

AW: Ant in eclipse

2005-03-11 Thread Pfau Oliver FRD II
--- From: Pfau Oliver FRD II [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 1:51 PM To: 'Ant Users List' Subject: AW: Ant in eclipse Hi, the ant is shipped with eclipse... eclipse 2.1 jdk 1.3.1 ant 1.6.2 the ant plugin can not recognize the ant targets.. -Ursprüngliche Nachrich

AW: Ant in eclipse

2005-03-11 Thread Pfau Oliver FRD II
, what version of = eclipse / jdk / ant you're using ? Do you use the ant version that is shipped with eclipse or did you modify the ant runtime preferences ? Gilbert -Original Message- From: Pfau Oliver FRD II [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 1:35 PM To:

Ant in eclipse

2005-03-11 Thread Pfau Oliver FRD II
Hi, I want to start my ant build file from eclipse...when I choose "Run Ant..." from the context menu I got an error message in the following dialog. In the upper left corner is a text "fRecognizedFeatures"...what is wrong he

Classpath in javac

2005-03-11 Thread Pfau Oliver FRD II
Hi, I have a directory which contains many jar-files. I want to add all this jars in my class path for javac...how can I do this recursive without naming each jar ? Thanks, Oliver - To unsubscribe, e-mail: [EMAIL PROTECTED] For

AW: Iteration over files

2005-03-08 Thread Pfau Oliver FRD II
(Global Trade) [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 8. März 2005 19:07 An: Ant Users List Betreff: RE: Iteration over files What's wrong with using a fileset? -Rob A > -Original Message- > From: Pfau Oliver FRD II [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 08

Iteration over files

2005-03-08 Thread Pfau Oliver FRD II
Hi, I want to apply some ant tasks over jar-files. How can I iterate over the jar files and invoke the ant tasks without putting it in the fileset ? Thanks Oliver - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

WG: Deleting 0 kb files

2005-03-08 Thread Pfau Oliver FRD II
Hi, is there a ant core task to delete files appending to the size of it ? Thanks Oliver - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]