dev@glassfish.java.net

Re: Error when trying to do a full build of GlassFish V2 - SJSAS91_UR1_BRANCH

From: Pramod Gopinath <Pramod.Gopinath_at_Sun.COM>
Date: Wed, 16 Jan 2008 15:40:31 -0800

Thanks Bhakti & Dinesh

Yes I was running with JDK 1.6 when I saw this error. Tried with JDK
1.5_09 and was able to successfully build GF V2.

Thanks for the help
Pramod

Dinesh Patil wrote:
> Pramod Gopinath wrote:
>> I have tried the following steps in an effort to do a full build of
>> GlassFish V2 build on my Solaris x86 box :
>>
>> mkdir 01162008
>> cd 01162008
>> cvs -d :pserver:<userid>@cvs.dev.java.net:/cvs checkout -r
>> SJSAS91_UR1_BRANCH glassfish/bootstrap
>> pushd glassfish/bootstrap/
>> maven checkout bootstrap-all build
> Pramod, this is working, just not I tried it.. you may have JDK6 in
> your PATH, so try to use with JDK 1.5.0_12 or 14
> thanks
> Dinesh
>>
>>
>> And get the following errors :
>>
>>
>> [java] compile:
>> [java] [javac] Compiling 242 source files to
>> /export/home/appServerCode/01162008/glassfish/appserv-jstl/build/classes
>> [java] [javac]
>> /export/home/appServerCode/01162008/glassfish/appserv-jstl/src/org/apache/taglibs/standard/tag/common/xml/JSTLXPathFactory.java:41:
>> warning: com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl is
>> Sun proprietary API and may be removed in a future release
>> [java] [javac] import
>> com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl;
>> [java] [javac] ^
>> [java] [javac]