You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by di...@multitask.com.au on 2002/10/26 16:46:35 UTC

Build dist fails on new checkout

With:
C:\Program Files\eclipse\workspace\xml-forrest>build dist
Using classpath: 
";.\lib\endorsed\xalan-2.3.1.jar;.\lib\endorsed\xercesImpl-2.1.
0.jar;.\lib\endorsed\xml-apis.jar;.\lib\endorsed\xsltc-20020723.jar"
Buildfile: build.xml

BUILD FAILED
Error reading project file: no protocol: ./tools/antipede/build.xtarget

Total time: 6 seconds

C:\Program Files\eclipse\workspace\xml-forrest>

Could it be URLs not properly escaped? (Note the space in the directory 
name)....

--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers


Re: Build dist fails on new checkout

Posted by Jeff Turner <je...@apache.org>.
On Sun, Oct 27, 2002 at 01:18:39AM +1000, Jeff Turner wrote:
> On Sun, Oct 27, 2002 at 12:46:35AM +1000, dion@multitask.com.au wrote:
> > With:
> > C:\Program Files\eclipse\workspace\xml-forrest>build dist
> > Using classpath: 
> > ";.\lib\endorsed\xalan-2.3.1.jar;.\lib\endorsed\xercesImpl-2.1.
> > 0.jar;.\lib\endorsed\xml-apis.jar;.\lib\endorsed\xsltc-20020723.jar"
> > Buildfile: build.xml
> > 
> > BUILD FAILED
> > Error reading project file: no protocol: ./tools/antipede/build.xtarget
> 
> Mm.. Forrest doesn't like spaces.  Lots of things break, including the
> 'forrest' command.  I'll go through and see if I can round them up.

I fixed all the problems I could see.  Could Windows users please report
back if stuff breaks?  I hate trying to edit bat files on 'nix.


--Jeff

Re: Build dist fails on new checkout

Posted by Jeff Turner <je...@apache.org>.
On Sun, Oct 27, 2002 at 12:46:35AM +1000, dion@multitask.com.au wrote:
> With:
> C:\Program Files\eclipse\workspace\xml-forrest>build dist
> Using classpath: 
> ";.\lib\endorsed\xalan-2.3.1.jar;.\lib\endorsed\xercesImpl-2.1.
> 0.jar;.\lib\endorsed\xml-apis.jar;.\lib\endorsed\xsltc-20020723.jar"
> Buildfile: build.xml
> 
> BUILD FAILED
> Error reading project file: no protocol: ./tools/antipede/build.xtarget

Mm.. Forrest doesn't like spaces.  Lots of things break, including the
'forrest' command.  I'll go through and see if I can round them up.


--Jeff

> Total time: 6 seconds
> 
> C:\Program Files\eclipse\workspace\xml-forrest>
> 
> Could it be URLs not properly escaped? (Note the space in the directory 
> name)....
> 
> --
> dIon Gillard, Multitask Consulting
> Work:      http://www.multitask.com.au
> Developers: http://adslgateway.multitask.com.au/developers
>