The Wonder Frameworks need to be installed in the one of the frameworks directories and not just a project in the workspace. For me I have set

wo.local.frameworks=/Developer/WebObjects53/Library/Frameworks

in my ~/Library/Application Support/WOLips/wolips.properties

and installed the frameworks there.

Tim




On 06/12/2008, at 8:07 AM, 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/webobjects-dev@lists.apple.com/ 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      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/timcu% 40tpg.com.au

This email sent to [EMAIL PROTECTED]

 _______________________________________________
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