Which version of jdk are u using ? I've had the same issue with java 1.6.0_20 (the last one) but not with 18 for example. Good luck and if you find a solution with the latest jdk, let us know.
Thanks ----- Mail Original ----- De: "Matt Warnock" <[email protected]> À: [email protected] Envoyé: Mardi 18 Mai 2010 07h01:13 Monrovia (GMT) Objet: Re: compile error on trunk and 10.04, revision 945444 First compile on this machine. Have not run into this issue on other machines before. -- Matt Warnock <[email protected]> RidgeCrest Herbals, Inc. On Mon, 2010-05-17 at 23:01 -0700, BJ Freeman wrote: > have you compiles on this setup before or is this your first compile > > > ========================= > BJ Freeman > http://bjfreeman.elance.com > Strategic Power Office with Supplier Automation > <http://www.businessesnetwork.com/automation/viewforum.php?f=93> > Specialtymarket.com <http://www.specialtymarket.com/> > > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > Linkedin > <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> > > > Matt Warnock sent the following on 5/17/2010 10:47 PM: > > Thanks for the tip, I guess I just blindly assumed that any commit > > should still compile. That's probably naive on my part. > > > > However, I reverted to 945340, and have the same result. Also tried > > installing sun-java-6-jdk, to see if openjdk was missing something, but > > got the same result. > > > > The error seems to be in file: > > [of-biz-home]/applications/product/src/org/ofbiz/product/product/ProductSearchSession.java > > at line 1231: cannot find symbol > > > > This same file was changed when I reverted to 945340, but the changes > > may go back further, I dunno. > > > > [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] 1 error > > > > > > Anyone running Debian out there? Anyone seeing this on other machines? > > Any suggestions? > > >
