You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brian Fox (JIRA)" <ji...@codehaus.org> on 2006/01/02 23:43:13 UTC

[jira] Created: (MJAVADOC-40) javadoc:jar doesn't work if destDir was changed in javadoc:javadoc

javadoc:jar doesn't work if destDir was changed in javadoc:javadoc
------------------------------------------------------------------

         Key: MJAVADOC-40
         URL: http://jira.codehaus.org/browse/MJAVADOC-40
     Project: Maven 2.x Javadoc Plugin
        Type: Bug

    Reporter: Brian Fox


The following configuration will cause jar to fail. This is major because it stops release:perform from completing on what otherwise should be a valid config
<build>
    <plugins>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <source>1.4</source>
          <destDir>${project.build.directory}/site/javadoc</destDir>
        </configuration>
      </plugin>
    </plugins>
  </build>


-- 
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] Updated: (MJAVADOC-40) javadoc:jar doesn't work if destDir was changed in javadoc:javadoc

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAVADOC-40?page=all ]

Maria Odea Ching updated MJAVADOC-40:
-------------------------------------

    Attachment: MJAVADOC-40-maven-javadoc-plugin.patch

> javadoc:jar doesn't work if destDir was changed in javadoc:javadoc
> ------------------------------------------------------------------
>
>          Key: MJAVADOC-40
>          URL: http://jira.codehaus.org/browse/MJAVADOC-40
>      Project: Maven 2.x Javadoc Plugin
>         Type: Bug

>     Reporter: Brian Fox
>     Assignee: Maria Odea Ching
>      Fix For: 2.0-beta-4
>  Attachments: MJAVADOC-40-maven-javadoc-plugin.patch, javadoc-jar.patch
>
>
> The following configuration will cause jar to fail. This is major because it stops release:perform from completing on what otherwise should be a valid config
> <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-javadoc-plugin</artifactId>
>         <configuration>
>           <source>1.4</source>
>           <destDir>${project.build.directory}/site/javadoc</destDir>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>

-- 
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: (MJAVADOC-40) javadoc:jar doesn't work if destDir was changed in javadoc:javadoc

Posted by "Allan Ramirez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAVADOC-40?page=all ]
     
Allan Ramirez closed MJAVADOC-40:
---------------------------------

    Resolution: Fixed

Applied patch. Thanks

> javadoc:jar doesn't work if destDir was changed in javadoc:javadoc
> ------------------------------------------------------------------
>
>          Key: MJAVADOC-40
>          URL: http://jira.codehaus.org/browse/MJAVADOC-40
>      Project: Maven 2.x Javadoc Plugin
>         Type: Bug

>     Reporter: Brian Fox
>     Assignee: Maria Odea Ching
>      Fix For: 2.0-beta-4
>  Attachments: MJAVADOC-40-maven-javadoc-plugin.patch, javadoc-jar.patch
>
>
> The following configuration will cause jar to fail. This is major because it stops release:perform from completing on what otherwise should be a valid config
> <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-javadoc-plugin</artifactId>
>         <configuration>
>           <source>1.4</source>
>           <destDir>${project.build.directory}/site/javadoc</destDir>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>

-- 
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] Updated: (MJAVADOC-40) javadoc:jar doesn't work if destDir was changed in javadoc:javadoc

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAVADOC-40?page=all ]

Maria Odea Ching updated MJAVADOC-40:
-------------------------------------

    Attachment: MJAVADOC-40-maven-javadoc-plugin.patch

> javadoc:jar doesn't work if destDir was changed in javadoc:javadoc
> ------------------------------------------------------------------
>
>          Key: MJAVADOC-40
>          URL: http://jira.codehaus.org/browse/MJAVADOC-40
>      Project: Maven 2.x Javadoc Plugin
>         Type: Bug

>     Reporter: Brian Fox
>     Assignee: Maria Odea Ching
>      Fix For: 2.0-beta-4
>  Attachments: MJAVADOC-40-maven-javadoc-plugin.patch, javadoc-jar.patch
>
>
> The following configuration will cause jar to fail. This is major because it stops release:perform from completing on what otherwise should be a valid config
> <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-javadoc-plugin</artifactId>
>         <configuration>
>           <source>1.4</source>
>           <destDir>${project.build.directory}/site/javadoc</destDir>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>

-- 
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: (MJAVADOC-40) javadoc:jar doesn't work if destDir was changed in javadoc:javadoc

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MJAVADOC-40?page=comments#action_55436 ] 

Brian Fox commented on MJAVADOC-40:
-----------------------------------

Agreed. The mess is probably what got this to be overlooked.

> javadoc:jar doesn't work if destDir was changed in javadoc:javadoc
> ------------------------------------------------------------------
>
>          Key: MJAVADOC-40
>          URL: http://jira.codehaus.org/browse/MJAVADOC-40
>      Project: Maven 2.x Javadoc Plugin
>         Type: Bug

>     Reporter: Brian Fox
>     Assignee: Mike Perham
>  Attachments: javadoc-jar.patch
>
>
> The following configuration will cause jar to fail. This is major because it stops release:perform from completing on what otherwise should be a valid config
> <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-javadoc-plugin</artifactId>
>         <configuration>
>           <source>1.4</source>
>           <destDir>${project.build.directory}/site/javadoc</destDir>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>

-- 
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] Updated: (MJAVADOC-40) javadoc:jar doesn't work if destDir was changed in javadoc:javadoc

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAVADOC-40?page=all ]

Brett Porter updated MJAVADOC-40:
---------------------------------

    Fix Version: 2.0

> javadoc:jar doesn't work if destDir was changed in javadoc:javadoc
> ------------------------------------------------------------------
>
>          Key: MJAVADOC-40
>          URL: http://jira.codehaus.org/browse/MJAVADOC-40
>      Project: Maven 2.x Javadoc Plugin
>         Type: Bug

>     Reporter: Brian Fox
>     Assignee: Mike Perham
>      Fix For: 2.0
>  Attachments: javadoc-jar.patch
>
>
> The following configuration will cause jar to fail. This is major because it stops release:perform from completing on what otherwise should be a valid config
> <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-javadoc-plugin</artifactId>
>         <configuration>
>           <source>1.4</source>
>           <destDir>${project.build.directory}/site/javadoc</destDir>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>

-- 
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: (MJAVADOC-40) javadoc:jar doesn't work if destDir was changed in javadoc:javadoc

Posted by "Mike Perham (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MJAVADOC-40?page=comments#action_55434 ] 

Mike Perham commented on MJAVADOC-40:
-------------------------------------

Brian, I've applied your patch but I'm really unhappy with the parameter mess.  The outputDirectory parameter is shared by the two goals yet they are semantically two different location (one is the location of the HTML, one is the location of the javadoc jar).  On top of that, destDir is aliased in one goal and is a separate parameter in the other goal.

This will definitely need to be cleaned up.

> javadoc:jar doesn't work if destDir was changed in javadoc:javadoc
> ------------------------------------------------------------------
>
>          Key: MJAVADOC-40
>          URL: http://jira.codehaus.org/browse/MJAVADOC-40
>      Project: Maven 2.x Javadoc Plugin
>         Type: Bug

>     Reporter: Brian Fox
>  Attachments: javadoc-jar.patch
>
>
> The following configuration will cause jar to fail. This is major because it stops release:perform from completing on what otherwise should be a valid config
> <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-javadoc-plugin</artifactId>
>         <configuration>
>           <source>1.4</source>
>           <destDir>${project.build.directory}/site/javadoc</destDir>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>

-- 
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] Updated: (MJAVADOC-40) javadoc:jar doesn't work if destDir was changed in javadoc:javadoc

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAVADOC-40?page=all ]

Brian Fox updated MJAVADOC-40:
------------------------------

    Attachment: javadoc-jar.patch

> javadoc:jar doesn't work if destDir was changed in javadoc:javadoc
> ------------------------------------------------------------------
>
>          Key: MJAVADOC-40
>          URL: http://jira.codehaus.org/browse/MJAVADOC-40
>      Project: Maven 2.x Javadoc Plugin
>         Type: Bug

>     Reporter: Brian Fox
>  Attachments: javadoc-jar.patch
>
>
> The following configuration will cause jar to fail. This is major because it stops release:perform from completing on what otherwise should be a valid config
> <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-javadoc-plugin</artifactId>
>         <configuration>
>           <source>1.4</source>
>           <destDir>${project.build.directory}/site/javadoc</destDir>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>

-- 
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] Updated: (MJAVADOC-40) javadoc:jar doesn't work if destDir was changed in javadoc:javadoc

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MJAVADOC-40?page=all ]

Maria Odea Ching updated MJAVADOC-40:
-------------------------------------

    Attachment:     (was: MJAVADOC-40-maven-javadoc-plugin.patch)

> javadoc:jar doesn't work if destDir was changed in javadoc:javadoc
> ------------------------------------------------------------------
>
>          Key: MJAVADOC-40
>          URL: http://jira.codehaus.org/browse/MJAVADOC-40
>      Project: Maven 2.x Javadoc Plugin
>         Type: Bug

>     Reporter: Brian Fox
>     Assignee: Maria Odea Ching
>      Fix For: 2.0-beta-4
>  Attachments: javadoc-jar.patch
>
>
> The following configuration will cause jar to fail. This is major because it stops release:perform from completing on what otherwise should be a valid config
> <build>
>     <plugins>
>       <plugin>
>         <artifactId>maven-javadoc-plugin</artifactId>
>         <configuration>
>           <source>1.4</source>
>           <destDir>${project.build.directory}/site/javadoc</destDir>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>

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