seems to me that you have some problems with Castor... are you sure castor.jar is where the compiler is looking for it? Meaning "f:\Apachegr\jetspeed\lib\castor.jar" in your case... And it's useless to run "build class", there is no target by that name. If you look in the build.bat then you see: REM ----------------------------------------------------------- REM The targets are the different build scripts. REM REM "core" target builds Turbine core classes REM "clean" target removes bin directory REM "dist" target builds "core" + jar file REM REM ----------------------------------------------------------- I would recommend to run "build clean" and then "build dist". And what is this dumb after the line "_-------------------- cut here ------------------------------_" in your email? How did you get that? (Sorry if this is a stupid question, I'm also not very familiar with Java and it's tools) Neeme > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 30, 2000 10:57 PM > To: JetSpeed > Subject: Class files built, but only half of them... > > > > > > Good day to you all, > This is a re-send from morning. I was wondering if there is a > good soul (don't > get me wrong, you all are good souls, I just try to speed > things up... :-) ), > who can give me a hint with what went wrong here, so my class > files are only > half built. I would like to give it another try tonight, and > the corespondence > with the group is cut from 6PM to 8AM. > I have tried to compile the .java files with javac.jar, (from > jakarta-webtools), > javac.exe from the jdk1.3 distrib. and with tools.jar, (again jdk1.3) > With all I get the same errors. Unfortunately I have little > idea about java > programming. > > Thanks for help again... > Regards, Liviu > > _-------------------------cuthere----------------------------- > --------_ > > F:\APACHEGR\JETSPEED\build>build class > The name specified is not recognized as an > internal or external command, operable program or batch file. > Now building class... > "Classpath: > f:\Apachegr\tomcat\lib\servlet.jar;h:\jdk1.3\lib\tools.jar;f:\Apache > gr\jetspeed\lib\ecs.jar;f:\Apachegr\jetspeed\lib\turbine-2.0.j > ar;f:\Apachegr\jet > speed\lib\cocoon.jar;f:\Apachegr\jetspeed\lib\cocoon-ext-servl > et2.2.jar;f:\Apach > egr\jetspeed\lib\castor.jar;f:\Apachegr\jetspeed\lib\village.j > ar;f:\Apachegr\jet > speed\lib\xalan.jar;f:\Apachegr\jetspeed\lib\xerces.jar;ant.ja > r;projectx-tr2.jar > ;javac.exe" > Buildfile: build.xml > Detected Java Version: 1.3 > Project base dir set to: F:\Apachegr\Jetspeed\build > BUILD FATAL ERROR: Target `class' does not exist in this project. > > F:\APACHEGR\JETSPEED\build>build all > The name specified is not recognized as an > internal or external command, operable program or batch file. > Now building all... > "Classpath: > f:\Apachegr\tomcat\lib\servlet.jar;h:\jdk1.3\lib\tools.jar;f:\Apache > gr\jetspeed\lib\ecs.jar;f:\Apachegr\jetspeed\lib\turbine-2.0.j > ar;f:\Apachegr\jet > speed\lib\cocoon.jar;f:\Apachegr\jetspeed\lib\cocoon-ext-servl > et2.2.jar;f:\Apach > egr\jetspeed\lib\castor.jar;f:\Apachegr\jetspeed\lib\village.j > ar;f:\Apachegr\jet > speed\lib\xalan.jar;f:\Apachegr\jetspeed\lib\xerces.jar;ant.ja > r;projectx-tr2.jar > ;javac.exe" > Buildfile: build.xml > Detected Java Version: 1.3 > Project base dir set to: F:\Apachegr\Jetspeed\build > Executing Target: core > Compiling 113 source files to F:\Apachegr\Jetspeed\bin\classes > F:\Apachegr\Jetspeed\bin\src\org\apache\jetspeed\xml\rss\WebMa > sterMarshalInfo.ja > va:14: Class org.exolab.castor.xml.GroupValidationRule not > found in import. > import org.exolab.castor.xml.GroupValidationRule; > ^ > F:\Apachegr\Jetspeed\bin\src\org\apache\jetspeed\xml\rss\WebMa > sterMarshalInfo.ja > va:15: Class org.exolab.castor.xml.MarshalDescriptor not > found in import. > import org.exolab.castor.xml.MarshalDescriptor; > ^ > F:\Apachegr\Jetspeed\bin\src\org\apache\jetspeed\xml\rss\WebMa > sterMarshalInfo.ja > va:16: Class org.exolab.castor.xml.SimpleMarshalDescriptor > not found in import. > import org.exolab.castor.xml.SimpleMarshalDescriptor; > ^ > F:\Apachegr\Jetspeed\bin\src\org\apache\jetspeed\xml\rss\WebMa > sterMarshalInfo.ja > va:17: Class org.exolab.castor.xml.ValidationRule not found in import. > import org.exolab.castor.xml.ValidationRule; > ^ > F:\Apachegr\Jetspeed\bin\src\org\apache\jetspeed\xml\rss\WebMa > sterMarshalInfo.ja > va:22: Interface org.exolab.castor.xml.MarshalInfo of class > org.apache.jetspeed. > xml.rss.WebMasterMarshalInfo not found. > public class WebMasterMarshalInfo implements > org.exolab.castor.xml.MarshalInfo { > > ^ > F:\Apachegr\Jetspeed\bin\src\org\apache\jetspeed\xml\rss\downl > evel\ChannelMarsha > lInfo.java:14: Class > org.exolab.castor.xml.GroupValidationRule not found in > impo > rt. > import org.exolab.castor.xml.GroupValidationRule; > ^ > F:\Apachegr\Jetspeed\bin\src\org\apache\jetspeed\xml\rss\downl > evel\ChannelMarsha > lInfo.java:15: Class org.exolab.castor.xml.MarshalDescriptor > not found in > import > . > import org.exolab.castor.xml.MarshalDescriptor; > ^ > F:\Apachegr\Jetspeed\bin\src\org\apache\jetspeed\xml\rss\downl > evel\ChannelMarsha > lInfo.java:16: Class > org.exolab.castor.xml.SimpleMarshalDescriptor not found in > import. > import org.exolab.castor.xml.SimpleMarshalDescriptor; > ^ > F:\Apachegr\Jetspeed\bin\src\org\apache\jetspeed\xml\rss\downl > evel\ChannelMarsha > lInfo.java:17: Class org.exolab.castor.xml.ValidationRule not > found in import. > import org.exolab.castor.xml.ValidationRule; > ^ > F:\Apachegr\Jetspeed\bin\src\org\apache\jetspeed\xml\rss\downl > evel\ChannelMarsha > lInfo.java:22: Interface org.exolab.castor.xml.MarshalInfo of class > org.apache.j > etspeed.xml.rss.downlevel.ChannelMarshalInfo not found. > public class ChannelMarshalInfo implements > org.exolab.castor.xml.MarshalInfo { > ^ > F:\Apachegr\Jetspeed\bin\src\org\apache\jetspeed\xml\rss\downl > evel\TextinputMars > halInfo.java:14: Class > org.exolab.castor.xml.GroupValidationRule not found > in im > port. > import org.exolab.castor.xml.GroupValidationRule; > > ^ > Too many errors. (The limit on reported errors is 100.) > 101 errors > BUILD FATAL ERROR: Compile failed, messages should have been provided. > > F:\APACHEGR\JETSPEED\build> > _-------------------- cut here ------------------------------_ > > * Add code header here > * $Id: WebMasterMarshalInfo.java,v 1.7 2000/02/16 04:29:04 > burton Exp $ > */ > package org.apache.jetspeed.xml.rss; > //---------------------------------/ > //- Imported classes and packages -/ > //---------------------------------/ > import java.lang.reflect.Method; > import org.exolab.castor.xml.*; > import org.exolab.castor.xml.GroupValidationRule; > import org.exolab.castor.xml.MarshalDescriptor; > import org.exolab.castor.xml.SimpleMarshalDescriptor; > import org.exolab.castor.xml.ValidationRule; > /** > * @version $Revision: 1.7 $ $Date: 2000/02/16 04:29:04 $ > **/ > public class WebMasterMarshalInfo implements > org.exolab.castor.xml.MarshalInfo { > > //--------------------/ > //- Member Variables -/ > //--------------------/ > /** > * > **/ > private org.exolab.castor.xml.MarshalDescriptor[] elements; > /** > * > **/ > private org.exolab.castor.xml.MarshalDescriptor[] attributes; > /** > * > **/ > private org.exolab.castor.xml.SimpleMarshalDescriptor > contentDesc; > /** > * > **/ > private org.exolab.castor.xml.GroupValidationRule gvr; > /** > * > **/ > private org.exolab.castor.xml.ValidationRule[] rules; > > //----------------/ > //- Constructors -/ > //----------------/ > public WebMasterMarshalInfo() { > SimpleMarshalDescriptor desc = null; > Class[] emptyClassArgs = new Class[0]; > Class[] classArgs = new Class[1]; > gvr = new GroupValidationRule(); > BasicValidationRule bvr = null; > rules = new ValidationRule[1]; > //-- initialize attributes > > attributes = new MarshalDescriptor[0]; > rules[0] = gvr; > //-- initialize elements > > elements = new MarshalDescriptor[0]; > } //-- org.apache.jetspeed.xml.rss.WebMasterMarshalInfo() > > //-----------/ > //- Methods -/ > //-----------/ > /** > **/ > public org.exolab.castor.xml.ValidationRule[] > getValidationRules() { > return rules; > } //-- org.exolab.castor.xml.ValidationRule[] > getValidationRules() > /** > **/ > public org.exolab.castor.xml.MarshalDescriptor[] > getAttributeDescriptors() { > return attributes; > } //-- org.exolab.castor.xml.MarshalDescriptor[] > getAttributeDescriptors() > /** > **/ > public java.lang.Class getClassType() { > return java.lang.String.class; > } //-- java.lang.Class getClassType() > /** > **/ > public org.exolab.castor.xml.MarshalDescriptor[] > getElementDescriptors() { > return elements; > } //-- org.exolab.castor.xml.MarshalDescriptor[] > getElementDescriptors() > /** > **/ > public org.exolab.castor.xml.MarshalDescriptor > getContentDescriptor() { > return contentDesc; > } //-- org.exolab.castor.xml.MarshalDescriptor > getContentDescriptor() > /** > **/ > public java.lang.String getNameSpacePrefix() { > return null; > } //-- java.lang.String getNameSpacePrefix() > /** > **/ > public java.lang.String getNameSpaceURI() { > return null; > } //-- java.lang.String getNameSpaceURI() > } > > -------------------------------------------------------------- > ------------------ > ref: webMasterMarshallInfo.java > where can I find all "....import files...." specified : ex. > > import org.exolab.castor.xml.*; > import org.exolab.castor.xml.GroupValidationRule; > import org.exolab.castor.xml.MarshalDescriptor; > usw.... > > > > > > > > -- > -------------------------------------------------------------- > Please read the FAQ! <http://java.apache.org/faq/> > To subscribe: [EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > Archives and Other: <http://java.apache.org/main/mail.html> > Problems?: [EMAIL PROTECTED] > > -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
