Re: script with 1.6beta

2003-10-14 Thread Stefan Bodewig
Hmm,

Apache BSF 2.3.0dev plus Rhino 1.5R3, recompiled Ant:

[EMAIL PROTECTED] jakarta-ant]$ ant -f 
src/etc/testcases/taskdefs/optional/script.xml example1
Buildfile: src/etc/testcases/taskdefs/optional/script.xml

setup1:
 [echo] 1
 [echo] 4
 [echo] 9
 [echo] 16
 [echo] 25
 [echo] 36
 [echo] 49
 [echo] 64
 [echo] 81
 [echo] 100

example1:

BUILD SUCCESSFUL
Total time: 3 seconds

So 1.5R3 seems to be fine.

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: script with 1.6beta

2003-10-10 Thread Stefan Bodewig
On Thu, 9 Oct 2003, Larry Shatzer [EMAIL PROTECTED] wrote:

 I tried 1.5R3 with no success. 1.5R2 does work however.

Really?  We should change the docs then (although I'm sure that I've
tried 1.5R3).

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: script with 1.6beta

2003-10-10 Thread Shatzer, Larry
 -Original Message-
 From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
 Sent: Friday, October 10, 2003 12:12 AM
 To: [EMAIL PROTECTED]
 Subject: Re: script with 1.6beta
 
 
 On Thu, 9 Oct 2003, Larry Shatzer [EMAIL PROTECTED] wrote:
 
  I tried 1.5R3 with no success. 1.5R2 does work however.
 
 Really?  We should change the docs then (although I'm sure that I've
 tried 1.5R3).

Feel free to try it again incase I have something weird going on.

-- Larry

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: script with 1.6beta

2003-10-09 Thread Stefan Bodewig
On Wed, 8 Oct 2003, Larry Shatzer [EMAIL PROTECTED] wrote:

 With the beta for 1.6 I get this when using a javascript script
 block.

Yep.  There is a difficult interaction of BSF and Rhino versions.

The latest released BSF version doesn't work with Rhino post 1.5R3.
BSF's CVS HEAD works with the latest Rhino release.  This is covered
in the library dependencies section of Ant's manual.

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]