You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Dean A. Hoover" <dh...@rochester.rr.com> on 2003/05/05 18:09:51 UTC

Could not find a path to JavaCC.zip from '/usr/java/javacc-3.0'.

I installed the binary distribution of apache-ant-1.5.3-1 and 
javacc-3.0. When I ran  ant using
my build.xml file, I got the following results:

BUILD FAILED
file:/home/dhoover/devel/ROOT/build.xml:152: Could not find a path to 
JavaCC.zip from '/usr/java/javacc-3.0'.
        at 
org.apache.tools.ant.taskdefs.optional.javacc.JavaCC.getArchiveFile(JavaCC.java:347)
        at 
org.apache.tools.ant.taskdefs.optional.javacc.JavaCC.execute(JavaCC.java:314)
        at org.apache.tools.ant.Task.perform(Task.java:341)
        at org.apache.tools.ant.Target.execute(Target.java:309)
        at org.apache.tools.ant.Target.performTasks(Target.java:336)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1255)
        at org.apache.tools.ant.Main.runBuild(Main.java:609)
        at org.apache.tools.ant.Main.start(Main.java:196)
        at org.apache.tools.ant.Main.main(Main.java:235)

Who is responsible for distributing JavaCC.zip? Or is this some other 
problem?

Thanks.

Dean Hoover


Re: Could not find a path to JavaCC.zip from '/usr/java/javacc-3.0'.

Posted by Jesse Stockall <st...@magma.ca>.
On Mon, 2003-05-05 at 14:53, Dean A. Hoover wrote:
> Thanks. When will the next official release be available?
> 

There isn't a release date for Ant 1.6 yet. In the interim you can use a
nightly build or download the source version of 1.5.3 and apply the fix.

-- 
Jesse Stockall <st...@magma.ca>


Re: Could not find a path to JavaCC.zip from '/usr/java/javacc-3.0'.

Posted by "Dean A. Hoover" <dh...@rochester.rr.com>.
Thanks. When will the next official release be available?

Jesse Stockall wrote:

>On Mon, 2003-05-05 at 12:09, Dean A. Hoover wrote:
>  
>
>>I installed the binary distribution of apache-ant-1.5.3-1 and 
>>javacc-3.0. When I ran  ant using
>>my build.xml file, I got the following results:
>>
>>    
>>
>
>There were some changes in JavaCC 3.0 that broke the Ant task. It has
>been  fixed in CVS (and nightly builds) for about a month.
>
>See  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18664 for more
>info.
>
>  
>



Re: Could not find a path to JavaCC.zip from '/usr/java/javacc-3.0'.

Posted by Jesse Stockall <st...@magma.ca>.
On Mon, 2003-05-05 at 12:09, Dean A. Hoover wrote:
> I installed the binary distribution of apache-ant-1.5.3-1 and 
> javacc-3.0. When I ran  ant using
> my build.xml file, I got the following results:
> 

There were some changes in JavaCC 3.0 that broke the Ant task. It has
been  fixed in CVS (and nightly builds) for about a month.

See  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18664 for more
info.

-- 
Jesse Stockall <st...@magma.ca>