>From sfwnv-discuss-bounces at opensolaris.org Mon Nov  5 21:26:50 2007

>Has anyone run into this problem?  I just did a bringover from 
>/net/sfwnv.sfbay.sun.com/gates/sfwnv/clone on to a machine running b75, and 
>ran into this error on running nightly.
>
>The error seems to be: "./install-ant: 
>/export/home/psriniva/WKSP-2/usr/src/cmd/ant/jakarta-ant/bin: does not exist"

you really need to look at the whole log.

>relevant excerpt from nightly.log:
>----------------------------------
>
>BUILD FAILED
>/export/home/psriniva/WKSP-2/usr/src/cmd/ant/apache-ant-1.6.5/build.xml:951: 
>The following error occurred while executing this line:
>/export/home/psriniva/WKSP-2/usr/src/cmd/ant/apache-ant-1.6.5/build.xml:902: 
>Directory /export/home/jakarta-ant-1.3 creation was not successful for an 
>unknown reason
>
>Total time: 15 seconds
>*** Error code 1
>sh ./install-ant
>./install-ant: /export/home/psriniva/WKSP-2/usr/src/cmd/ant/jakarta-ant/bin: 
>does not exist
>*** Error code 1

ok so you looked at the log, but something bad probably happened before this
point, like perhaps the thing that's supposed to create these things failed.
the best bet is to search for, say, 'cmd/ant' to find where it starts
to build it. Or use bldenv and go there and try to build it by hand
to reproduce the problem.

But offhand I'd guess perhaps you're setting JAVA_ROOT to java 1.6, which
generally breaks ant & tomcat. Makefile.master forces 1.5 for this reason
(porting to 1.6 doesn't seem to be interesting yet apparently).

        Mike


Reply via email to