RE: Need information about using Eclipse AntRunner

2006-12-06 Thread Vladimir Egorov
This may be off, but could it be a classloader problem? Say your string extension classes are not visible to classloader that loaded junitreport classes. http://ant.apache.org/faq.html#delegating-classloader --Vladimir -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]

RE: Ant-WebLogic problem

2006-12-06 Thread Vladimir Egorov
I filed an internal BEA Change Request for this issue. I will update this list when I get the info. --Vladimir -Original Message- From: Pieter Temmerman [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 8:57 AM To: user@ant.apache.org Subject: Ant-WebLogic problem Hi

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

2006-12-06 Thread Peter Reilly
First thanks for testing with ant 1.7rc1. On 12/5/06, Thomas Voigt [EMAIL PROTECTED] 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

script language must be specified

2006-12-06 Thread Jack J. Woehr
/macros.xml:39: script language must be specified This for a macro that contains script language=javascript ... Does this mean: a) javascript has a new name? b) you need a later version of BSF c) I'm broken in 1.7.0RC1 d) This is YOUR UNLUCKY DAY!!! e) ?

Re: script language must be specified

2006-12-06 Thread Alexey N. Solofnenko
It looks like it was an unlucky day. Peter fixed it yesterday. - Alexey. Jack J. Woehr wrote: /macros.xml:39: script language must be specified This for a macro that contains script language=javascript ... Does this mean: a) javascript has a new name? b) you need a later version of

Re: script language must be specified

2006-12-06 Thread Jack J. Woehr
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. -- Jack J. Woehr Director of Development Absolute Performance, Inc. [EMAIL PROTECTED] 303-443-7000 ext. 527

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

2006-12-06 Thread Jack J. Woehr
Now I'm getting java.lang.NoSuchMethodError: org.mozilla.javascript.Context.getDebuggableEngine()Lorg/mozilla/ javascript/debug/DebuggableEngine I built trunk using the same bsf.jar and js.jar I was using before (~~6 months ago). Do I need other jars nowadays? -- Jack J. Woehr Director

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

2006-12-06 Thread Peter Reilly
On 12/7/06, Jack J. Woehr [EMAIL PROTECTED] wrote: Now I'm getting java.lang.NoSuchMethodError: org.mozilla.javascript.Context.getDebuggableEngine()Lorg/mozilla/ javascript/debug/DebuggableEngine I built trunk using the same bsf.jar and js.jar I was using before (~~6 months ago). Do I need

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

2006-12-06 Thread Peter Reilly
On 12/7/06, Peter Reilly [EMAIL PROTECTED] wrote: On 12/7/06, Jack J. Woehr [EMAIL PROTECTED] wrote: Now I'm getting java.lang.NoSuchMethodError: org.mozilla.javascript.Context.getDebuggableEngine()Lorg/mozilla/ javascript/debug/DebuggableEngine I built trunk using the same bsf.jar and

How to run JAVAC and include .properties files?

2006-12-06 Thread chaz dawg
Hi all, I am trying to use javac to compile java. I am using resource bundle files (.properties), which are present in the src directory. How do I make the javac activity copy these files to the classes directory when it compiles? I have tried the following code but it doesnt work. The classes

Re: How to run JAVAC and include .properties files?

2006-12-06 Thread Jacob Kjome
Try copy. javac's about Java source only. Jake At 10:16 PM 12/6/2006, you wrote: Hi all, I am trying to use javac to compile java. I am using resource bundle files (.properties), which are present in the src directory. How do I make the javac activity copy these files to the classes