I did svn update, clobber and build and see this.
Anyone know what this might be?
compile:
[copy] Copying 1 file to
D:\p4\marsden_patch\classes\org\apache\derbyBuild
[javac] Compiling 11 source files to D:\p4\marsden_patch\classes
[javac] Found 2 semantic errors compiling
"D:/p4/marsden_patch/opensource/java/build/org/apache/derbyBuild/ClassSizeCrawler.java":
[javac] 23. import org.apache.derby.iapi.services.cache.ClassSize;
[javac] <-------------------------------------------->
[javac] *** Error: "org/apache/derby/iapi/services/cache/ClassSize"
is either a misplaced package name or a non-existent entity.
[javac] 92. Class classSizeClass = ClassSize.class; //
Make sure that the garbage collector does not unload it
[javac] <------->
[javac] *** Error: Type org/apache/derbyBuild/ClassSize was not found.
[javac] Found 1 semantic error compiling
"D:/p4/marsden_patch/opensource/java/build/org/apache/derbyBuild/ODBCMetadataGenerator.java":
[javac] 32. import
org.apache.derby.iapi.services.sanity.SanityManager;
[javac]
<------------------------------------------------->
[javac] *** Error:
"org/apache/derby/iapi/services/sanity/SanityManager" is either a
misplaced package name or a non-existent entity.
[javac] Found 4 semantic errors compiling
"D:/p4/marsden_patch/opensource/java/build/org/apache/derbyBuild/classlister.java":
[javac] 23. import org.apache.derby.iapi.services.classfile.*;
[javac] <-------------------------------------->
[javac] *** Error: Could not find package
"org/apache/derby/iapi/services/classfile" in:
[javac] D:\p4\marsden_patch\tools\java\empty.jar
[javac] D:\p4\marsden_patch\classes
[javac]
D:\p4\marsden_patch\wctme5.7\ive\lib\jclFoundation10\classes.zip
[javac]
D:\p4\marsden_patch\wsdd5.6\ive\lib\jclGwp\math.zip
[javac]
D:\p4\marsden_patch\wsdd5.6\ive\lib\jclMax\database_enabler.jar
[javac] D:\p4\marsden_patch\wctme5.7\ive\lib\jdbc.jar
[javac] D:\p4\marsden_patch\jdk142\lib\tools.jar
[javac] D:\p4\marsden_patch\opensource\java\build
[javac] .
[javac] 24. import org.apache.derby.iapi.util.ByteArray;
[javac] <---------------------------------->
[javac] *** Error: "org/apache/derby/iapi/util/ByteArray" is either
a misplaced package name or a non-existent entity.
[javac] 566. ClassInvestigator ch =
ClassInvestigator.load(is);
[javac] <--------------->
[javac] *** Error: Type org/apache/derbyBuild/ClassInvestigator was
not found.
[javac] 577. if
(!org.apache.derby.iapi.services.sanity.SanityManager.DEBUG) {
[javac]
<------------------------------------------------------->
[javac] *** Error:
"org/apache/derby/iapi/services/sanity/SanityManager/DEBUG" is either a
misplaced package name or a non-existent entity. An expression name is
expected in this context.
[javac] Found 10 semantic errors compiling
"D:/p4/marsden_patch/opensource/java/build/org/apache/derbyBuild/eclipse/DerbyEclipsePlugin.java":
[javac] 28. import
org.apache.derby.iapi.services.info.ProductGenusNames;
[javac]
<--------------------------------------------------->
[javac] *** Error:
"org/apache/derby/iapi/services/info/ProductGenusNames" is either a
misplaced package name or a non-existent entity.
[javac] 29. import
org.apache.derby.iapi.services.info.PropertyNames;
[javac] <----------------------------------------------->
[javac] *** Error:
"org/apache/derby/iapi/services/info/PropertyNames" is either a
misplaced package name or a non-existent entity.
[javac] 143. InputStream versionStream =
getClass().getResourceAsStream(ProductGenusNames.DBMS_INFO);
[javac]
<------------------------->
[javac] *** Error: "ProductGenusNames/DBMS_INFO" is either a
misplaced package name or a non-existent entity. An expression name is
expected in this context.
[javac] 150.
tmpProp.put(PropertyNames.PRODUCT_VENDOR_NAME,prop.getProperty(PropertyNames.PRODUCT_VENDOR_NAME));
[javac]
<------------------------------->
[javac] *** Error: "PropertyNames/PRODUCT_VENDOR_NAME" is either a
misplaced package name or a non-existent entity. An expression name is
expected in this context.
[javac] 150.
tmpProp.put(PropertyNames.PRODUCT_VENDOR_NAME,prop.getProperty(PropertyNames.PRODUCT_VENDOR_NAME));
[javac]
<------------------------------->
[javac] *** Error: "PropertyNames/PRODUCT_VENDOR_NAME" is either a
misplaced package name or a non-existent entity. An expression name is
expected in this context.
[javac] 151. int
maint=Integer.parseInt(prop.getProperty(PropertyNames.PRODUCT_MAINT_VERSION));
[javac]
<--------------------------------->
[javac] *** Error: "PropertyNames/PRODUCT_MAINT_VERSION" is either a
misplaced package name or a non-existent entity. An expression name is
expected in this context.
[javac] 152.
version=prop.getProperty(PropertyNames.PRODUCT_MAJOR_VERSION)+"."+prop.getProperty(PropertyNames.PRODUCT_MINOR_VERSION)+"."+maint/MAINT_DIV;
[javac]
<--------------------------------->
[javac] *** Error: "PropertyNames/PRODUCT_MAJOR_VERSION" is either a
misplaced package name or a non-existent entity. An expression name is
expected in this context.
[javac] 152.
version=prop.getProperty(PropertyNames.PRODUCT_MAJOR_VERSION)+"."+prop.getProperty(PropertyNames.PRODUCT_MINOR_VERSION)+"."+maint/MAINT_DIV;
[javac]
<--------------------------------->
[javac] *** Error: "PropertyNames/PRODUCT_MINOR_VERSION" is either a
misplaced package name or a non-existent entity. An expression name is
expected in this context.
[javac] 161.
tmpProp.put(PLUGIN_VERSION_BUILD_NUMBER,version+"
("+prop.getProperty(PropertyNames.PRODUCT_BUILD_NUMBER)+")");
[javac]
<-------------------------------->
[javac] *** Error: "PropertyNames/PRODUCT_BUILD_NUMBER" is either a
misplaced package name or a non-existent entity. An expression name is
expected in this context.
[javac] 165.
part_2+=tmpProp.getProperty(PropertyNames.PRODUCT_VENDOR_NAME)+"\">\n";
[javac]
<------------------------------->
[javac] *** Error: "PropertyNames/PRODUCT_VENDOR_NAME" is either a
misplaced package name or a non-existent entity. An expression name is
expected in this context.
[javac] Found 2 semantic errors compiling
"D:/p4/marsden_patch/opensource/java/build/org/apache/derbyBuild/splitmessages.java":
[javac] 26. import
org.apache.derby.iapi.services.i18n.MessageService;
[javac]
<------------------------------------------------>
[javac] *** Error:
"org/apache/derby/iapi/services/i18n/MessageService" is either a
misplaced package name or a non-existent entity.
[javac] 65.
c[MessageService.hashString50(key)].put(key, p.getProperty(key));
[javac] <------------>
[javac] *** Error: "MessageService" is either a misplaced package
name or a non-existent entity.
BUILD FAILED
D:\p4\marsden_patch\opensource\build.xml:287: Following error occured
while executing this line
D:\p4\marsden_patch\opensource\java\build\build.xml:43: Following error
occured while executing this line