users@glassfish.java.net

maven bootstrap-all failed when build glassfish v2.1.1 on windows

From: xuqingkang2 <xuqingkang2_at_163.com>
Date: Fri, 26 Mar 2010 08:23:22 +0800 (CST)

Hi:
guys,i had check out the glassfish v2's source from the http://svn-mirror.glassfish.org/glassfish-svn/trunk/v2, and i checked that the svn version is 36138 which commited by ksak.


After i cd the glassfish_v2_trunk\bootstrap and maven bootstrap-all, it failed due to
----
BUILD FAILED
File...... E:\NetResource\JavaEE\glassfish\v2\glassfish_v2_trunk\bootstrap\maven
.xml
Element... ant:ant
Line...... 109
Column.... 51
Warning: Could not find file E:\NetResource\JavaEE\glassfish\v2\publish\glassfis
h\lib\cliutil.dll to copy.
Total time: 51 seconds
Finished at: Fri Mar 26 08:11:03 CST 2010
----
i check the glassfish_dependencies\appserv-native, the appserv-native-9.1-b48.jar has following layout! It's the SUNOS's dependency!
--
©¦  appserv
©¦  appservLauncher
©¦  libcliutil.so
©¦  libjvminfoutil.so
©¦  libsolarisauth.so
©¦  libutilforsyslog.so
©¦
©¸©¤sparcv9
       libutilforsyslog.so
--
I had changed the bootstrap/project.properties,set the OS as [glassfish.os.name=WINNT]
why I get the  SUNOS's dependencies!
How can i fix it?
thanks in advance!