Re: AW: AW: ClassConstants filterreader fails with IOException

2005-02-16 Thread Ivan Ivanov
A quick google for "is not a Java .class file" bcel [1] and particularly [2] showed that at aspectwerkz.codehaus.org they have written bcel-patch.jar for some reason. I am investigating it. Ivan [1]http://www.google.com/search?hl=en&lr=&safe=off&q=%22is+not+a+Java+.class+file%22+bcel&btnG=Search

Re: AW: AW: ClassConstants filterreader fails with IOException

2005-02-16 Thread Peter Reilly
I see the same underlying exception, I used: } catch (InvocationTargetException t) { throw new BuildException(t.getTargetException()); } and saw: . . . --- Nested Exception --- java.lang.ClassFormatError: is not a Java .class file at org.apache.b

Re: AW: AW: ClassConstants filterreader fails with IOException

2005-02-16 Thread Ivan Ivanov
--- [EMAIL PROTECTED] wrote: > I had a look into the source of - > all exceptions are > catched and > a new IOEx with the message only is thrown. Maybe > for debug purposes we > could provide > the complete stacktrace - especially here it could > be useful, I think. I added them to see what is

AW: AW: ClassConstants filterreader fails with IOException

2005-02-16 Thread Jan . Materne
I had a look into the source of - all exceptions are catched and a new IOEx with the message only is thrown. Maybe for debug purposes we could provide the complete stacktrace - especially here it could be useful, I think. Jan > -Ursprüngliche Nachricht- > Von: Ivan Ivanov [mailto:[EMAIL

AW: AW: ClassConstants filterreader fails with IOException

2005-02-16 Thread Jan . Materne
I´ve attached my test scenario with one failing and one passing target. - compile: compiles all java sources Ini.java :original source file which is too big Ini[1-4].java:splitted files - macrodef :commno definition for loading the class constants - test-should-fail: load th