You can also create these from the command line with ant, which can be very handy. Grab a copy of woproject.jar from down inside your eclipse's install folder (e.g. where-you-put-eclipse/plugins/org.objectstyle.wolips.woproject.ant_3.4.5830/lib/woproject.jar), and put it somewhere convenient. If woproject.jar were in your home directory, then with your project's directory as your current directory, do this:
ant -lib ~/woproject.jar build As Kieran says, it'll create the app and webserver .tar.gz bundles inside your project's dist/ directory. - Patrick On Dec 22, 2009, at 1:30 PM, Kieran Kelleher wrote: > When u run the build.xml in Eclipse (with the correct ant targets) it makes a > dist dir with 2 tar.gz's. One of those is the app bundle. The other is the > webserver bundle. You just need to transfer those, expand and set permissions > on them and then use WOMonitor to add a new app to the server and configure > it and launch it using WOMonitor. > > On Dec 22, 2009, at 1:23 PM, Mark Woollard wrote: > >> First off am new to webobjects + WOLips! Have developed an WO app that I >> want to deploy to a linux server which is configured with webobjects as >> detailed here: >> >> http://wiki.objectstyle.org/confluence/display/WO/Installing+WO+5.3+or+WO+5.4+on+Linux >> >> This appears to be working fine since JavaMonitor works. >> >> My project runs within Eclipose/WOLips fine but building and transferring to >> the server it doesn't and as far as I can tell its missing the >> <App>.woa/<App> component that is referenced in the plist. Is there >> something I need to do to get Eclipse/WOLips to create this? >> >> Thanks >> Mark >> >> _______________________________________________ >> 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/kieran_lists%40mac.com >> >> This email sent to [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/pgr%40vt.edu > > This email sent to [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]
