Re: Workaround: Deploy 5.3.1 on Other Platforms
Re: Workaround: Deploy 5.3.1 on Other Platforms
- Subject: Re: Workaround: Deploy 5.3.1 on Other Platforms
- From: Art Isbell <email@hidden>
- Date: Fri, 9 Dec 2005 11:32:38 -1000
On Dec 9, 2005, at 10:48 AM, Cliff Tuel wrote:
1. Download Xcode 2.1 (not 2.2) from <http://connect.apple.com/> to
an OS X
machine. Mount the disk image, but do not install.
2. Download Pacifist from <http://www.charlessoft.com/>.
3. Use Pacifist to open Packages/WebObjectsRuntime.pkg and extract
"License.key". Use this all-platform key with 5.3.1.
For those of you who would rather not use Pacifist, a shareware app,
you should be able to extract License.key using pax:
pax -zf path/to/Packages/WebObjectsRuntime.pkg/Contents/
Archive.pax.gz | grep 'License.key'
should return the License.key path in the pax archive (assume that
it's ./System/Library/Frameworks/JavaWebObjects.framework/Resources/
License.key).
Then use this path to extract License.key:
pax -zrnf path/to/Packages/WebObjectsRuntime.pkg/Contents/
Archive.pax.gz ./System/Library/Frameworks/JavaWebObjects.framework/
Resources/License.key
which should be System/Library/Frameworks/JavaWebObjects.framework/
Resources/License.key relative to the current directory.
But I haven't actually tried this, so you may want to wade through
the pax man page first or pay for Pacifist after looking at the pax
man page :-)
Aloha,
Art
_______________________________________________
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