TedMBP:~ asacksadmin$ java -version java version "1.6.0_35" Java(TM) SE Runtime Environment (build 1.6.0_35-b10-428-11M3811) Java HotSpot(TM) 64-Bit Server VM (build 20.10-b01-428, mixed mode)
--- On Tue, 11/27/12, James Cicenia <[email protected]> wrote: > From: James Cicenia <[email protected]> > Subject: Re: still trying to build frameworks... > To: "WebObjects Development" <[email protected]> > Date: Tuesday, November 27, 2012, 10:28 AM > Just > did another pure wipeout and gitout > Running: > java > version "1.6.0_37"Java(TM) SE Runtime > Environment (build 1.6.0_37-b06-434-11M3909)Java > HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed > mode) > same error. > What is your java? > > > > > On Nov 27, 2012, at 9:21 AM, Theodore Petrosky > <[email protected]> > wrote: > mine works. i am up to date with integration > > i created a new D2W app > built and ran > > the basically empty app came up fine. > > although I see in eclipse that a lot of Project Wonder has > red Xs. > > ERExtensions > > when i drill down to Nonlocalized.lproj > ERXCheckBoxWrapper there is no key context. > > > > --- On Tue, 11/27/12, James Cicenia <[email protected]> > wrote: > > From: James Cicenia <[email protected]> > Subject: Re: still trying to build frameworks... > To: "WebObjects Development" <[email protected]> > Date: Tuesday, November 27, 2012, 9:42 AM > 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] > > > > -----Inline Attachment Follows----- > > > _______________________________________________ > 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/tedpet5%40yahoo.com > > This email sent to [email protected] > > > > -----Inline Attachment Follows----- > > > _______________________________________________ > 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/tedpet5%40yahoo.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/archive%40mail-archive.com This email sent to [email protected]
