2007/3/1, Chuck Hill <[EMAIL PROTECTED]>:
On Feb 28, 2007, at 4:15 PM, Fred Shurtleff wrote: > Hi All, > > Does anyone have experience converting WebObject applications from > Xcode to Eclipse, or any caveats in making this conversion? Yes. The only caveat I can think of is that you will kick yourself for not having done it sooner. :-P > I have done a few conversions with varying degrees of success. The > way I look at this is basically this involves copying the source > files(.wo, .api, .java, and .eomodeld) in Xcode to an Eclipse > project structure, then compile/run, and the app should just run. Create an Eclipse project, copy in the source, adjust the contents of build.xml, woproject/* and it should just run. > However I am finding that sometimes the model file is not > recognized (in which case it reports > An 'object store' for the > entity "User" could not be found. Verify that the entity is defined > in an EOModel, and that the model is installed properly.). Also > Eclipse will sometimes report an error > > 'my_project_name.framework' not found. Sounds like a refresh issue with the new Eclipse project. Try restarting Eclipse after copying in the resources.
Or simply select Project->Clean.. and the clean yor project! This problem is caused because when you make changes on your files (EOModel, Woo, Java), OUTSIDE eclipse (i.e. with EOModeler) Eclipse doesn't see the changes, so you must rebuild the app, to make changes works!
Am I misunderstanding something here about this conversion process? > Or is there any documentation pertaining to importing/converting > Xcode apps to Eclipse? Beyond the Tutorials you mean? http://wiki.objectstyle.org/confluence/display/WOL/Tutorials Chuck -- 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/products/practical_webobjects _______________________________________________ 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/ildenae%40gmail.com This email sent to [EMAIL PROTECTED]
-- Daniele Corti AIM: S0CR4TE5 Messenger: [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: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
