On 2009-11-23, at 11:51 AM, Calven Eggert wrote: > I just updated to Snow Leopard last week and I'm having trouble building my > WO framework and projects. > > The first build I attempt is my framework. It builds with no errors, > although lots of warnings like ...should be parameterized, but when I do the > install the framework is NOT in the /Library/Frameworks folder. It is in the > /Build folder, but looking in there, in the .framework/Resources/Java folder > the .jar is not there. hmmm
Are you sure? Did you check the /Library/Framworks with the terminal (ls -al)? You might find a .frameworks folder with the correct creation/mod time. That would mean that you are missing the project.name= entry in your project's build.properties. If that is the case, how old was the WOLips you were updating from? > > Here is the output: > > Buildfile: /Users/ceggert/Projects/COREFW/build.xml > init.properties: > init.install: > init.build: > compile: > build.woframework: > [woframework] Installing in /Library/Frameworks > javaclient: > install: > BUILD SUCCESSFUL > Total time: 873 milliseconds > > I do have the wolips.properties in ~/Library/Application Support/WOLips. > > I have read the last two articles here (http://wolips.blogspot.com/) but I > can't say i fully understand it all. > > Any suggestions? > > Calven > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/dleber_wodev%40codeferous.com > > This email sent to [email protected] ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://codeferous.com blog: http://davidleber.net profile: http://www.linkedin.com/in/davidleber twitter: http://twitter.com/rebeld -- Toronto Area Cocoa / WebObjects developers group: http://tacow.org _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
