Compiling Eclipse 3.4 WOLips projects with Linux results in errors
Compiling Eclipse 3.4 WOLips projects with Linux results in errors
- Subject: Compiling Eclipse 3.4 WOLips projects with Linux results in errors
- From: Helmut Schottmüller <email@hidden>
- Date: Fri, 24 Oct 2008 19:34:20 +0200
Hi all,
I'm trying to move to Eclipse 3.4 and the new WOLips build system.
This works fine on my mac but not on my Linux deployment machine.
I exchanged the woproject.jar on the Linux machine with the one from
the Eclipse 3.4 plugins folder (replaced it in my ant/lib directory).
I created a new Application Support/WOLips/wolips.properties on the
Linux machine but I get a
BUILD FAILED
build.xml:211: Failed to process eclipse frameworks.
Looking at the build.xml I found these
<frameworks root="ProjectLocal" embed="false" eclipse="true" />
<frameworks root="External" embed="false" eclipse="true" />
<frameworks root="Local" embed="false" eclipse="true" />
<frameworks root="User" embed="false" eclipse="true" />
<frameworks root="System" embed="false" eclipse="true" />
<frameworks root="Network" embed="false" eclipse="true" />
Since I have not ProjectLocal, External, User and Network frameworks
on my Linux machine I removed these line which prevented the above
error.
But now I get compile errors for almost everything. It seems that the
local frameworks are not in the library path.
Do I assume correctly that <frameworks root="Local" embed="false"
eclipse="true" /> embeds the local frameworks and <frameworks
root="System" embed="false" eclipse="true" /> the system frameworks
from the give paths in Application Support/WOLips/wolips.properties?
Did someone already compiled his Eclipse 3.4 wonder application with
Linux? If yes, I would appreciate some help...
Thanks,
Helmut
_______________________________________________
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