CVS instructions incorrect

Mark Swanson <mark-e2GstmqqWGa5mcYau+xr2AC/[email protected]>
Newsgroups gmane.comp.java.beanshell.devel
Organization Web Service Solutions, Inc.
Message-ID <[email protected]>
It must be: cvs.sourceforge.net

typing 'ant' gives me:
BUILD FAILED
file:/mnt/hda3/mswanson/downloads/java/beanshell/BeanShell/build.xml:138: /mnt/hda3/mswanson/downloads/java/beanshell/BeanShell/lib 
not found.

Here is a patch to fix this:

Index: build.xml
===================================================================
RCS file: /cvsroot/beanshell/BeanShell/build.xml,v
retrieving revision 1.59
diff -u -3 -p -r1.59 build.xml
--- build.xml   21 Apr 2004 04:17:33 -0000      1.59
+++ build.xml   29 Apr 2004 20:32:49 -0000
@@ -157,7 +157,7 @@
                </java>
        </target>

-       <target name="compile" depends="jjtree,javacc,builddir">
+       <target name="compile" depends="builddir,jjtree,javacc">
                <!-- exclude the ${excludes} as well as anything under a "bak" 
dir -->
                <!--compiler="${build-compiler}"-->
                <javac srcdir="${src-dir}:${test-src-dir}:${bsf-src-dir}:
${classgen-src-dir}"


Next, typing 'ant' gives the error:

jjtree:
     [java] Exception in thread "main" java.lang.NoClassDefFoundError: jjtree


I have javacc/jjtree in my path, but I presume the classes need to be 
available somewhere? Please help.



-- 
VoIP SIP:[email protected]
Free calendar client and server - works with Exchange/Outlook/Yahoo!
TV-Listing and Weather Schedules
http://www.ScheduleWorld.com/
http://www.ScheduleWorld.com/sw/ScheduleWorld.jnlp (JWS)


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.