> > build: > > [javac] Compiling 56 source files to > > /home/rubys/jakarta/ant/build/classes > > [javac] > > /home/rubys/jakarta/ant/src/main/org/apache/tools/ant/taskdefs/optional/Script.java:122: > > exec(java.lang.String,java.lang.Object) in org.apache.bsf.BSFManager > > cannot be applied to > > (java.lang.String,java.lang.String,int,int,java.lang.String) > > [javac] manager.exec(language, "<ANT>", 0, 0, script); > > [javac] ^ > > [javac] > > /home/rubys/jakarta/ant/src/main/org/apache/tools/ant/taskdefs/optional/script/ScriptDef.java:349: > > exec(java.lang.String,java.lang.Object) in org.apache.bsf.BSFManager > > cannot be applied to > > (java.lang.String,java.lang.String,int,int,java.lang.String) > > [javac] manager.exec(language, "scriptdef <" + name + ">", > > 0, 0, script); > > [javac] ^ > > [javac] > > /home/rubys/jakarta/ant/src/main/org/apache/tools/ant/types/optional/ScriptFilter.java:206: > > exec(java.lang.String,java.lang.Object) in org.apache.bsf.BSFManager > > cannot be applied to > > (java.lang.String,java.lang.String,int,int,java.lang.String) > > [javac] manager.exec(language, "<ANT>", 0, 0, script); > > [javac] ^ > > [javac] 3 errors > > > > BUILD FAILED > > /home/rubys/jakarta/ant/build.xml:598: Compile failed; see the compiler > > error output for details. > > > > Total time: 26 seconds > > It doesn't have to be backwards compatible to 2.2, but as long as > there is no newer release than 2.3.0-rc1, we'd appreciate a solution > that compiles against CVS HEAD (and thus probably 2.3.0 final) and the > latest released version. >
Stefan, The former debug layer has been removed, due to the hackish nature of its implementation and function. Hence, the BSFManager exec() method should now take the language and script parameters only, as was the case in 2.2. Sorry for the breakage; 2.3.0-rc1 was not meant to be a full release, and this breakage is simply the culmination of a source re-org started a little while ago that removed the debug layer from BSF. This method should retain the stated signature through the real 2.3 release, and beyond. Again, my apologies for the inconvenience. Victor -- Victor J. Orlikowski | The Wall is Down, But the Threat Remains! ================================================================= [EMAIL PROTECTED] | [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]