You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2005/11/10 19:52:06 UTC

[jira] Created: (MPXDOC-181) xdoc:init is called 6 times

xdoc:init is called 6 times
---------------------------

         Key: MPXDOC-181
         URL: http://jira.codehaus.org/browse/MPXDOC-181
     Project: maven-xdoc-plugin
        Type: Improvement
    Reporter: Lukas Theussl
 Assigned to: Lukas Theussl 
     Fix For: 1.10


Running  xdoc once results in the xdoc:init goal being called 6 (six!)  times via various prereqs. This has a negative performance effect on goals that are attained within a preGoal of xdoc:init, like eg html2xdoc.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPXDOC-181) xdoc:init is called 6 times

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPXDOC-181?page=comments#action_58120 ] 

Arnaud Heritier commented on MPXDOC-181:
----------------------------------------

The problem is that actually I have no idea on how to fix it in a cleanest way.

> xdoc:init is called 6 times
> ---------------------------
>
>          Key: MPXDOC-181
>          URL: http://jira.codehaus.org/browse/MPXDOC-181
>      Project: maven-xdoc-plugin
>         Type: Improvement

>     Reporter: Lukas Theussl
>     Assignee: Lukas Theussl

>
>
> Running  xdoc once results in the xdoc:init goal being called 6 (six!)  times via various prereqs. This has a negative performance effect on goals that are attained within a preGoal of xdoc:init, like eg html2xdoc.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPXDOC-181) xdoc:init is called 6 times

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPXDOC-181?page=all ]
     
Lukas Theussl closed MPXDOC-181:
--------------------------------

     Resolution: Fixed
    Fix Version: 1.10

I fixed this by introducing new -noinit goals for all goals that are called internally.
Goals that existed before should not have changed.

> xdoc:init is called 6 times
> ---------------------------
>
>          Key: MPXDOC-181
>          URL: http://jira.codehaus.org/browse/MPXDOC-181
>      Project: maven-xdoc-plugin
>         Type: Improvement

>     Reporter: Lukas Theussl
>     Assignee: Lukas Theussl
>      Fix For: 1.10

>
>
> Running  xdoc once results in the xdoc:init goal being called 6 (six!)  times via various prereqs. This has a negative performance effect on goals that are attained within a preGoal of xdoc:init, like eg html2xdoc.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPXDOC-181) xdoc:init is called 6 times

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPXDOC-181?page=all ]
     
Lukas Theussl closed MPXDOC-181:
--------------------------------

     Resolution: Won't Fix
    Fix Version:     (was: 1.10)

I had to roll back my 'fix' for this as it broke projects that declared pre-/post goals on any of the modified goals. I don't see a proper way to fix this, apart from doing it in the core (MAVEN-256).

> xdoc:init is called 6 times
> ---------------------------
>
>          Key: MPXDOC-181
>          URL: http://jira.codehaus.org/browse/MPXDOC-181
>      Project: maven-xdoc-plugin
>         Type: Improvement

>     Reporter: Lukas Theussl
>     Assignee: Lukas Theussl

>
>
> Running  xdoc once results in the xdoc:init goal being called 6 (six!)  times via various prereqs. This has a negative performance effect on goals that are attained within a preGoal of xdoc:init, like eg html2xdoc.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Reopened: (MPXDOC-181) xdoc:init is called 6 times

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPXDOC-181?page=all ]
     
Lukas Theussl reopened MPXDOC-181:
----------------------------------


> xdoc:init is called 6 times
> ---------------------------
>
>          Key: MPXDOC-181
>          URL: http://jira.codehaus.org/browse/MPXDOC-181
>      Project: maven-xdoc-plugin
>         Type: Improvement

>     Reporter: Lukas Theussl
>     Assignee: Lukas Theussl

>
>
> Running  xdoc once results in the xdoc:init goal being called 6 (six!)  times via various prereqs. This has a negative performance effect on goals that are attained within a preGoal of xdoc:init, like eg html2xdoc.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPXDOC-181) xdoc:init is called 6 times

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPXDOC-181?page=comments#action_58109 ] 

Lukas Theussl commented on MPXDOC-181:
--------------------------------------

No I am not sure. I just saw Brett's comment: 'We need to define the behaviour, provide a way to do both, and leave it for 1.1 so we don't break anything in 1.0.'. It would be certainly much cleaner to define the behavior once and for all in the core than to work around issues like the current one in every plugin separately. What other possibility would be there to solve this efficiently?

> xdoc:init is called 6 times
> ---------------------------
>
>          Key: MPXDOC-181
>          URL: http://jira.codehaus.org/browse/MPXDOC-181
>      Project: maven-xdoc-plugin
>         Type: Improvement

>     Reporter: Lukas Theussl
>     Assignee: Lukas Theussl

>
>
> Running  xdoc once results in the xdoc:init goal being called 6 (six!)  times via various prereqs. This has a negative performance effect on goals that are attained within a preGoal of xdoc:init, like eg html2xdoc.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Reopened: (MPXDOC-181) xdoc:init is called 6 times

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPXDOC-181?page=all ]
     
Lukas Theussl reopened MPXDOC-181:
----------------------------------


*sigh*

> xdoc:init is called 6 times
> ---------------------------
>
>          Key: MPXDOC-181
>          URL: http://jira.codehaus.org/browse/MPXDOC-181
>      Project: maven-xdoc-plugin
>         Type: Improvement

>     Reporter: Lukas Theussl
>     Assignee: Lukas Theussl
>      Fix For: 1.10

>
>
> Running  xdoc once results in the xdoc:init goal being called 6 (six!)  times via various prereqs. This has a negative performance effect on goals that are attained within a preGoal of xdoc:init, like eg html2xdoc.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPXDOC-181) xdoc:init is called 6 times

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPXDOC-181?page=comments#action_58108 ] 

Arnaud Heritier commented on MPXDOC-181:
----------------------------------------

Are you sure about that ?
I'm not sure that  MAVEN-256 is really a good thing to apply
It can be useful to call several times the same goal

> xdoc:init is called 6 times
> ---------------------------
>
>          Key: MPXDOC-181
>          URL: http://jira.codehaus.org/browse/MPXDOC-181
>      Project: maven-xdoc-plugin
>         Type: Improvement

>     Reporter: Lukas Theussl
>     Assignee: Lukas Theussl

>
>
> Running  xdoc once results in the xdoc:init goal being called 6 (six!)  times via various prereqs. This has a negative performance effect on goals that are attained within a preGoal of xdoc:init, like eg html2xdoc.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPXDOC-181) xdoc:init is called 6 times

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPXDOC-181?page=all ]
     
Lukas Theussl closed MPXDOC-181:
--------------------------------

     Resolution: Won't Fix
    Fix Version:     (was: 1.10)

This should be fixed with MAVEN-256 before Maven 1.1 final.

> xdoc:init is called 6 times
> ---------------------------
>
>          Key: MPXDOC-181
>          URL: http://jira.codehaus.org/browse/MPXDOC-181
>      Project: maven-xdoc-plugin
>         Type: Improvement

>     Reporter: Lukas Theussl
>     Assignee: Lukas Theussl

>
>
> Running  xdoc once results in the xdoc:init goal being called 6 (six!)  times via various prereqs. This has a negative performance effect on goals that are attained within a preGoal of xdoc:init, like eg html2xdoc.

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org