Re: Brand new WOLips install = Failed to process eclipse frameworks
Re: Brand new WOLips install = Failed to process eclipse frameworks
- Subject: Re: Brand new WOLips install = Failed to process eclipse frameworks
- From: Chuck Hill <email@hidden>
- Date: Fri, 5 Dec 2008 14:13:08 -0800
On Dec 5, 2008, at 2:07 PM, Simon McLean wrote:
Hi All -
Attempting to move to 3.4.1
Downloaded very latest Eclipse today - Version: 3.4.1 Build id:
M20080911-1700)
Downloaded latest WOLips nightly build today (3.4.5581)
Downloaded wonder source & imported frameworks as projects in my
brand new 3.4.1 workspace
Create a brand new WOnderApplication
Right click on new WOnderApp > WOLips Ant Tolls > Install
Build fails with ......
Buildfile: /Users/eclipse3/NewApp/build.xml
init.properties:
init.install:
compile:
BUILD FAILED
/Users/eclipse3/NewApp/build.xml:207: Failed to process eclipse
frameworks.
Total time: 3 seconds
The point in the build.xml at which it fails is here:
<target name="compile" depends="init.properties">
<taskdef name="wocompile"
classname="org.objectstyle.woproject.ant.WOCompile" />
<mkdir dir="bin" />
<wocompile srcdir="Sources" destdir="bin"> <<<<<<< FAILS HERE
<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" />
<classpath>
<fileset dir="Libraries">
<include name="*.jar" />
</fileset>
<fileset dir="${wo.extensions}">
<include name="*.jar" />
</fileset>
</classpath>
</wocompile>
</target>
</project>
I found this thread on a similar subject (the only one i could find)
but the mail thread doesn't reach a conclusion.
http://www.mail-archive.com/email@hidden/msg24364.html
Does anyone have any pointers ?
This is probably closer to your problem:
http://www.mail-archive.com/email@hidden/msg24276.html
The line number it gives is just the line the task tag starts on. The
real error is "Failed to process eclipse frameworks".
Chuck
--
Chuck Hill Senior Consultant / VP Development
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
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