Hola, I'm flying to Israel this evening for vacation, and email access will be sporadic. I have one comment below:
> 3) Added a new jar that has the jndi related classes. > > Because I was now compiling with jdk 1.2, the jndi related classes > were not available (?). So, I added a new property to include the > j2ee.jar, and grabbed the 1.2 j2ee download: > > j2ee.jar=../../../java/j2sdkee1.2.1/lib/j2ee.jar > > and added it to the compile.classpath: > > <pathelement location="${j2ee.jar}"/> > Yoav suggested: http://java.sun.com/products/jndi/downloads/ index.html, click on the "Download JNDI 1.2.1" link when I encountered the issue.Probably a better alternative to the entire j2ee.jar. I will grab it tonight. I overlooked Yoav's email. I was pretty focused on the build.xml last night. :-)
Yes, a far better alternative in my experience. You don't want the whole J2EE jar in there, as that leads to a whole big can of worms. Have a pleasant couple of weeks everyone, Yoav --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
