You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Don Brown (JIRA)" <ji...@apache.org> on 2006/07/18 20:10:21 UTC

[jira] Created: (WW-1384) Remove Ant build but add minimal Ant build file for source distribution

Remove Ant build but add minimal Ant build file for source distribution
-----------------------------------------------------------------------

                 Key: WW-1384
                 URL: http://issues.apache.org/struts/browse/WW-1384
             Project: Struts 2
          Issue Type: New Feature
            Reporter: Don Brown
            Priority: Minor
             Fix For: 2.0.0


The one task the Ant build does that hasn't been moved to Maven is taglib generation.  The Ant task uses XDoclet tags to generate the taglibs and their docs.  To work around that, we currently have the TLD checked in as generated.  A previous proposal to remove the Ant build met with no objections, save that a minimal Ant build file was included in the source distribution.

We should remove Ant, integrate the XDoclet task it handles, and create a minimal Ant build file to be included with the source distribution.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (WW-1384) Remove Ant build but add minimal Ant build file for source distribution

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1384?page=all ]

Don Brown resolved WW-1384.
---------------------------

    Resolution: Fixed
      Assignee: Don Brown

Fixed

> Remove Ant build but add minimal Ant build file for source distribution
> -----------------------------------------------------------------------
>
>                 Key: WW-1384
>                 URL: http://issues.apache.org/struts/browse/WW-1384
>             Project: Struts 2
>          Issue Type: New Feature
>            Reporter: Don Brown
>         Assigned To: Don Brown
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> The one task the Ant build does that hasn't been moved to Maven is taglib generation.  The Ant task uses XDoclet tags to generate the taglibs and their docs.  To work around that, we currently have the TLD checked in as generated.  A previous proposal to remove the Ant build met with no objections, save that a minimal Ant build file was included in the source distribution.
> We should remove Ant, integrate the XDoclet task it handles, and create a minimal Ant build file to be included with the source distribution.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1384) Remove Ant build but add minimal Ant build file for source distribution

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1384?page=comments#action_37818 ] 
            
Ted Husted commented on WW-1384:
--------------------------------

The JARs we need for this are being retained at /lib/bootstrap for now. 


> Remove Ant build but add minimal Ant build file for source distribution
> -----------------------------------------------------------------------
>
>                 Key: WW-1384
>                 URL: http://issues.apache.org/struts/browse/WW-1384
>             Project: Struts 2
>          Issue Type: New Feature
>            Reporter: Don Brown
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> The one task the Ant build does that hasn't been moved to Maven is taglib generation.  The Ant task uses XDoclet tags to generate the taglibs and their docs.  To work around that, we currently have the TLD checked in as generated.  A previous proposal to remove the Ant build met with no objections, save that a minimal Ant build file was included in the source distribution.
> We should remove Ant, integrate the XDoclet task it handles, and create a minimal Ant build file to be included with the source distribution.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1384) Remove Ant build but add minimal Ant build file for source distribution

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1384?page=comments#action_37858 ] 
            
Don Brown commented on WW-1384:
-------------------------------

I split the xdoclet stuff into its own ticket, leaving this one to be about removing the Ant build, which we all seem to agree needs to go.  See WW-1392

> Remove Ant build but add minimal Ant build file for source distribution
> -----------------------------------------------------------------------
>
>                 Key: WW-1384
>                 URL: http://issues.apache.org/struts/browse/WW-1384
>             Project: Struts 2
>          Issue Type: New Feature
>            Reporter: Don Brown
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> The one task the Ant build does that hasn't been moved to Maven is taglib generation.  The Ant task uses XDoclet tags to generate the taglibs and their docs.  To work around that, we currently have the TLD checked in as generated.  A previous proposal to remove the Ant build met with no objections, save that a minimal Ant build file was included in the source distribution.
> We should remove Ant, integrate the XDoclet task it handles, and create a minimal Ant build file to be included with the source distribution.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1384) Remove Ant build but add minimal Ant build file for source distribution

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1384?page=comments#action_37811 ] 
            
Don Brown commented on WW-1384:
-------------------------------

While it is possible to run the xdoclet ant task in maven using the xdoclet plugin, I ran into the problem that XDoclet doesn't support Java 5 :/  Therefore, either we try to convert the xdoclet templates to use the unreleased XDoclet2, or we scrap the generated TLD idea.  To be honest, I'm leaning towards the latter.

> Remove Ant build but add minimal Ant build file for source distribution
> -----------------------------------------------------------------------
>
>                 Key: WW-1384
>                 URL: http://issues.apache.org/struts/browse/WW-1384
>             Project: Struts 2
>          Issue Type: New Feature
>            Reporter: Don Brown
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> The one task the Ant build does that hasn't been moved to Maven is taglib generation.  The Ant task uses XDoclet tags to generate the taglibs and their docs.  To work around that, we currently have the TLD checked in as generated.  A previous proposal to remove the Ant build met with no objections, save that a minimal Ant build file was included in the source distribution.
> We should remove Ant, integrate the XDoclet task it handles, and create a minimal Ant build file to be included with the source distribution.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira