Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 98385 invoked from network); 27 Jul 2000 21:29:32 -0000 Received: from unknown (HELO raq3.piranhabyte.com) (216.234.235.155) by locus.apache.org with SMTP; 27 Jul 2000 21:29:32 -0000 Received: from piranhabyte.com ([216.234.224.94]) by raq3.piranhabyte.com (8.9.3/8.9.3) with ESMTP id QAA11800 for ; Thu, 27 Jul 2000 16:29:31 -0500 Sender: mthomas@raq3.piranhabyte.com Message-ID: <3980A9BC.FAD2CAE7@piranhabyte.com> Date: Thu, 27 Jul 2000 16:29:32 -0500 From: Mathew Thomas X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.14 i686) X-Accept-Language: en MIME-Version: 1.0 To: ant-user@jakarta.apache.org Subject: Re: bootstrap.sh References: <3980A807.125AC59C@piranhabyte.com> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Mathew Thomas wrote: > > I'm trying to install ant for the first time on SuSe Linux 6.4, JDK > 1.2.2(Blackdown). When I run bootstrap.sh, I receive the following > message(s). Any help will be appreciated! > Mathew > > mthomas@earth1:~/devel/jakarta-ant > ./bootstrap.sh > :/lib/classes.zip:/lib/tools.jar:lib/xml.jar:src/main:classes > src/main/org/apache/tools/ant/taskdefs/Javac.java:420: Class > sun.tools.javac.Main not found. > sun.tools.javac.Main compiler = > ^ > src/main/org/apache/tools/ant/taskdefs/Javac.java:421: Class > sun.tools.javac.Main not found. > new sun.tools.javac.Main(jos, "javac"); > ^ > src/main/org/apache/tools/ant/taskdefs/Rmic.java:130: Class > sun.rmi.rmic.Main not found. > sun.rmi.rmic.Main compiler = new sun.rmi.rmic.Main(System.out, > "rmic"); > ^ > src/main/org/apache/tools/ant/taskdefs/Rmic.java:130: Class > sun.rmi.rmic.Main not found. > sun.rmi.rmic.Main compiler = new sun.rmi.rmic.Main(System.out, > "rmic"); > ^ > 4 errors > Buildfile: build.xml > Project base dir set to: /home/mthomas/devel/jakarta-ant > BUILD CONFIG ERROR: Could not create task of type: javac because I can't > find it in the list of task class definitions > org.apache.tools.ant.BuildException: Could not create task of type: > javac because I can't find it in the list of task class definitions > at org.apache.tools.ant.Project.createTask(Project.java, > Compiled Code) > at > org.apache.tools.ant.ProjectHelper.configureTasks(ProjectHelper.java, > Compiled Code) > at > org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java, > Compiled Code) > at > org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java, > Compiled Code) > at org.apache.tools.ant.Main.runBuild(Main.java, Compiled Code) > at org.apache.tools.ant.Main.main(Main.java, Compiled Code) > Buildfile: build.xml > Project base dir set to: /home/mthomas/devel/jakarta-ant > BUILD CONFIG ERROR: Could not create task of type: javac because I can't > find it in the list of task class definitions > org.apache.tools.ant.BuildException: Could not create task of type: > javac because I can't find it in the list of task class definitions > at org.apache.tools.ant.Project.createTask(Project.java, > Compiled Code) > at > org.apache.tools.ant.ProjectHelper.configureTasks(ProjectHelper.java, > Compiled Code) > at > org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java, > Compiled Code) > at > org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java, > Compiled Code) > at org.apache.tools.ant.Main.runBuild(Main.java, Compiled Code) > at org.apache.tools.ant.Main.main(Main.java, Compiled Code) Ignore my newbie question - I just resolved my problem by getting my CLASSPATH setup correctly. mea culpa! Mathew