dev@glassfish.java.net

appserv-core project.xml references j2ee.jar not javaee.jar

From: Cheng Fang <Cheng.Fang_at_Sun.COM>
Date: Tue, 06 Mar 2007 11:30:07 -0500

This is the classpath used in appserv-core/nbproject/project.xml (may be
in other modules too)

<classpath mode="compile">${appserv-deployment-client.jar};${appserv-rt.jar};${j2ee.jar};${appserv-admin.jar}</classpath>

Can we change ${j2ee.jar} to ${javaee.jar}?

When opening this project in NetBeans, basic j2ee classes cannot be
resolved. I have to change it to $javaee.jar to make it work. I
suspect that NetBeans doesn't resolve the Class-Path reference in
MANIFEST file in jar files like j2ee.jar.

Thanks,
-cheng