Re: Ant: Failed to process eclipse frameworks.

From: Timo Hoepfner (th-de..nlinehome.de)
Date: Fri Nov 28 2008 - 07:51:52 EST

  • Next message: Chuck Hill: "Re: Ant: Failed to process eclipse frameworks."

    So, found it.

    Running ant on the command line with the "-verbose" flag indicated it
    wasn't finding the frameworks.

    My locally built frameworks are installed in ~/Roots, so I had to
    find out, where to set the equivlent of the old
    "wo.externalbuildroot" property. It turned out to be
    "wo.external.frameworks". Are there any docs where I should have
    found that property?
    To embed the frameworks in an app build, I had to manually add
    "embed.External=true" to the project's build.properties. A checkbox
    in the "Deployment" tab for that would be great...

    Timo

    Am 28.11.2008 um 11:35 schrieb Timo Hoepfner:

    > Hi,
    >
    > I just updated a machine to the new classpath stuff. Everything
    > builds fine in eclipse, but when running ant (fresh build.xml
    > copied over from new project) I get:
    >
    >> Buildfile: /Users/th/Development/EclipseWorkspace/BreeDB/build.xml
    >> init.properties:
    >> init.build:
    >> compile:
    >>
    >> BUILD FAILED
    >> /Users/th/Development/EclipseWorkspace/BreeDB/build.xml:207:
    >> Failed to process eclipse frameworks.
    >>
    >> Total time: 320 milliseconds
    >
    >
    > Line 207 is the wocompile task:
    >
    >> <wocompile srcdir="Sources" destdir="bin">
    >
    >
    >
    > Any ideas?
    >
    > Timo
    >



    This archive was generated by hypermail 2.0.0 : Fri Nov 28 2008 - 07:52:49 EST