I have built Wonder integration yesterday morning, without any errors. Mountain Lion with Java 7.
> I just did .... again. > > same error. > > Has anyone else recently upgraded their frameworks? And as a bonus, create a > new WonderD2WApp and tried it? > > Thanks > > > > On Nov 27, 2012, at 8:06 AM, Paul Yu <[email protected]> wrote: > >> James >> >> Did you delete the content of Roots directory before trying to build the >> frameworks? >> >> Paul >> On Nov 27, 2012, at 8:37 AM, James Cicenia <[email protected]> wrote: >> >>> Integration: >>> >>> James-iMac-2:wonder jcicenia$ git checkout integration >>> Already on 'integration' >>> >>> Anything else? >>> >>> >>> On Nov 27, 2012, at 7:23 AM, Pascal Robert <[email protected]> wrote: >>> >>>> That problem is similar to something that this commit has fixed: >>>> >>>> https://github.com/projectwonder/wonder/commit/7bc1b9b0a8a8a8680ee16b8c0176f14283c93224 >>>> >>>> Are you trying to build the integration or the master branch? >>>> >>>>> If there is anyone who can break a new install, or even upgrade an >>>>> existing install, I am your man! >>>>> >>>>> Tried to create a new D2WWonderApplication and got a weird recursive >>>>> error when I tried to run it. >>>>> Hmmm, I thought, maybe I have some old frameworks or such. So, I cleaned >>>>> out Roots and started again. >>>>> >>>>> Now I can get the frameworks built: >>>>> >>>>> global.prepare: >>>>> [mkdir] Created dir: >>>>> /Users/jcicenia/git/wonder/Frameworks/EOF/ERRest/WebServerResources >>>>> >>>>> global.compile: >>>>> >>>>> global.dummy: >>>>> [wocompile] Compiling 93 source files to >>>>> /Users/jcicenia/Roots/classes/ERRest >>>>> [wocompile] >>>>> /Users/jcicenia/git/wonder/Frameworks/EOF/ERRest/Sources/er/rest/routes/ERXRouteRequestHandler.java:737: >>>>> cannot find symbol >>>>> [wocompile] symbol : method notEqual(java.lang.Class<capture#588 of ? >>>>> extends er.rest.routes.ERXRouteController>,java.lang.Class<capture#0 of ? >>>>> extends er.rest.routes.ERXRouteController>) >>>>> [wocompile] location: class org.apache.commons.lang.ObjectUtils >>>>> [wocompile] boolean isDifferentController = >>>>> ObjectUtils.notEqual(duplicateRoute.controller(), route.controller()); >>>>> [wocompile] >>>>> ^ >>>>> [wocompile] >>>>> /Users/jcicenia/git/wonder/Frameworks/EOF/ERRest/Sources/er/rest/routes/ERXRouteRequestHandler.java:738: >>>>> cannot find symbol >>>>> [wocompile] symbol : method notEqual(java.lang.String,java.lang.String) >>>>> [wocompile] location: class org.apache.commons.lang.ObjectUtils >>>>> [wocompile] boolean isDifferentAction = >>>>> ObjectUtils.notEqual(duplicateRoute.action(), route.action()); >>>>> [wocompile] ^ >>>>> [wocompile] Note: Some input files use or override a deprecated API. >>>>> [wocompile] Note: Recompile with -Xlint:deprecation for details. >>>>> [wocompile] Note: Some input files use unchecked or unsafe operations. >>>>> [wocompile] Note: Recompile with -Xlint:unchecked for details. >>>>> [wocompile] 2 errors >>>>> >>>>> BUILD FAILED >>>>> /Users/jcicenia/git/wonder/build.xml:12: The following error occurred >>>>> while executing this line: >>>>> /Users/jcicenia/git/wonder/Build/build/build.xml:1377: The following >>>>> error occurred while executing this line: >>>>> /Users/jcicenia/git/wonder/Build/build/build.xml:1368: The following >>>>> error occurred while executing this line: >>>>> /Users/jcicenia/git/wonder/Build/build/build.xml:119: The following error >>>>> occurred while executing this line: >>>>> /Users/jcicenia/git/wonder/Build/build/generic.xml:270: Compile failed; >>>>> see the compiler error output for details. >>>>> >>>>> >>>>> Pascal? Chuck? Anyone? >>>>> Thoughts? >>>>> >>>>> James >>>>> >>>>> >>>>> _______________________________________________ >>>>> Do not post admin requests to the list. They will be ignored. >>>>> Webobjects-dev mailing list ([email protected]) >>>>> Help/Unsubscribe/Update your Subscription: >>>>> https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca >>>>> >>>>> This email sent to [email protected] >>>> >>> >>> >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Webobjects-dev mailing list ([email protected]) >>> Help/Unsubscribe/Update your Subscription: >>> https://lists.apple.com/mailman/options/webobjects-dev/pyu%40mac.com >>> >>> This email sent to [email protected] >> > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
