You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Claus Goettfert <cl...@gmx.net> on 2002/05/09 21:14:51 UTC

build failed:

Posted by Sung-Gu <jericho at apache.org>.
----- Original Message ----- 
From: "Claus Goettfert" <cl...@gmx.net>

> I do/did have antlr.jar in my classpath (%JAVA_HOME%\lib). I also set a
> variable CLASSPATH to %JAVA_HOME%\lib.

I guess you should set CLASSPATH like
%JAVA_HOME%\lib\antlr.jar;%JAVA_HOME%\lib\antlr-tools.jar

> At 00:46 11.05.2002 +0900, you wrote:
> >Please, refer to
> >http://www.mail-archive.com/slide-user@jakarta.apache.org/msg01596.html


Re: build failed:

Posted by Sung-Gu <jericho at apache.org>.
Please, refer to http://www.mail-archive.com/slide-user@jakarta.apache.org/msg01596.html

I'll look into it sometime later... 

----- Original Message ----- 
From: "Claus Goettfert" <cl...@gmx.net>
To: "Slide Users Mailing List" <sl...@jakarta.apache.org>
Sent: Friday, May 10, 2002 4:14 AM
Subject: build failed: <antlr target=" .../>


> Hi all,
> 
> I tried to build slide with the latest source checked out via cvs. I
> adopted my build.properties file which seems to work.
> 
> I use ant1.4.1, simply downloaded it from jakarta.apache.org/ant
> 
> when I run %ANT_HOME%\bin\ant in my jakarta-slide-checkout directory it
> compiles until line 653 of build.xml and then stops telling me that :
> 
> "D:\jakarta\jakarta-slide-checkout\build.xml:653: Could not create task of
> type: antlr. Common solutions are to use taskdef to declare your task, or,
> if this is an optional task, to put the optional.jar in the lib directory
> of your ant installation <ANT_HOME>."
> 
> so I downloaded the jakarta-ant1.4.1-optional.jar and put it into
> %ANT_HOME%/lib and tried to compile again (deleting the build directory in
> jakarta-slide).
> 
> again I get an error telling me:
> ....
> "webdav-client-prepare:
> 
> webdav-client:
> [antlr] java.lang.noClassDefFoundError: antlr/Tool
> [antlr} Exception in thread "main"
> 
> BUILD FAILED
> 
> D:\jakarta\jakarta-slide-checkout\build.xml:653: java faild with return code 1"
> 
> any help would be greatly appreciated ....
> 
> regards,
> 
> claus goettfert
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
>