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      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to