I just ran ant run-install on a fresh checkout and I don't get any errors.
-Adrian rohit wrote:
hi, i tried to build the latest svn, but it failed with the following message. i am doing a fresh build with no changes whatsoever on a linux machine with jdk 1.6.11 Anybody else experience such issue. Rohit prepare: [mkdir] Created dir: /mnt/server-disk/ofbizsvn/ofbiz/applications/product/build/classes [mkdir] Created dir: /mnt/server-disk/ofbizsvn/ofbiz/applications/product/build/lib classes: [javac16] Compiling 54 source files to /mnt/server-disk/ofbizsvn/ofbiz/applications/product/build/classes [javac16] /mnt/server-disk/ofbizsvn/ofbiz/applications/product/src/org/ofbiz/product/product/ProductSearchSession.java:1230: 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] ^ [javac16] Note: /mnt/server-disk/ofbizsvn/ofbiz/applications/product/src/org/ofbiz/product/product/ProductSearch.java uses unchecked or unsafe operations. [javac16] Note: Recompile with -Xlint:unchecked for details. [javac16] 1 error
