Re: ssdd

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Mon Jun 09 2003 - 07:37:26 EDT

  • Next message: Paul Hertz: "Adding Application Resources"

    whoops.

    this is the correct ssdd target.

    Ulrich

            <!-- optional ssdd target-->
            <!-- To use this target remove the if statement and create the LICENSE
    and web.xml files in your project.-->
            <target name="ssdd" if="${never}">
                    <war destfile="${project.name}.war" webxml="web.xml">
                               <webinf dir=".">
                                       <include name="${project.name}.woa/**"/>
                                       <include name="LICENSE"/>
                               </webinf>
                              <lib
    dir="${wo.wosystemroot}/Library/Frameworks/JavaWOJSPServlet.framework/
    WebServerResources/Java/">
                                 <include name="JavaWOJSPServlet_client.jar"/>
                               </lib>
                               <zipfileset
    dir="${wo.wosystemroot}/Library/Frameworks/JavaWOJSPServlet.framework/
    Resources/" prefix="tlds">
                         <include name="WOtaglib_1_0.tld"/>
                 </zipfileset>
                    </war>
            </target>



    This archive was generated by hypermail 2.0.0 : Mon Jun 09 2003 - 07:36:02 EDT