[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tapestry-user
Subject:    Re: The CollectPages Ant task has been modified to avoid loading the DTDs over the internet
From:       "Mind Bridge" <mindbridgeweb () yahoo ! com>
Date:       2005-06-30 20:01:28
Message-ID: 00b601c57dae$80a8ba10$0700a8c0 () mindbridge
[Download RAW message or body]

> Does it handle adding components to the .application file when they are
not in the standard directory?

Yes, that is the idea. In that way it allows you to have a hierarchy of
components/pages, rather than place all of them in a single directory.

Please download the task and try it out -- it may be helpful.

-mb

----- Original Message ----- 
From: "Mark Stang" <mstang@pingidentity.com>
To: "Tapestry users" <tapestry-user@jakarta.apache.org>; "Tapestry users"
<tapestry-user@jakarta.apache.org>
Sent: Thursday, June 30, 2005 10:23 PM
Subject: RE: The CollectPages Ant task has been modified to avoid loading
the DTDs over the internet


Does it handle adding components to the .application file when they are not
in the standard directory?

These entries come from my .application file.  In order for Tapestry to find
them, since they are not in the standard directory, I have to specify them.

    <component-type type="HeadCrumbs"
specification-path="component/HeadCrumbs.jwc"/>
    <component-type type="TaskletView"
specification-path="component/TaskletView.jwc"/>
    <component-type type="Menu" specification-path="component/Menu.jwc"/>
    <component-type type="ButtonMenu"
specification-path="component/ButtonMenu.jwc"/>
    <component-type type="BreadCrumbs"
specification-path="component/BreadCrumbs.jwc"/>
    <component-type type="Summary"
specification-path="component/Summary.jwc"/>

    <!-- PageHolder entries -->
    <page name="Home" specification-path="./component/Frame.page"/>
    <page name="Holder" specification-path="component/Holder.page"/>
    <page name="CertDetailsPopUp"
specification-path="component/CertDetailsPopUp.page"/>

  So, we have an ant task that does this.  Does CollectPages do this also?

thanks,

Mark

-----Original Message-----
From: Mind Bridge [mailto:mindbridgeweb@yahoo.com]
Sent: Thu 6/30/2005 10:46 AM
To: Tapestry users
Subject: 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




---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic