Hi,

A new version of the collectpages Ant task has been released on T-Deli
(http://www.t-deli.com/#collect).

The new version includes the standard Tapestry DTDs for versions 2.3, 3.0,
and 4.0, does not load them over the internet, and works faster.


The collectpages ant task allows you to automatically update your
.application or .library files in your build process with the pages and
components you have made.

For example:

   <taskdef name="collectpages"
   classpath="${lib}/collectpages.jar"
   classname="org.mb.collectpages.Task"/>

  <target name="collect">
      <collectpages
       application="src/org/mb/app.application"
       updateExisting="yes" removeMissing="no">
          <fileset dir="src"/>
      </collectpages>
  </target>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to