You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by k apsul <k_...@yahoo.com> on 2003/09/01 19:42:39 UTC

Build failed - Java returned: 1 still

>From a new directory, using cvs I downloaded the
necessary files and I did not see any errors this
time.
I did the following:

 1. I just downloaded an update from cvs.
 2. From xml-forrest/     ./build.sh clean
 3. From xml-forrest/     ./build.sh
 
 ....
 BUILD SUCCESSFUL
 Total time: 36 seconds
 
I made sure the shbat  and shbat/bin is the $PATH.
 4. From /u01/forrest/     mkdir newone
 5. cd newone
 6. forrest seed
 
 ....
 BUILD SUCCESSFUL
 Total time: 4 seconds
 
 7.  forrest site

  ....
 BUILD FAILED
/u01/forrest/cvs/xml-forrest/build/dist/shbat/forrest.build.xml:606:
Java returned: 1
 
Total time: 50 seconds

I did not edit any files, just issued those commands
directly after the cvs download. As suggested in a
previous post of same errors, checking the
build/tmp/context/WEB-INF/logs/  errors.log and
sitemap.log has bunch of errors but I dont know what
to  look for. 

I tried forrest run and viewed in the browser
http://localhost:8888/  and the site is rendered, with
all links seems to be working. I didnt notice any
broken links.  I guess its just an annoyance for now?
 
TIA

K



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Re: Build failed - Java returned: 1 still

Posted by Jeff Turner <je...@apache.org>.
On Mon, Sep 01, 2003 at 10:42:39AM -0700, k apsul wrote:
> 
> >From a new directory, using cvs I downloaded the
> necessary files and I did not see any errors this
> time.
> I did the following:
> 
>  1. I just downloaded an update from cvs.
>  2. From xml-forrest/     ./build.sh clean
>  3. From xml-forrest/     ./build.sh
>  
>  ....
>  BUILD SUCCESSFUL
>  Total time: 36 seconds
>  
> I made sure the shbat  and shbat/bin is the $PATH.
>  4. From /u01/forrest/     mkdir newone
>  5. cd newone
>  6. forrest seed
>  
>  ....
>  BUILD SUCCESSFUL
>  Total time: 4 seconds
>  
>  7.  forrest site
> 
>   ....
>  BUILD FAILED
> /u01/forrest/cvs/xml-forrest/build/dist/shbat/forrest.build.xml:606:
> Java returned: 1

What is '....'?  Typically the ihtml-sample.html page fails, causing the
build to fail, but that is not a problem for any site that doesn't use
ihtml.

--Jeff