I tried building the M4 QA branch to test some dependency changes by doing the following:
C:\Projects\J2EE\geronimo_m4qa>svn checkout https://svn.apache.org/repos/asf/geronimo/branches/v1_0_M4-QA geronimo C:\Projects\J2EE\geronimo_m4qa\geronimo>maven m:fresh-checkout C:\Projects\J2EE\geronimo_m4qa\geronimo>maven m:rebuild-all -Dmaven.test.failure.ignore=true The build fails. It appears some of the issues are: * the m:fresh-checkout processing in branch hasn't been changed to get the OpenEJB & TranQL code from a tag/branch. It appears that it would be getting the latest OpenEJB code, which is not what we want. Have OpenEJB and TranQL been tagged in CVS? Can we get the QA branch building in a repeatable fashion with OpenEJB & TranQL? * in etc/project.properties geronimo_version is set to 1.0-SNAPSHOT, yet in the geronimo-1.0-M4-QA-src.zip file, it has a value of 1.0-M4-QA . Shouldn't this version change be checked into the branch? This could cause problems if the JARs are uploaded to a repository from the build. Once these issues are resolved we should have some instructions on how it should be built from source so that people can test fixes on the branch before committing. Build failure messages... +---------------------------------------- | Executing default OpenEJB :: PK Generation :: Builder | Memory: 66M/93M +---------------------------------------- Attempting to download xmlbeans-maven-plugin-2.0.0-beta1.jar. WARNING: Failed to download xmlbeans-maven-plugin-2.0.0-beta1.jar. Attempting to download tranql-1.0-SNAPSHOT.jar. Attempting to download openejb-core-2.0-SNAPSHOT.jar. Attempting to download geronimo-deployment-1.0-SNAPSHOT.jar. Attempting to download geronimo-common-1.0-SNAPSHOT.jar. Attempting to download geronimo-j2ee-1.0-SNAPSHOT.jar. Attempting to download geronimo-j2ee-builder-1.0-SNAPSHOT.jar. Attempting to download geronimo-kernel-1.0-SNAPSHOT.jar. Attempting to download commons-jelly-tags-velocity-SNAPSHOT.jar. BUILD FAILED File...... C:\Documents and Settings\sissonj\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly Element... maven:reactor Line...... 217 Column.... 9 The build cannot continue because of the following unsatisfied dependency: xmlbeans-maven-plugin-2.0.0-beta1.jar John This e-mail message and any attachments may contain confidential, proprietary or non-public information. This information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirected this e-mail, please notify the sender immediately and destroy this e-mail. Any review, dissemination, use or reliance upon this information by unintended recipients is prohibited. Any opinions expressed in this e-mail are those of the author personally.
