Re: Many Input xml for one html output.

2006-12-07 Thread Dominique Devienne
On 12/7/06, Chun Ji <[EMAIL PROTECTED]> wrote: I try to use the to do a transformation. I have several input XML files, and want to create only one output HTML file. Does someone know how to do it? I am using ant 1.6.5 on linux. You cannot. You need to create a small XML document that lists

Many Input xml for one html output.

2006-12-07 Thread Chun Ji
Hello, I try to use the to do a transformation. I have several input XML files, and want to create only one output HTML file. Does someone know how to do it? I am using ant 1.6.5 on linux. thanks, Chun - To unsubscribe

Re: Is there a way to use a and place all needed jars in an arbitrary directory?

2006-12-07 Thread Peter Reilly
On 12/7/06, Scot P. Floess <[EMAIL PROTECTED]> wrote: I am trying to define an arbitrary directory to hold all jar files I need in a and "somehow" force ant to use that directory (and its contents) as part of the classpath... I know I can use -lib option for ant, but I am hoping there is someth

Re: OutofMemoryError during compile target

2006-12-07 Thread Scot P. Floess
Have you tried to run ant with verbosity turned on? As in: ant -v Scot Kenneth Litwak wrote: I tried memoryinitialsize="512m" in the javac task and that makes no difference. Ken -Original Message- From: Thomas Voigt [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 10:00

RE: OutofMemoryError during compile target

2006-12-07 Thread Kenneth Litwak
I tried memoryinitialsize="512m" in the javac task and that makes no difference. Ken -Original Message- From: Thomas Voigt [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 10:00 AM To: Ant Users List Subject: Re: OutofMemoryError during compile target Original-Nachr

Re: 1.7.0RC1 java.lang.NoSuchMethodError: org.mozilla.javascript.Context.getDebuggableEngine()Lorg/mozilla/javascript/debug/DebuggableEngine

2006-12-07 Thread Jack J. Woehr
On Dec 7, 2006, at 11:50 AM, Jacob Kjome wrote: He meant Apache Commons Logging Thanks. I'm not sure what the BSF guys were thinking when they added this dependency? Maybe they weren't? Open Source software seems generally to be parting company with "simplicity as a virtue". With the

Re: 1.7.0RC1 java.lang.NoSuchMethodError: org.mozilla.javascript.Context.getDebuggableEngine()Lorg/mozilla/javascript/debug/DebuggableEngine

2006-12-07 Thread Jacob Kjome
Quoting "Jack J. Woehr" <[EMAIL PROTECTED]>: > > On Dec 6, 2006, at 5:33 PM, Peter Reilly wrote: > > > You can use bsf 2.4.0 and rhino 1.5r4 but > > I definitely have Rhino 1.6.5. I *theenk* I have the 2.4.0 of > BSF but I'll download again to be sure ... that is, I shall when > the BSF download p

Re: 1.7.0RC1 java.lang.NoSuchMethodError: org.mozilla.javascript.Context.getDebuggableEngine()Lorg/mozilla/javascript/debug/DebuggableEngine

2006-12-07 Thread Jack J. Woehr
On Dec 6, 2006, at 5:33 PM, Peter Reilly wrote: You can use bsf 2.4.0 and rhino 1.5r4 but I definitely have Rhino 1.6.5. I *theenk* I have the 2.4.0 of BSF but I'll download again to be sure ... that is, I shall when the BSF download page uncrashes. you need apache-commons as well (for bsf

RE: OutofMemoryError during compile target

2006-12-07 Thread Kenneth Litwak
Thomas, I'm not very good at this ant script stuff. Can you give a snippet of what this looks like? Thanks. Ken -Original Message- From: Thomas Voigt [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 10:00 AM To: Ant Users List Subject: Re: OutofMemoryError during compile

Re: OutofMemoryError during compile target

2006-12-07 Thread Thomas Voigt
Original-Nachricht Datum: Thu, 7 Dec 2006 08:58:35 -0800 Von: "Kenneth Litwak" <[EMAIL PROTECTED]> An: user@ant.apache.org Betreff: OutofMemoryError during compile target > Does anyone have a suggestion for what I might try to figure out how > to resolve or figure out this s

RE: OutofMemoryError during compile target

2006-12-07 Thread Kenneth Litwak
Thanks Scot. No, I'm afraid the file system has lots of room. Ken -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 9:07 AM To: Ant Users List Subject: Re: OutofMemoryError during compile target Is your file system full by chance? I can

Re: OutofMemoryError during compile target

2006-12-07 Thread Scot P. Floess
Is your file system full by chance? I can't seem to locate the arguments to increase memory for javac... If I can find them I will reply back Kenneth Litwak wrote: I don't know if this is related as such to ant, but I use ant to build projects, so I'm posting here in case anyone has a sugg

Is there a way to use a and place all needed jars in an arbitrary directory?

2006-12-07 Thread Scot P. Floess
I am trying to define an arbitrary directory to hold all jar files I need in a and "somehow" force ant to use that directory (and its contents) as part of the classpath... I know I can use -lib option for ant, but I am hoping there is something I can do inside my ant script. I was able to in

OutofMemoryError during compile target

2006-12-07 Thread Kenneth Litwak
I don't know if this is related as such to ant, but I use ant to build projects, so I'm posting here in case anyone has a suggestion. =20 I have been building an application using ant on jdk 1.4.2 for about 2.5 years. No problem. Today I'm getting the error during compilation [javac] java.la

Re: script language must be specified

2006-12-07 Thread Jack J. Woehr
On Dec 7, 2006, at 4:41 AM, Steve Loughran wrote: If you are curious, its because Peter has been adding java 6 scripting support to the runtime... Well, that is very good of him to do so. Jack -- Jack J. Woehr Director of Development Absolute Performance, Inc. [EMAIL PROTECTED] 303-443-700

Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5

2006-12-07 Thread Steve Loughran
Thomas Voigt wrote: Original-Nachricht Datum: Thu, 07 Dec 2006 11:39:55 + Von: Steve Loughran <[EMAIL PROTECTED]> An: Ant Users List Betreff: Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5 Thomas Voigt wrote: (2) The command hangs if I try to access an oracle

Re: Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5

2006-12-07 Thread Thomas Voigt
Original-Nachricht Datum: Thu, 07 Dec 2006 11:39:55 + Von: Steve Loughran <[EMAIL PROTECTED]> An: Ant Users List Betreff: Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5 > Thomas Voigt wrote: > > (2) The command hangs if I try to access an oracle database. This >

Re: How to make expandproperties fail if one of the properties cannot be found

2006-12-07 Thread Vladimir Kravchenko
Thank you. It is pretty good solution. Vlad On 12/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: I dont know a "clean" way, but maybe this is enough for you There are unset properties Jan >-Ursp

Re: script language must be specified

2006-12-07 Thread Steve Loughran
Jack J. Woehr wrote: On Dec 6, 2006, at 4:18 PM, Alexey N. Solofnenko wrote: It looks like it was an unlucky day. Peter fixed it yesterday. Well, I'll be hornswoggled. You're right! svn up and WFM. If you are curious, its because Peter has been adding java 6 scripting support to the runt

Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5

2006-12-07 Thread Steve Loughran
Thomas Voigt wrote: Hi, we tried to upgrade our system to Java 1.5 (jdk1.5.0_09) and Ant 1.7.0 RC1. Sadly we ran into several problems. We also use svnant 1.1.0 RC2 and ant-contrib 1.0b2. I would like to know if any of you ran into similar problems - I'm moderately experienced with fiddling

AW: How to make expandproperties fail if one of the properties cannot be found

2006-12-07 Thread Jan.Materne
I dont know a "clean" way, but maybe this is enough for you There are unset properties Jan >-Ursprüngliche Nachricht- >Von: Vladimir Kravchenko [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 7. Deze

Re: Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5

2006-12-07 Thread Thomas Voigt
Original-Nachricht Datum: Wed, 6 Dec 2006 23:04:57 + Von: "Peter Reilly" <[EMAIL PROTECTED]> An: "Ant Users List" Betreff: Re: Problems with upgrade to Ant 1.7.0 RC1 and Java 1.5 > On 12/5/06, Thomas Voigt <[EMAIL PROTECTED]> wrote: > > (1) Logfiles are emptied on the sto

How to make expandproperties fail if one of the properties cannot be found

2006-12-07 Thread Vladimir Kravchenko
Hi, I am using expandproperties within the copy task. I would like my build fails when at least one of the properties cannot be expanded. Otherwise it can lead to runtime errors ... Is there any way to make expandproperties stricter? Best regards, Vlad