Re: [Announce] Xcode -> WOLips migration tool
Re: [Announce] Xcode -> WOLips migration tool
- Subject: Re: [Announce] Xcode -> WOLips migration tool
- From: Pascal Robert <email@hidden>
- Date: Fri, 20 Jul 2007 21:32:16 -0400
Le 07-07-20 à 21:14, Chuck Hill a écrit :
On Jul 20, 2007, at 6:07 PM, Pascal Robert wrote:
Hello everyone,
I wrote a tool (actually it's a simple Java command-line app) that
convert multiple WO projects made with Xcode (version 2.2 or
later, with the .xcodeproj extension) to WOLips. It only took 3
minutes to convert and import the Apple examples stored in /
Developer/Examples/JavaWebObjects/Frameworks.
http://community.os.ca/code/webobjects/XCodeMigration-1.0.tgz
Why didn't I use Chuck's "fleeto" script ? Because we have
projects where components may or not be in a "Components" folder,
Java class in package that are not in a real folder, etc. The
tool parse the plist of the Xcode project
Ick! I am so very happy that you did this, not me. :-P
It's not so bad, the "pbprojectdump" was of great help (I didn't try
to parse the default strange plist of the project, it's way too much
complicated). BTW, don't ever use jakarta-commons-configuration to
parse plist, "NSPropertyListSerialization" is way much simpler to
use. I lost two days by trying to understand the Jakarta stuff :-)
so it can find all needed files from the project, no matter where
they are.
It's not perfect, but it works great for our internal projects and
Apple's examples, so you can customize it if needed.
Good job! Thanks Pascal. You are going to post a link to this on
the WOLips wiki?
Sure. _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden