• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Brand new WOLips install = Failed to process eclipse frameworks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Brand new WOLips install = Failed to process eclipse frameworks


  • Subject: Brand new WOLips install = Failed to process eclipse frameworks
  • From: Simon McLean <email@hidden>
  • Date: Fri, 05 Dec 2008 22:07:07 +0000

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 ?

Thanks, Simon


 _______________________________________________
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

  • Follow-Ups:
    • Re: Brand new WOLips install = Failed to process eclipse frameworks
      • From: D Tim Cummings <email@hidden>
    • Re: Brand new WOLips install = Failed to process eclipse frameworks
      • From: Timo Hoepfner <email@hidden>
    • Re: Brand new WOLips install = Failed to process eclipse frameworks
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: Criticism of Java Persistence Frameworks Blog Post
  • Next by Date: Re: Brand new WOLips install = Failed to process eclipse frameworks
  • Previous by thread: Re: Criticism of Java Persistence Frameworks Blog Post
  • Next by thread: Re: Brand new WOLips install = Failed to process eclipse frameworks
  • Index(es):
    • Date
    • Thread