The following comment has been added to this issue:

     Author: Brian Topping
    Created: Mon, 2 Feb 2004 10:09 PM
       Body:
How is it different to be setting this in project.xml instead of project.properties?
---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-686


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-686
    Summary: Dependency on plugin.properties
       Type: Improvement

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: XDoclet
 Components: 
             Maven Plugin

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Srikanth Shenoy

    Created: Sat, 25 Oct 2003 1:56 PM
    Updated: Mon, 2 Feb 2004 10:09 PM

Description:
In an Ant build, I can set the name of the taglib file as 

<jsptaglib jspversion="1.2"
destdir="${WEBINF}/tlds"
shortname="basic"
filename="mytaglib.tld"/>

This makes sense because the Ant script gets complete control over the name of the tld 
file.

However, when using Maven plugin I noticed that the only way to set the file name is 
by adding it to plugin.properties as 

maven.xdoclet.webdoclet.jsptaglib.0.filename=myapp.tld

As a deployer, I should have control on the name of the tld file name at build time 
and not the other way around. Ideally I would like to set this filename in project.xml 
as, much like I would do with Ant as follows 

    <dependency>
       <id>xdoclet+web-module</id>
       <version>1.2b4</version>
       <properties>
         <maven.xdoclet.webdoclet.jsptaglib.0.filename>
            myapp.tld
         </maven.xdoclet.webdoclet.jsptaglib.0.filename>
       </properties>
    </dependency>



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to