users@glassfish.java.net

Re: problem building glassfish - newbie

From: Dinesh Patil <Dinesh.Patil_at_Sun.COM>
Date: Sat, 21 Apr 2007 22:41:43 -0700

Hi,
Looks like glassfish.os.name=WINNT is not set, so it may be using
default os as SunOS where this dll will not be present.
So set this in $HOME or %HOMEPATH%\build.properties file as per the
quickstart 2nd step:
http://wiki.glassfish.java.net/gfwiki/Wiki.jsp?page=BuildInformation
2. Configure Build Variables: Create
workspace/glassfish/bootstrap/build.properties or for re-usable
GlassFish workspace, one-time process is to
create${HOME}/build.properties (Unix) or %HOMEPATH%\build.properties
(Windows) and set following variables.

      glassfish.os.name=<OS Name: Possible values- WINNT, SunOS, Linux,
      SunOS_X86, Darwin>
      glassfish.cvs.username=<java.net id >

thanks
Dinesh

glassfish_at_javadesktop.org wrote:

>I'm an observer trying to build glassfish for the first time. I'm new to cvs and maven and using the instructions on the "glassfish getting started page" to do my build. After doing maven bootstrap-all I get the following error message:
>
>BUILD FAILED
>File...... C:\Documents and Settings\Michael Phoenix\workspace\glassfish\bootstr
>ap\maven.xml
>Element... ant:ant
>Line...... 96
>Column.... 51
>Warning: Could not find file C:\Documents and Settings\Michael Phoenix\workspace
>\publish\glassfish\lib\cliutil.dll to copy.
>Total time: 2 minutes 20 seconds
>Finished at: Sat Apr 21 20:51:40 PDT 2007
>
>My OS is Windows XP. I did check the folder referred to and there is no cliutil.dll file. Any ideas on what the problem is and how it may be resolved?
>
>Thanks,
>Mike
>[Message sent by forum member 'mikephoenix' (mikephoenix)]
>
>http://forums.java.net/jive/thread.jspa?messageID=213568
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>
>