You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Mind Bridge <mi...@yahoo.com> on 2005/06/30 18:46:48 UTC

The CollectPages Ant task has been modified to avoid loading the DTDs over the internet

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: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org