1.
install Webobjects5.4 (from WebObjects541for10.5.dmg)
- using HFSExplorer to get WebObjectsDevelopment.pkg, WebObjectsDocumentation.pkg, WebObjectsExamples.pkg and WebObejctRuntime.pkg out
- extract XXX.pkg files to the new created folders, for example Development, Documentation, Examples and Runtime dir (find the detail from my blog)
- create Apple folder under /home/username/
- install/copy to your own folder, for example
>cp –r –u * /home/username/Apple/
- And then do the same in other three dir
- so under Apple dir you should got Developer, library and System dir, other files could delete.
2. install Eclipse3.3 download from [url]http://download.eclipse.org/eclipse/downloads/[/url]
3.
install WOLipse plug-in from Eclipse “Help=>Software Updates=>Find and Install”
Remote link is
[url]http://webobjects.mdimension.com/wolips/stable[/url]
Everything after first step could find in [url]http://wiki.objectstyle.org/confluence/display/WOL/Tutorials[/url]
And more and more fun.
try this:
>for dir in ./*; do cp -r -u $dir/* /home/username/Apple/; done
try this:
>for dir in ./*; do cp -r -u $dir/* /home/username/Apple/; done
转载于:https://blog.51cto.com/speedooo/66449