[ 
http://jira.codehaus.org/browse/XDP-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_125341
 ] 

Konstantin Pribluda commented on XDP-226:
-----------------------------------------

just forgot.   while moving to m2 build, 
qtags plugin was split in 2:
plugin itself, which is compiled and taglib-qtags
which is another m2 project, where actual qtag
impls are generated and compiled
(it was simpliest solution )

so if you grab also taglib-qtags from the same day, you 
should be fine.

I also deployed binary distro on the same repo  -
containing everything you need.

I also checked, that actual generated sources of taglib-qtags do
contain:

    public void validateModel() {
        // check uniqueness
        if(getContext().getTagsByName(NAME).length > 1) {
            bomb("is allowed only once");
        }
    }


> Keep Qtags up-to-date with XDoclet version of Maven2 plugin
> -----------------------------------------------------------
>
>                 Key: XDP-226
>                 URL: http://jira.codehaus.org/browse/XDP-226
>             Project: XDoclet 2 Plugins
>          Issue Type: Wish
>          Components: qtags
>    Affects Versions: 1.0.4
>            Reporter: Ramon Havermans
>         Attachments: AbstractOhraTag.java, ant sample.xml, 
> OhraPublicserviceTag.java, OhraPublicserviceTagImpl.java
>
>
> We made our own plugin and are now using Qtags to do some validations on our 
> own tags. The generated sources Qtags 1.0.4 generates are for XDoclet 2.0.5. 
> but the Maven2 plugin starts with Xdoclet version 2.0.6. 
> The problem with this is that XDoclet 2.0.5 expects an abstract method 
> validateModel in the org.xdoclet.XDocletTag class which is not generated with 
> QTags 1.0.4.
> We temporarly fixed this with just adding an empty method. 

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

        

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to