See the attached email. I thought you had found a work around for JDK
1.6 issue on Mac OS. Can you also tell me where you got confused?
Thanks,
Sahoo
Anissa Lam wrote:
> Hi,
> I am getting really confused on how to work around the Hudson/build
> issue in order to build V3 from scratch. Also, I am running Mac OS
> 10.4, and there is no JDK 1.6 available. Can someone who
> successfully done so send out the steps again ?
>
> thanks very much.
> Anissa.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>
attached mail follows:
I have just been told that it's going to take some time (expected by
Tuesday morning - US time) address the issues in the build system. In
the mean while, if you wish to build v3, the following procedure should
work:
1. Check out and build jsp project using latest hk2:
svn co
https://jsp.dev.java.net/svn/jsp/trunk jsp/trunk
JAVA_HOME=<path to JDK 1.6> mvn -f jsp/trunk/pom.xml install
-Dhk2.version=0.3.8 -Dhk2.plugin.version=0.3.8
2. Update v3:
cd <v3 dir>
svn up
3. Build javaee-api:
mvn -f javaee-api/pom.xml clean install
Sometimes the above command fails while building the last module (i.e.,
javax.javaee module) because of what I think is a JDK bug (6713913). If
that happens, just try building javax.javaee separately.
4. Build v3:
mvn -f ./pom.xml clean install
Thanks,
Sahoo
Sahoo wrote:
> Hi,
>
> Don't refresh your v3 workspace now. You may like to wait until we
> figure out why builds are not getting pushed to maven repo. I am
> waiting for the build team to get to work.
>
> Thanks,
> Sahoo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>