David Durham wrote:
psamathos wrote:

Yes, and I couldn't find anything. This mailinglist is my only hope.


I'm willing to help on this point, but did you download the module's source code to see where that message could be thrown from?

Maybe the clue lies in Ant's source code? I've got time to look around if you'd like.


- Dave

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


I didn't look around in ant's source, but I have downloaded the xdoclet-ojb-module source and looked around. I unpacked the .jar and it doesn't seem to miss anything ( I'm not a xdoclet expert in any way ), but it did contain a META-INF/xdoclet.xml with a


<subtask
    name="ojbrepository"
    implementation-class="xdoclet.modules.ojb.OjbSubTask"
    parent-task-class="xdoclet.modules.ojb.OjbDocletTask"/>

I tried to recompile xdoclet from source as well, but it fails in pretty and that's the reason I think my java environment is broken somewhere.

[pretty] ParserFactory Version 0.1: Encountered errors during parse: /home/psamathos/download/xdoclet-1.2.1/core/src/xdoclet/ConfigParamIntrospector.java
[pretty] org.acm.seguin.parser.ParseException: Encountered "void fillConfi <EOF>" at line 138, column 20.
[pretty] Was expecting one of:


I opened ConfigParamIntrospector.java in vim, and the file is much longer then 138 lines, which makes me think there's a bug in my JVM or somewhere related.

regards
/Magnus

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



Reply via email to