[From nobody Fri Aug 6 17:05:19 2004 X-Sieve: cmu-sieve 1.3 Return-Path: <brett@newInstance.com> Received: from harrier.prod.itd.earthlink.net ([207.217.121.12]) by mail.cpnicore.com (8.9.3/8.9.3) with ESMTP id XAA14832 for <faridul@cpnicore.com>; Wed, 22 Nov 2000 23:10:44 -0500 Received: from newInstance.com (sdn-ar-002txwacoP029.dialsprint.net [158.252.254.141]) by harrier.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id UAA01164 for <faridul@cpnicore.com>; Wed, 22 Nov 2000 20:10:06 -0800 (PST) Message-ID: <3A1C982E.E66942C0@newInstance.com> Date: Wed, 22 Nov 2000 22:08:14 -0600 From: Brett McLaughlin <brett@newInstance.com> X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Faridul Islam <faridul@cpnicore.com> Subject: Re: I got a prblom to buil jdom.jar References: <3A1C49CC.93904957@cpnicore.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Faridul Islam wrote: > > Hi Brett/ > > I am newbie in jdom. > I download jdom_complete.tgz and jdom_src.tgz from your CVS repository > http://cvs.jdom.org/cgi-bin/viewcvs.cgi/ > > I have JBuilder4 with jdk1.3 > I inlcuded ant.jar and xerecs.jar (whatever came with JDOM) in my > classpath. > After that, I got the following message when I tried to build jdom.jar > from the command line ./build.sh > > JDOM Build System > ------------------- > > Building with classpath > /home/faridul/jbuilder4/jdk1.3/lib/tools.jar:./lib/xerces.jar:./lib/ant.jar:/home/faridul/jbuilder4/jdk1.3/lib/dev.jar: > > Starting Ant... > > Buildfile: build.xml > > init: > ----------- JDOM 1.0beta5 [2000] ------------ > > prepare: > > prepare-src: > > collections: > [replace] Replacing java.util.Collection --> > com.sun.java.util.collections.Collection > [replace] Replacing java.util.Map --> > com.sun.java.util.collections.Map > [replace] Replacing java.util.HashMap --> > com.sun.java.util.collections.HashMap > [replace] Replacing java.util.List --> > com.sun.java.util.collections.List > [replace] Replacing java.util.LinkedList --> > com.sun.java.util.collections.LinkedList > [replace] Replacing java.util.Set --> > com.sun.java.util.collections.Set > [replace] Replacing java.util.HashSet --> > com.sun.java.util.collections.HashSet > [replace] Replacing java.util.Iterator --> > com.sun.java.util.collections.Iterator > [replace] Replacing java.util.* --> java.util.*;\u000aimport > com.sun.java.util.collections.* > > compile: > [javac] Compiling 30 source files to > /home/faridul/jdom/build/classes > > BUILD FAILED > > java.lang.NoClassDefFoundError: sun/tools/javac/Main > at > org.apache.tools.ant.taskdefs.Javac.doClassicCompile(Javac.java:527) > at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:295) > at org.apache.tools.ant.Target.execute(Target.java:132) > at org.apache.tools.ant.Project.runTarget(Project.java:717) > at org.apache.tools.ant.Project.executeTarget(Project.java:448) > at org.apache.tools.ant.Project.executeTargets(Project.java:422) > at org.apache.tools.ant.Main.runBuild(Main.java:279) > at org.apache.tools.ant.Main.main(Main.java:107) > > Total time: 2 seconds > [faridul@shiva jdom]$ > > Cloud you please tell me what does it mean and how can I get rid of this > thing. > > Moreover, I don't have the dev.jar file. What is this dev.jar? > Is it deprecated from the SUN? > Anyway, I will appreciate your help. > > Faridul You should pose this question to jdom-interest@jdom.org. We can answer it there. Thanks, Brett ]