From: Alex Twisleton-Wykeham-F. <al...@fi...> - 2006-03-09 18:07:21
|
On Thu 9 March 2006 17:51, Alex Twisleton-Wykeham-Fiennes wrote: > On Thu 9 March 2006 16:58, Eric B. Ridge wrote: > > On Mar 9, 2006, at 11:50 AM, Alex Twisleton-Wykeham-Fiennes wrote: > > > Which jar is org.apache.tools.ant.taskdefs.optional.javacc.JavaCC > > > actually > > > supposed to be in because I don't find it on a cursory glance. The > > > rule > > > which specifies it is this one:- > > > > Oh right, you also need the .jar of optional And taskdefs. Back in > > the Ant 1.2 days it was an additional download from Jakarta called > > "ant-optional.jar" (or something similar). I'm not sure what the > > latest versions of Ant do, but I suspect it's similar. > > > > That jar also needs to be in $ANT_HOME/lib. > > This is prooving to be a very frustrating twisty turny web of passages all > alike. > > If anyone has the appropriate jar file that I should be linking to get the > javacc build target to work with ant-1.6.2-5 on SuSE Linux 10.0 then it > would be very much appreciated. > > (the ant-javadoc-1.6.2-7 on SuSE 10.0 contains the javadoc for the class in > question, I just can't find / they've ommitted the rpm with the actual jar > file in it) Aha. locked in the bottom of a filing cabinet in a disused toilet with a sign on the door saying "beware of the leopard". why didn't I think of that before? in the off chance that anyone else is looking for it, the rpm you want is called ant-nodeps.rpm *sigh* Anyway, the good news is that all of the unit tests pass apart from one:- [junit] Running org.webmacro.adapter.TestSpringView [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.839 sec [junit] Test org.webmacro.adapter.TestSpringView FAILED I'm just waiting to be allowed into the sourceforge CVS server to check out a clean version and see if this is my fault or not but it is being veerrrrryyyy slow at present - is it just anonymous access that is throttled so badly? If not then would you like the use of a slightly less loaded CVS server for the project? Some time later: OK, a fresh checkout from CVS fails on the TestSpringView as well as my patched version. This "presumably" means my patches are OK (or at least haven't made it any worse)... Alex |