unable to compile latest cvs
oissela Sep 24, 2004 4:51 AMby following instructions reported here:
http://www.jboss.org/developers/projects/nukes/build
i got these errors when trying to build:
F:\nukes\nukes>build
Executing F:\nukes\nukes\..\tools\bin\ant.bat -logger org.apache.tools.ant.NoBa
nnerLogger
Buildfile: build.xml
_buildmagic:init:
Trying to override old definition of task property
[echo] F:\nukes/build/etc/mysql.properties
generate-classes:
[ejbdoclet] (XDocletMain.start 47 ) Running
[ejbdoclet] (XDocletMain.start 47 ) Running <localhomeinterfa
ce/>
[ejbdoclet] (XDocletMain.start 47 ) Running <deploymentdescri
ptor/>
[ejbdoclet] (XDocletMain.start 47 ) Running
[ejbdoclet] INFO: Some classes refer to other classes that were not found amo
ng the sources or on the classpath.
[ejbdoclet] (Perhaps the referred class doesn't exist? Hasn't been gene
rated yet?)
[ejbdoclet] The referring classes do not import any fully qualified cla
sses matching these classes.
[ejbdoclet] However, since no packages are imported, xjavadoc has assum
ed that the referred classes
[ejbdoclet] belong to the same package as the referring class. The clas
ses are:
[ejbdoclet] F:\nukes\nukes\src\main\org\jboss\nukes\core\ejb\FileEJB.java --> Co
mmand qualified to org.jboss.nukes.core.ejb.Command
[ejbdoclet] F:\nukes\nukes\src\main\org\jboss\nukes\core\ejb\FileEJB.java --> Ac
tion qualified to org.jboss.nukes.core.ejb.Action
[ejbdoclet] F:\nukes\nukes\src\main\org\jboss\nukes\core\ejb\FileEJB.java --> Fi
leCommand qualified to org.jboss.nukes.core.ejb.FileCommand
_default:compile-classes:
[depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 211 source files to F:\nukes\nukes\output\classes
[javac] F:\nukes\nukes\src\main\org\jboss\nukes\io\HeadWriter.java:12: packa
ge org.jboss.nukes.common.io does not exist
[javac] import org.jboss.nukes.common.io.ReusableCharArrayReader;
[javac] ^
[javac] F:\nukes\nukes\src\main\org\jboss\nukes\io\HeadWriter.java:13: packa
ge org.jboss.nukes.common.html does not exist
[javac] import org.jboss.nukes.common.html.HeadAnalyzer;
[javac] ^
[javac] F:\nukes\nukes\src\main\org\jboss\nukes\io\HeadWriter.java:14: packa
ge org.jboss.nukes.common.html does not exist
[javac] import org.jboss.nukes.common.html.Token;
[javac] ^
[javac] F:\nukes\nukes\src\main\org\jboss\nukes\io\HeadWriter.java:15: packa
ge org.jboss.nukes.common.chars does not exist
[javac] import org.jboss.nukes.common.chars.MutableChars;
[javac] ^
(and so on...)
what's wrong?