dev@glassfish.java.net

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

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Tue, 06 Mar 2007 16:34:45 -0800

yes you can change it

jerome

On Mar 6, 2007, at 8:30 AM, Cheng Fang wrote:

> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>