Bill Shannon wrote:
> I have a glassfish workspace with only two modules - mail and activation,
> plus bootstrap of course. I updated all the modules using "cvs update".
> I then did "maven clean clobber bootstrap build". The build fails with:
> build:start:
Yes this seems to be a problem since -Dmodules=<module names> is not
specified.. bootstrap-cmp is been added recently, and i think we aren't
doing directory present check, so I will add following snippet to fix this..
<util:available
file="${glassfish.root}/${glassfish.cvs.project}/cmp">
<ant:echo>Resolving cmp binary dependency</ant:echo>
<attainGoal name="bootstrap-cmp"/>
</util:available>
thanks
Dinesh
>
> build:
> [echo] ------------------------------
> [echo] - Building GlassFish modules -
> [echo] ------------------------------
> [echo] Resolving cmp binary dependency
> Starting the reactor...
>
> BUILD FAILED
> File...... /cache/tmp/glassfish/glassfish/bootstrap/maven.xml
> Element... maven:reactor
> Line...... 69
> Column.... 36
> basedir /cache/tmp/glassfish/glassfish/cmp does not exist
> Total time: 4 seconds
> Finished at: Mon Mar 13 11:56:57 PST 2006
>
>
>
> I don't have the cmp module and I don't want the cmp module.
> What did I do wrong?
>
>
>
> I know we had this conversation before about how to reliably update
> an existing workspace to the latest version but I still didn't find
> that information in the build instructions
> https://glassfish.dev.java.net/public/BuildGlassFish
> or in the FAQ. Am I looking in the wrong place?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>