[jboss-jira] [JBoss JIRA] Commented: (JBASPECT-13) Build Error on release:perform of Remoting Aspects
Paul Gier (JIRA)
jira-events at lists.jboss.org
Mon May 12 10:51:22 EDT 2008
[ http://jira.jboss.com/jira/browse/JBASPECT-13?page=comments#action_12412477 ]
Paul Gier commented on JBASPECT-13:
-----------------------------------
The issue had to do with the parent pom containing configuration for the sourceDirectory "src/main" but some of the modules had their sources located in "src/main/java". So for some reason the javadoc plugin was picking up the config from the parent.
I removed this config from the parent pom, and move the security and transaction module sources to the default maven location.
> Build Error on release:perform of Remoting Aspects
> --------------------------------------------------
>
> Key: JBASPECT-13
> URL: http://jira.jboss.com/jira/browse/JBASPECT-13
> Project: JBoss Aspects
> Issue Type: Bug
> Components: common, remoting
> Affects Versions: 1.0.0.Beta1
> Reporter: Andrew Lee Rubinger
> Assigned To: Paul Gier
> Fix For: 1.0.0.CR1
>
>
> Error upon release:perform -
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error while creating archive:Exit code: 1 - javadoc: warning - No source files for package java.org.jboss.aspects.remoting
> javadoc: error - No public or protected classes found to document.
>
> Command line was:"cd /home/alrubinger/business/jboss/wc/jbossas/projects/jboss-aspects/trunk/remoting/target/checkout/target/apidocs && /opt/sun/java/jdk1.5.0_14/jre/../bin/javadoc" @options @packages
> Where is "java.org.jboss.aspects.remoting" specified?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list