Trying to compile the latest trunk on a Debian stable system using
openJDK 1.6 and ant 1.7. Checked out revision 945444 thru 945449 of
trunk, 10.04, and 09.04.
 
09.04 compiles fine, but both 10.04 and trunk fail, with the following
errors:


[javac16] 
/home/ofbiz/release10.04/applications/product/src/org/ofbiz/product/product/ProductSearchSession.java:1231:
 cannot find symbol
  [javac16] symbol  : method
add(java.util.Map<java.lang.String,java.lang.Object>)
  [javac16] location: interface
java.util.List<java.util.Map<java.lang.String,java.lang.String>>
  [javac16]
featureCountList.add(UtilMisc.toMap("productFeatureId", (String)
searchResult.get("pfacProductFeatureId"), "productFeatureTypeId",
(String) searchResult.get("pfcProductFeatureTypeId"), "description",
(String) searchResult.get("pfcDescription"), "featureCount",
Long.toString((Long) searchResult.get("featureCount"))));
  [javac16]                             ^


/home/ofbiz/release10.04/build.xml:195: The following error occurred
while executing this line:
/home/ofbiz/release10.04/applications/build.xml:67: The following error
occurred while executing this line:
/home/ofbiz/release10.04/macros.xml:27: The following error occurred
while executing this line:
/home/ofbiz/release10.04/common.xml:92: Compile failed; see the compiler
[javac16] Compiling 55 source files
to /home/ofbiz/release10.04/applications/product/build/classes

Has something changed in 10.04 or should I be doing soemthing
differently?

-- 
Matt Warnock <mwarn...@ridgecrestherbals.com>
RidgeCrest Herbals, Inc.



Reply via email to