On 03.04.2014, at 01:15, Ângelo Andrade Cirino <[email protected]> wrote:
> Hi, > > I need to create a procedure to be able to install a Linux WO/Wonder > development environment on about four computers. Ubuntu is preferred, but > CentOS is an option too. > > I struggled for a while, following some guidance I found on the wiki and my > previous knowledge of deployment on Ubuntu. I am at a point where I am able > to build and install Wonder with ant in the command line, but the environment > with Eclipse 3.8 and WOlips 3.7 will not build the git repository projects, > there are hundreds of errors for not finding frameworks. > Eclipse needs the contents of wolips.properties to tell it where all the frameworks are. I do not know where on Linux this file will be located (probably in ~/Library/Application Support/WOLips or some such). After having created your first Wonder Application in Eclipse (just a dummy to be thrown away afterwards) the file wolips.properties will be created with default values. Search for it and adapt the various paths. You can also do this directly from inside Eclipse under Preferences->WOLips If you want to build your application from within Eclipse (others might find this not such a great idea, nevertheless it work well), you must use ant with build.xml (run as... ). Note that build.xml contains a reference to your wolips.properties file. This reference is most likely wrong on Linux. Simply edit build.xml (or better yet add a property to your external build configuration that overrides the default value. Every property set will not be overwritten later with values from build.xml Hope this helps ---markus--- > Our aim is to have a heterogeneous development environment, with some MacOS > and some Linux machines sharing resources and a git repository. > > I would appreciate very much suggestions and examples of successful Linux > development installs. > > Thanks, > > Angelo > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/mailinglists%40kataputt.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: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
