2013/7/10 Chuck Hill <[email protected]>: > > On 2013-07-09, at 10:15 AM, Filippo Laurìa wrote: > >> I noticed that simple entering into >> >> Properties Tab -> WOLips Development >> >> of an Eclipse Wonder Framework, relative build.properties file into >> home dir of the project is changed (maybe those frameworks where >> created with a different version?!) > > What gets changed? >
Old "build.properties" (I got them from a downloaded application): --- principalClass= framework.name=Core project.name= customInfoPListContent= eoAdaptorClassName= webXML=false webXML_CustomContent= classes.dir=bin --- New generated one after I visited Properties Tab -> WOLips Development --- classes.dir=bin project.name=Core project.name.lowercase=core project.type=framework principalClass= customInfoPListContent= webXML=false webXML_CustomContent= component.wellFormedTemplateRequired=false component.inlineBindingPrefix=$ component.inlineBindingSuffix= --- > >> Now, when repeating same procedure for an Eclipse "JAR Project" a >> NullPointerException is thrown, maybe (this is a guess) because >> build.properties is incomplete and WOLips, not finding some needed >> properties, throws the exception. >> >> If I try to create a new brand "JAR Project" I encounter the same >> error (NPE), too. >> >> Probably it is a common problem. If yes.. Amen! :D > > Looks like that project type is broken in Eclipse. > I tried few times reinstalling eclipse and WOLips. The problem persists. > >> I want to verify if it's only a problem of mine. I would like to >> replace my JAR Project builder.properties file with another "good one" >> and then verify if NPE is still thrown. >> >> Is someone here that can post content of a correct build.properties of >> an example "JAR Project". I tried looking for it on google but I've >> been not lucky. >> >> Thank you everybody. >> _______________________________________________ >> 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/chill%40global-village.net >> >> This email sent to [email protected] > > -- > Chuck Hill > Executive Managing Partner, VP Development and Technical Services > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/gvc/practical_webobjects > > Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest Growing > Companies in B.C! > > Global Village Consulting ranks 44th in 25th annual PROFIT 500 ranking of > Canada’s Fastest-Growing Companies by PROFIT Magazine! > > > > > > > > > > > > _______________________________________________ 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]
