Henri Gomez wrote:
Hi to all,
While playing with a build.xml for mx4j, I've spend
not less than 2 hours to determine why it didn't take
care of my build.properties.
The reason :
There was a a trailing space at the end of line :
jsse.jar=/usr/share/java/jsse/jsse.jar_ (the _ is the trailing space)
I was using ant 1.5 but wonder if these couldn't be still present
in latest ant ?
Mor information :
The ${jsse.jar} was used in a classpath ref and the javac
was using jikes 1.15 which removed the jar from classpath since
it couldn't find /usr/share/java/jsse/jsse.jar_
Regards
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>