|
Hi everyone,
just starting using version xdoclet version 1.2.
I'm having a little trouble with ejbdoclet though. It seems to need
commons-logging.jar on the classpath. Ok, (even though it doesn't come with
the distribution - why is this?).
I'm using ant version 1.5 and I have set up my
classpaths to be used within ant. If I don't put commons-logging.jar on my
ant classpath I get a ClassNotFoundException for asks for
org.apache.commons.logging.LogFactory - fine, but if I do put it on I'm getting
a ClassNotFoundException for org.apache.commons.logging.LogFactoryImpl - this
shows that the jar is now being found - but the weird thing is that the
LogFactoryImpl is also in the jar!
It gets weirder. It all works if I put the
commons-logging.jar on the system classpath outside ant. Ant obviously picks
this up and appends/prepends it for my ant-specific classpath. I've tried
changing the order of the ant classpath and laods of other things. Any help at
all would be really helpful.
I'm using jdk1.4.1
thanks,
Brian |
