You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "David Hoffer (JIRA)" <ji...@codehaus.org> on 2007/02/23 03:37:27 UTC

[jira] Created: (MJAVADOC-111) Can't release when I use javadoc aggregate/groups

Can't release when I use javadoc aggregate/groups
-------------------------------------------------

                 Key: MJAVADOC-111
                 URL: http://jira.codehaus.org/browse/MJAVADOC-111
             Project: Maven 2.x Javadoc Plugin
          Issue Type: Bug
    Affects Versions: 2.2
         Environment: XP Pro
            Reporter: David Hoffer
         Attachments: FailedToReleaseDueToJavadoc.txt

I added the following section to my parent POM and can't release anymore, I will attach the error log.

<configuration>
                    <aggregate>true</aggregate>
                    <groups>
                        <group>
                            <title>Public Packages</title>
                            <packages>com.xrite.xdsiii:com.xrite.xdsiii.driver:com.xrite.xdsiii.driver.*</packages>
                        </group>
                        <group>
                            <title>Internal Packages - API Subject To Change</title>
                            <packages>com.xrite.awt:com.xrite.swing:com.xrite.util:com.xrite.xdsiii.instrument:com.xrite.xdsiii.instrument.*</packages>
                        </group>
                    </groups>
</configuration>

It looks like it needs the jars that have not jet been released yet (that's what the release goal is for).

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

        

[jira] Commented: (MJAVADOC-111) Can't release when I use javadoc aggregate/groups

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MJAVADOC-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_122194 ] 

Vincent Siveton commented on MJAVADOC-111:
------------------------------------------

MJAVADOC-116 is now fixed. Could you retry?

> Can't release when I use javadoc aggregate/groups
> -------------------------------------------------
>
>                 Key: MJAVADOC-111
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-111
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: XP Pro
>            Reporter: David Hoffer
>         Attachments: FailedToReleaseDueToJavadoc.txt
>
>
> I added the following section to my parent POM and can't release anymore, I will attach the error log.
> <configuration>
>                     <aggregate>true</aggregate>
>                     <groups>
>                         <group>
>                             <title>Public Packages</title>
>                             <packages>com.xrite.xdsiii:com.xrite.xdsiii.driver:com.xrite.xdsiii.driver.*</packages>
>                         </group>
>                         <group>
>                             <title>Internal Packages - API Subject To Change</title>
>                             <packages>com.xrite.awt:com.xrite.swing:com.xrite.util:com.xrite.xdsiii.instrument:com.xrite.xdsiii.instrument.*</packages>
>                         </group>
>                     </groups>
> </configuration>
> It looks like it needs the jars that have not jet been released yet (that's what the release goal is for).

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

        

[jira] Commented: (MJAVADOC-111) Can't release when I use javadoc aggregate/groups

Posted by "Andy Signer (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MJAVADOC-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_90468 ] 

Andy Signer commented on MJAVADOC-111:
--------------------------------------

Latest snapshot release is working for me. Thanks a lot!

> Can't release when I use javadoc aggregate/groups
> -------------------------------------------------
>
>                 Key: MJAVADOC-111
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-111
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: XP Pro
>            Reporter: David Hoffer
>         Attachments: FailedToReleaseDueToJavadoc.txt
>
>
> I added the following section to my parent POM and can't release anymore, I will attach the error log.
> <configuration>
>                     <aggregate>true</aggregate>
>                     <groups>
>                         <group>
>                             <title>Public Packages</title>
>                             <packages>com.xrite.xdsiii:com.xrite.xdsiii.driver:com.xrite.xdsiii.driver.*</packages>
>                         </group>
>                         <group>
>                             <title>Internal Packages - API Subject To Change</title>
>                             <packages>com.xrite.awt:com.xrite.swing:com.xrite.util:com.xrite.xdsiii.instrument:com.xrite.xdsiii.instrument.*</packages>
>                         </group>
>                     </groups>
> </configuration>
> It looks like it needs the jars that have not jet been released yet (that's what the release goal is for).

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

        

[jira] Commented: (MJAVADOC-111) Can't release when I use javadoc aggregate/groups

Posted by "Andy Signer (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MJAVADOC-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88382 ] 

Andy Signer commented on MJAVADOC-111:
--------------------------------------

I encountered the same problem. Release:perform or site-deploy failed with the same error as stated in FailedToReleaseDueToJavadoc.txt when I set aggregate=true. When aggregate=false everything went smooth.

> Can't release when I use javadoc aggregate/groups
> -------------------------------------------------
>
>                 Key: MJAVADOC-111
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-111
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: XP Pro
>            Reporter: David Hoffer
>         Attachments: FailedToReleaseDueToJavadoc.txt
>
>
> I added the following section to my parent POM and can't release anymore, I will attach the error log.
> <configuration>
>                     <aggregate>true</aggregate>
>                     <groups>
>                         <group>
>                             <title>Public Packages</title>
>                             <packages>com.xrite.xdsiii:com.xrite.xdsiii.driver:com.xrite.xdsiii.driver.*</packages>
>                         </group>
>                         <group>
>                             <title>Internal Packages - API Subject To Change</title>
>                             <packages>com.xrite.awt:com.xrite.swing:com.xrite.util:com.xrite.xdsiii.instrument:com.xrite.xdsiii.instrument.*</packages>
>                         </group>
>                     </groups>
> </configuration>
> It looks like it needs the jars that have not jet been released yet (that's what the release goal is for).

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

        

[jira] Commented: (MJAVADOC-111) Can't release when I use javadoc aggregate/groups

Posted by "Antonio Petrelli (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MJAVADOC-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=185520#action_185520 ] 

Antonio Petrelli commented on MJAVADOC-111:
-------------------------------------------

This might work with the use of Javadoc plugin 2.6 and the aggregate goal, as I said in MJAVADOC-116.
Currently I am not in a release schedule so I am not sure about it, but I am optimistic :-)

> Can't release when I use javadoc aggregate/groups
> -------------------------------------------------
>
>                 Key: MJAVADOC-111
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-111
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: XP Pro
>            Reporter: David Hoffer
>         Attachments: FailedToReleaseDueToJavadoc.txt
>
>
> I added the following section to my parent POM and can't release anymore, I will attach the error log.
> <configuration>
>                     <aggregate>true</aggregate>
>                     <groups>
>                         <group>
>                             <title>Public Packages</title>
>                             <packages>com.xrite.xdsiii:com.xrite.xdsiii.driver:com.xrite.xdsiii.driver.*</packages>
>                         </group>
>                         <group>
>                             <title>Internal Packages - API Subject To Change</title>
>                             <packages>com.xrite.awt:com.xrite.swing:com.xrite.util:com.xrite.xdsiii.instrument:com.xrite.xdsiii.instrument.*</packages>
>                         </group>
>                     </groups>
> </configuration>
> It looks like it needs the jars that have not jet been released yet (that's what the release goal is for).

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

        

[jira] Closed: (MJAVADOC-111) Can't release when I use javadoc aggregate/groups

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAVADOC-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed MJAVADOC-111.
------------------------------------

    Resolution: Won't Fix

MJAVADOC-197 is the only workaround that we could propose at this time. 

> Can't release when I use javadoc aggregate/groups
> -------------------------------------------------
>
>                 Key: MJAVADOC-111
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-111
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: XP Pro
>            Reporter: David Hoffer
>         Attachments: FailedToReleaseDueToJavadoc.txt
>
>
> I added the following section to my parent POM and can't release anymore, I will attach the error log.
> <configuration>
>                     <aggregate>true</aggregate>
>                     <groups>
>                         <group>
>                             <title>Public Packages</title>
>                             <packages>com.xrite.xdsiii:com.xrite.xdsiii.driver:com.xrite.xdsiii.driver.*</packages>
>                         </group>
>                         <group>
>                             <title>Internal Packages - API Subject To Change</title>
>                             <packages>com.xrite.awt:com.xrite.swing:com.xrite.util:com.xrite.xdsiii.instrument:com.xrite.xdsiii.instrument.*</packages>
>                         </group>
>                     </groups>
> </configuration>
> It looks like it needs the jars that have not jet been released yet (that's what the release goal is for).

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

        

[jira] Commented: (MJAVADOC-111) Can't release when I use javadoc aggregate/groups

Posted by "Rob Baily (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MJAVADOC-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88608 ] 

Rob Baily commented on MJAVADOC-111:
------------------------------------

I encountered the same issue as well.  For now we're thinking about trying to put this in a profile so it is not affecting our normal release and then checking out the tag and pushing the site out after.

> Can't release when I use javadoc aggregate/groups
> -------------------------------------------------
>
>                 Key: MJAVADOC-111
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-111
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2
>         Environment: XP Pro
>            Reporter: David Hoffer
>         Attachments: FailedToReleaseDueToJavadoc.txt
>
>
> I added the following section to my parent POM and can't release anymore, I will attach the error log.
> <configuration>
>                     <aggregate>true</aggregate>
>                     <groups>
>                         <group>
>                             <title>Public Packages</title>
>                             <packages>com.xrite.xdsiii:com.xrite.xdsiii.driver:com.xrite.xdsiii.driver.*</packages>
>                         </group>
>                         <group>
>                             <title>Internal Packages - API Subject To Change</title>
>                             <packages>com.xrite.awt:com.xrite.swing:com.xrite.util:com.xrite.xdsiii.instrument:com.xrite.xdsiii.instrument.*</packages>
>                         </group>
>                     </groups>
> </configuration>
> It looks like it needs the jars that have not jet been released yet (that's what the release goal is for).

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