RE: SSDD & frameworks

From: Clark, Igor (Igor.Clar..strazeneca.com)
Date: Wed Feb 04 2004 - 06:47:15 EST

  • Next message: Benoit Mangez: "Default build.xml: Question"

    Hi Ulrich,

    > To embed your frameworks use the embed tag.
    > The tag also updates the classpath.

    It seems that the "frameworks" task does not work in the ssdd target. I
    added this to the ssdd target:

            <frameworks root="${wo.localroot}" embed="true">
                  <include name="myframework1.framework"/>
                  <include name="myframework2.framework"/>
            </frameworks>

    And I got this:

            [frameworks] BUILD FAILED:
    file:C:/eclipse-2.1.2/workspace/myapp/build.xml:198: Could not create task
    or type of type: frameworks.

    I tried the above in the war target and it immediately died with

            BUILD FAILED: file:C:/eclipse-2.1.2/workspace/SAEREC/build.xml:111:
    The <war> task doesn't support the nested "frameworks" element.

    so it seems that "frameworks" is expected to work in "ssdd" but does not.
    Any ideas?

    Cheers
    Igor.



    This archive was generated by hypermail 2.0.0 : Wed Feb 04 2004 - 07:43:37 EST