On Sat, Apr 17, 2010 at 5:00 PM, Benjamin Venditti <[email protected]> wrote:
> 1. the pom.xml of both the "empire-db-dist" and "empire-db-example-codegen" > contain a parent tag with version "2.0.6-incubating-SNAPSHOT" which i think > should be "2.0.6-incubating". I have this one fixed in the release process wiki > > 2. if i try to test the "empire-db-example-codegen" with the command "mvn > empiredb:codegen" i get the following error although i installed everyting > with "mvn clean install": > > [INFO] Searching repository for plugin with prefix: 'empiredb'. > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > ------------------------------------------------------------------------ > [INFO] The plugin 'org.apache.maven.plugins:maven-empiredb-plugin' does not > exist or no valid version could be found > The plugin example is in fact a problem. We have the chicken-egg issue here. The build can not use the plugin before it was actually built. That's why this example module is disabled in the examples parent project. A few solutions: - Decouple the example from the parent project and change the version in there before releasing, so that it points to the version that is going to be released - Have the example project use the previous released version of the maven plugin, can only be done starting with the next release - Remove the example project further I'll try to create a real maven integration test (in fact this is a good idea anyway) Should have a rc3 ready by monday > Has anyone got the same problems or am i doing something wrong here? > Thanks in advance. > > Benjamin > > > Am 14.04.2010 21:11, schrieb Francis De Brabandere: >> Hi, >> >> We have just prepared the second 2.0.6-incubating release candidate >> and we are now looking for approval of the PMC to publish the release. >> Once the community approves the release we will have a second binding >> release round for IPMC members. >> >> These are the major change from our previous 2.0.5-incubating release: >> >> - Code-Generator allows generation of Data Model code files for >> existing databases >> - Maven plugin for DB-Code-Generator >> - New example to demonstrate interoperability between Empire-db and Spring >> - Provided jars are now OSGi compatible >> >> These are the changes since previous rc: >> >> - Fixed progress data type issue (EMPIREDB-76) >> - Fixed codegen app + added tests >> - Fixed missing commons-logging dependency making war's unusable >> >> Changelog: >> >> http://svn.apache.org/viewvc/incubator/empire-db/tags/apache-empire-db-2.0.6-incubating-rc2/CHANGELOG.txt?view=co >> >> Subversion tag: >> >> https://svn.apache.org/repos/asf/incubator/empire-db/tags/apache-empire-db-2.0.6-incubating-rc2 >> >> Maven staging repository: >> https://repository.apache.org/content/repositories/orgapacheempire-db-025/ >> >> Distribution files are located here >> http://people.apache.org/~francisdb/empire-db/ >> >> Rat report for the tag is available here: >> http://people.apache.org/~francisdb/empire-db/rat.txt >> >> Vote open for 72 hours. >> >> [ ] +1 >> [ ] +0 >> [ ] -1 >> > > -- http://www.somatik.be Microsoft gives you windows, Linux gives you the whole house.
