You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Hadrian Zbarcea (JIRA)" <ji...@apache.org> on 2009/08/17 05:27:36 UTC

[jira] Created: (CAMEL-1916) Error during release:prepare phase

Error during release:prepare phase
----------------------------------

                 Key: CAMEL-1916
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1916
             Project: Apache Camel
          Issue Type: Bug
          Components: tests
    Affects Versions: 2.0.0
            Reporter: Hadrian Zbarcea
            Assignee: Hadrian Zbarcea
            Priority: Blocker
             Fix For: 2.0.0


After a few more fixes for the 2.0 release I stumbled upon this. The release:prepare phase fails with the following error:

{code}
[INFO] [INFO] [ianal:verify-legal-files {execution: default}]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building Apache Camel Test Bundles: mock-javamail-1.7
[INFO] [INFO]    task-segment: [clean, verify]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] [clean:clean]
[INFO] [INFO] Deleting file set: /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target (included: [**], excluded: [])
[INFO] [INFO] [dependency:copy {execution: copy-legal}]
[INFO] [INFO] Configured Artifact: org.apache.servicemix.legal:legal:1.0:xml
[INFO] [INFO] Copying legal-1.0.xml to /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/legal/legal.xml
[INFO] [INFO] [remote-resources:process {execution: default}]
[INFO] [INFO] [resources:resources]
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 6 resources
[INFO] [INFO] Copying 3 resources
[INFO] [INFO] [compiler:compile]
[INFO] [INFO] Compiling 3 source files to /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/classes
[INFO] [INFO] [resources:testResources]
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/src/test/resources
[INFO] [INFO] Copying 3 resources
[INFO] [INFO] [compiler:testCompile]
[INFO] [INFO] No sources to compile
[INFO] [INFO] [surefire:test]
[INFO] [INFO] Tests are skipped.
[INFO] [INFO] [bundle:bundle]
[INFO] [INFO] Expanding: /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/org.apache.camel.tests.mock-javamail_1.7-2.0.0.jar into /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/classes
[INFO] [INFO] Preparing source:jar
[INFO] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [INFO] No goals needed for project - skipping
[INFO] [INFO] [source:jar {execution: attach-sources}]
[INFO] [INFO] Building jar: /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/org.apache.camel.tests.mock-javamail_1.7-2.0.0-sources.jar
[INFO] [INFO] [javadoc:jar {execution: attach-javadocs}]
[INFO] 1 error
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] BUILD ERROR
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] MavenReportException: Error while creating archive:Exit code: 1 - javadoc: error - No public or protected classes found to document.
[INFO] 
[INFO] Command line was:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/javadoc -J-Xmx500m @options @packages
[INFO] 
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] For more information, run Maven with the -e switch
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 93 minutes 39 seconds
[INFO] [INFO] Finished at: Sun Aug 16 23:03:42 EDT 2009
[INFO] [INFO] Final Memory: 115M/206M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Maven execution failed, exit code: '1'

{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-1916) Error during release:prepare phase

Posted by "Hadrian Zbarcea (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hadrian Zbarcea resolved CAMEL-1916.
------------------------------------

    Resolution: Fixed

> Error during release:prepare phase
> ----------------------------------
>
>                 Key: CAMEL-1916
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1916
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 2.0.0
>            Reporter: Hadrian Zbarcea
>            Assignee: Hadrian Zbarcea
>            Priority: Blocker
>             Fix For: 2.0.0
>
>
> After a few more fixes for the 2.0 release I stumbled upon this. The release:prepare phase fails with the following error:
> {code}
> [INFO] [INFO] [ianal:verify-legal-files {execution: default}]
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Building Apache Camel Test Bundles: mock-javamail-1.7
> [INFO] [INFO]    task-segment: [clean, verify]
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] [clean:clean]
> [INFO] [INFO] Deleting file set: /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target (included: [**], excluded: [])
> [INFO] [INFO] [dependency:copy {execution: copy-legal}]
> [INFO] [INFO] Configured Artifact: org.apache.servicemix.legal:legal:1.0:xml
> [INFO] [INFO] Copying legal-1.0.xml to /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/legal/legal.xml
> [INFO] [INFO] [remote-resources:process {execution: default}]
> [INFO] [INFO] [resources:resources]
> [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] [INFO] Copying 6 resources
> [INFO] [INFO] Copying 3 resources
> [INFO] [INFO] [compiler:compile]
> [INFO] [INFO] Compiling 3 source files to /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/classes
> [INFO] [INFO] [resources:testResources]
> [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] [INFO] skip non existing resourceDirectory /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/src/test/resources
> [INFO] [INFO] Copying 3 resources
> [INFO] [INFO] [compiler:testCompile]
> [INFO] [INFO] No sources to compile
> [INFO] [INFO] [surefire:test]
> [INFO] [INFO] Tests are skipped.
> [INFO] [INFO] [bundle:bundle]
> [INFO] [INFO] Expanding: /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/org.apache.camel.tests.mock-javamail_1.7-2.0.0.jar into /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/classes
> [INFO] [INFO] Preparing source:jar
> [INFO] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
> [INFO] [INFO] No goals needed for project - skipping
> [INFO] [INFO] [source:jar {execution: attach-sources}]
> [INFO] [INFO] Building jar: /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/org.apache.camel.tests.mock-javamail_1.7-2.0.0-sources.jar
> [INFO] [INFO] [javadoc:jar {execution: attach-javadocs}]
> [INFO] 1 error
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [ERROR] BUILD ERROR
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] MavenReportException: Error while creating archive:Exit code: 1 - javadoc: error - No public or protected classes found to document.
> [INFO] 
> [INFO] Command line was:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/javadoc -J-Xmx500m @options @packages
> [INFO] 
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] For more information, run Maven with the -e switch
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Total time: 93 minutes 39 seconds
> [INFO] [INFO] Finished at: Sun Aug 16 23:03:42 EDT 2009
> [INFO] [INFO] Final Memory: 115M/206M
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Maven execution failed, exit code: '1'
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (CAMEL-1916) Error during release:prepare phase

Posted by "Hadrian Zbarcea (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=53636#action_53636 ] 

Hadrian Zbarcea edited comment on CAMEL-1916 at 8/16/09 8:29 PM:
-----------------------------------------------------------------

Adding the configuration below to disable the javadoc plugin did not help:

{code}
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <executions>
                    <execution>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                        <phase>none</phase>
                    </execution>
                </executions>
            </plugin>
{code}

      was (Author: hadrian):
    Adding the configuration below to disable the javadoc plugin did not help:

{code}
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <executions>
                    <execution>
                        <goals>
                            <goal>help</goal>
                        </goals>
                        <phase>none</phase>
                    </execution>
                </executions>
            </plugin>
{code}
  
> Error during release:prepare phase
> ----------------------------------
>
>                 Key: CAMEL-1916
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1916
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 2.0.0
>            Reporter: Hadrian Zbarcea
>            Assignee: Hadrian Zbarcea
>            Priority: Blocker
>             Fix For: 2.0.0
>
>
> After a few more fixes for the 2.0 release I stumbled upon this. The release:prepare phase fails with the following error:
> {code}
> [INFO] [INFO] [ianal:verify-legal-files {execution: default}]
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Building Apache Camel Test Bundles: mock-javamail-1.7
> [INFO] [INFO]    task-segment: [clean, verify]
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] [clean:clean]
> [INFO] [INFO] Deleting file set: /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target (included: [**], excluded: [])
> [INFO] [INFO] [dependency:copy {execution: copy-legal}]
> [INFO] [INFO] Configured Artifact: org.apache.servicemix.legal:legal:1.0:xml
> [INFO] [INFO] Copying legal-1.0.xml to /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/legal/legal.xml
> [INFO] [INFO] [remote-resources:process {execution: default}]
> [INFO] [INFO] [resources:resources]
> [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] [INFO] Copying 6 resources
> [INFO] [INFO] Copying 3 resources
> [INFO] [INFO] [compiler:compile]
> [INFO] [INFO] Compiling 3 source files to /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/classes
> [INFO] [INFO] [resources:testResources]
> [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] [INFO] skip non existing resourceDirectory /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/src/test/resources
> [INFO] [INFO] Copying 3 resources
> [INFO] [INFO] [compiler:testCompile]
> [INFO] [INFO] No sources to compile
> [INFO] [INFO] [surefire:test]
> [INFO] [INFO] Tests are skipped.
> [INFO] [INFO] [bundle:bundle]
> [INFO] [INFO] Expanding: /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/org.apache.camel.tests.mock-javamail_1.7-2.0.0.jar into /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/classes
> [INFO] [INFO] Preparing source:jar
> [INFO] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
> [INFO] [INFO] No goals needed for project - skipping
> [INFO] [INFO] [source:jar {execution: attach-sources}]
> [INFO] [INFO] Building jar: /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/org.apache.camel.tests.mock-javamail_1.7-2.0.0-sources.jar
> [INFO] [INFO] [javadoc:jar {execution: attach-javadocs}]
> [INFO] 1 error
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [ERROR] BUILD ERROR
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] MavenReportException: Error while creating archive:Exit code: 1 - javadoc: error - No public or protected classes found to document.
> [INFO] 
> [INFO] Command line was:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/javadoc -J-Xmx500m @options @packages
> [INFO] 
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] For more information, run Maven with the -e switch
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Total time: 93 minutes 39 seconds
> [INFO] [INFO] Finished at: Sun Aug 16 23:03:42 EDT 2009
> [INFO] [INFO] Final Memory: 115M/206M
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Maven execution failed, exit code: '1'
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-1916) Error during release:prepare phase

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=53639#action_53639 ] 

Claus Ibsen commented on CAMEL-1916:
------------------------------------

I think its a test Willem added because of the many problems with geronimo mails and osgi etc.
So it could definitely be removed from the build phase or whatever. We can keep it for manual testing if needed.

It should not hold up a 2.0 release!

Or maybe adding a dummy class in src/main/java can help the javadoc task as a workaround.

> Error during release:prepare phase
> ----------------------------------
>
>                 Key: CAMEL-1916
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1916
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 2.0.0
>            Reporter: Hadrian Zbarcea
>            Assignee: Hadrian Zbarcea
>            Priority: Blocker
>             Fix For: 2.0.0
>
>
> After a few more fixes for the 2.0 release I stumbled upon this. The release:prepare phase fails with the following error:
> {code}
> [INFO] [INFO] [ianal:verify-legal-files {execution: default}]
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Building Apache Camel Test Bundles: mock-javamail-1.7
> [INFO] [INFO]    task-segment: [clean, verify]
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] [clean:clean]
> [INFO] [INFO] Deleting file set: /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target (included: [**], excluded: [])
> [INFO] [INFO] [dependency:copy {execution: copy-legal}]
> [INFO] [INFO] Configured Artifact: org.apache.servicemix.legal:legal:1.0:xml
> [INFO] [INFO] Copying legal-1.0.xml to /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/legal/legal.xml
> [INFO] [INFO] [remote-resources:process {execution: default}]
> [INFO] [INFO] [resources:resources]
> [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] [INFO] Copying 6 resources
> [INFO] [INFO] Copying 3 resources
> [INFO] [INFO] [compiler:compile]
> [INFO] [INFO] Compiling 3 source files to /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/classes
> [INFO] [INFO] [resources:testResources]
> [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] [INFO] skip non existing resourceDirectory /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/src/test/resources
> [INFO] [INFO] Copying 3 resources
> [INFO] [INFO] [compiler:testCompile]
> [INFO] [INFO] No sources to compile
> [INFO] [INFO] [surefire:test]
> [INFO] [INFO] Tests are skipped.
> [INFO] [INFO] [bundle:bundle]
> [INFO] [INFO] Expanding: /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/org.apache.camel.tests.mock-javamail_1.7-2.0.0.jar into /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/classes
> [INFO] [INFO] Preparing source:jar
> [INFO] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
> [INFO] [INFO] No goals needed for project - skipping
> [INFO] [INFO] [source:jar {execution: attach-sources}]
> [INFO] [INFO] Building jar: /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/org.apache.camel.tests.mock-javamail_1.7-2.0.0-sources.jar
> [INFO] [INFO] [javadoc:jar {execution: attach-javadocs}]
> [INFO] 1 error
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [ERROR] BUILD ERROR
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] MavenReportException: Error while creating archive:Exit code: 1 - javadoc: error - No public or protected classes found to document.
> [INFO] 
> [INFO] Command line was:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/javadoc -J-Xmx500m @options @packages
> [INFO] 
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] For more information, run Maven with the -e switch
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Total time: 93 minutes 39 seconds
> [INFO] [INFO] Finished at: Sun Aug 16 23:03:42 EDT 2009
> [INFO] [INFO] Final Memory: 115M/206M
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Maven execution failed, exit code: '1'
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-1916) Error during release:prepare phase

Posted by "Hadrian Zbarcea (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=53636#action_53636 ] 

Hadrian Zbarcea commented on CAMEL-1916:
----------------------------------------

Adding the configuration below to disable the javadoc plugin did not help:

{code}
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <executions>
                    <execution>
                        <goals>
                            <goal>help</goal>
                        </goals>
                        <phase>none</phase>
                    </execution>
                </executions>
            </plugin>
{code}

> Error during release:prepare phase
> ----------------------------------
>
>                 Key: CAMEL-1916
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1916
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 2.0.0
>            Reporter: Hadrian Zbarcea
>            Assignee: Hadrian Zbarcea
>            Priority: Blocker
>             Fix For: 2.0.0
>
>
> After a few more fixes for the 2.0 release I stumbled upon this. The release:prepare phase fails with the following error:
> {code}
> [INFO] [INFO] [ianal:verify-legal-files {execution: default}]
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Building Apache Camel Test Bundles: mock-javamail-1.7
> [INFO] [INFO]    task-segment: [clean, verify]
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] [clean:clean]
> [INFO] [INFO] Deleting file set: /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target (included: [**], excluded: [])
> [INFO] [INFO] [dependency:copy {execution: copy-legal}]
> [INFO] [INFO] Configured Artifact: org.apache.servicemix.legal:legal:1.0:xml
> [INFO] [INFO] Copying legal-1.0.xml to /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/legal/legal.xml
> [INFO] [INFO] [remote-resources:process {execution: default}]
> [INFO] [INFO] [resources:resources]
> [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] [INFO] Copying 6 resources
> [INFO] [INFO] Copying 3 resources
> [INFO] [INFO] [compiler:compile]
> [INFO] [INFO] Compiling 3 source files to /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/classes
> [INFO] [INFO] [resources:testResources]
> [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] [INFO] skip non existing resourceDirectory /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/src/test/resources
> [INFO] [INFO] Copying 3 resources
> [INFO] [INFO] [compiler:testCompile]
> [INFO] [INFO] No sources to compile
> [INFO] [INFO] [surefire:test]
> [INFO] [INFO] Tests are skipped.
> [INFO] [INFO] [bundle:bundle]
> [INFO] [INFO] Expanding: /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/org.apache.camel.tests.mock-javamail_1.7-2.0.0.jar into /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/classes
> [INFO] [INFO] Preparing source:jar
> [INFO] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
> [INFO] [INFO] No goals needed for project - skipping
> [INFO] [INFO] [source:jar {execution: attach-sources}]
> [INFO] [INFO] Building jar: /w1/apache/release/camel/tests/test-bundles/mock-javamail_1.7/target/org.apache.camel.tests.mock-javamail_1.7-2.0.0-sources.jar
> [INFO] [INFO] [javadoc:jar {execution: attach-javadocs}]
> [INFO] 1 error
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [ERROR] BUILD ERROR
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] MavenReportException: Error while creating archive:Exit code: 1 - javadoc: error - No public or protected classes found to document.
> [INFO] 
> [INFO] Command line was:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/javadoc -J-Xmx500m @options @packages
> [INFO] 
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] For more information, run Maven with the -e switch
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Total time: 93 minutes 39 seconds
> [INFO] [INFO] Finished at: Sun Aug 16 23:03:42 EDT 2009
> [INFO] [INFO] Final Memory: 115M/206M
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Maven execution failed, exit code: '1'
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.