On Wed, Nov 30, 2011 at 7:33 PM, Angelo van der Sijpt <angelo.vandersi...@luminis.eu> wrote: > +1, looks fine to me. > One note though: the build doesn't seem to work with Maven 3 (I have a 3.0.3 > on my machine), complaining about a non-resolvable parent POM. > Running with 2.2.1 (as it says in the Readme) works fine.
Hm, its funny, maven3 seems unable to find the parent despite it being inside the same reactor. Oh well, no problem as you can build the parent first - then the rest works and as you say, maven 2.2.1 works fine. regards, Karl > Angelo > > > On Nov 29, 2011, at 5:04 PM, Karl Pauls wrote: > >> After our community graduation vote lead to a lengthy discussion about >> the 0.8.0-incubator release we did, we decided to roll a new ACE >> release, based on the original release. >> >> In the release we fix the issue that our previous source artifacts did >> not contain a pom.xml so building them was hard. You can now download >> a single, or all sources, and build them with a single command. Also, >> we added an extra artifact that contains the full source code, which >> is there for convenience in case someone wants to download all the >> sources and start developing from there. We did that in a way that is >> somewhat similar to Sling, but instead of using svn:externals we used >> Maven to generate this artifact (for more see the README.txt inside >> org.apache.ace.release.full 0.8.1-incubator) -- hence, >> >> I would like to call a vote on the following ace 0.8.1-incubator >> subproject releases: >> >> ace-pom 0.8.1-incubator >> org.apache.ace.client.automation 0.8.1-incubator >> org.apache.ace.client.repository.api 0.8.1-incubator >> org.apache.ace.client.repository.helper.base 0.8.1-incubator >> org.apache.ace.client.repository.helper.bundle 0.8.1-incubator >> org.apache.ace.client.repository.helper.configuration 0.8.1-incubator >> org.apache.ace.client.repository.helper.user 0.8.1-incubator >> org.apache.ace.client.repository.impl 0.8.1-incubator >> org.apache.ace.client.repository.useradmin 0.8.1-incubator >> org.apache.ace.configurator 0.8.1-incubator >> org.apache.ace.configurator.serveruseradmin 0.8.1-incubator >> org.apache.ace.configurator.useradmin.task 0.8.1-incubator >> org.apache.ace.consolelogger 0.8.1-incubator >> org.apache.ace.deployment.api 0.8.1-incubator >> org.apache.ace.deployment.deploymentadmin 0.8.1-incubator >> org.apache.ace.deployment.provider.api 0.8.1-incubator >> org.apache.ace.deployment.provider.base 0.8.1-incubator >> org.apache.ace.deployment.provider.filebased 0.8.1-incubator >> org.apache.ace.deployment.provider.repositorybased 0.8.1-incubator >> org.apache.ace.deployment.servlet 0.8.1-incubator >> org.apache.ace.deployment.streamgenerator 0.8.1-incubator >> org.apache.ace.deployment.task 0.8.1-incubator >> org.apache.ace.discovery.api 0.8.1-incubator >> org.apache.ace.discovery.property 0.8.1-incubator >> org.apache.ace.discovery.upnp 0.8.1-incubator >> org.apache.ace.gateway.log 0.8.1-incubator >> org.apache.ace.gateway.log.store 0.8.1-incubator >> org.apache.ace.httplistener 0.8.1-incubator >> org.apache.ace.identification.api 0.8.1-incubator >> org.apache.ace.identification.ifconfig 0.8.1-incubator >> org.apache.ace.identification.property 0.8.1-incubator >> org.apache.ace.launcher 0.8.1-incubator >> org.apache.ace.location.upnp 0.8.1-incubator >> org.apache.ace.log 0.8.1-incubator >> org.apache.ace.log.listener 0.8.1-incubator >> org.apache.ace.log.servlet 0.8.1-incubator >> org.apache.ace.log.task 0.8.1-incubator >> org.apache.ace.managementagent 0.8.1-incubator >> org.apache.ace.nodelauncher.amazon 0.8.1-incubator >> org.apache.ace.nodelauncher.api 0.8.1-incubator >> org.apache.ace.nodelauncher.ui 0.8.1-incubator >> org.apache.ace.obr.metadata 0.8.1-incubator >> org.apache.ace.obr.servlet 0.8.1-incubator >> org.apache.ace.obr.storage 0.8.1-incubator >> org.apache.ace.range.api 0.8.1-incubator >> org.apache.ace.release.full 0.8.1-incubator >> org.apache.ace.repository.api 0.8.1-incubator >> org.apache.ace.repository.ext 0.8.1-incubator >> org.apache.ace.repository.impl 0.8.1-incubator >> org.apache.ace.repository.servlet 0.8.1-incubator >> org.apache.ace.repository.task 0.8.1-incubator >> org.apache.ace.resourceprocessor.useradmin 0.8.1-incubator >> org.apache.ace.scheduler 0.8.1-incubator >> org.apache.ace.scheduler.api 0.8.1-incubator >> org.apache.ace.server.action 0.8.1-incubator >> org.apache.ace.server.action.popupmessage 0.8.1-incubator >> org.apache.ace.server.log.store 0.8.1-incubator >> org.apache.ace.tageditor 0.8.1-incubator >> org.apache.ace.target.defaults 0.8.1-incubator >> org.apache.ace.target.devgateway 0.8.1-incubator >> org.apache.ace.target.devserver 0.8.1-incubator >> org.apache.ace.util 0.8.1-incubator >> org.apache.ace.webconsole.plugin 0.8.1-incubator >> org.apache.ace.webui.vaadin 0.8.1-incubator >> >> Staging repositories: >> https://repository.apache.org/content/repositories/orgapacheace-259/ >> >> Tags: >> https://svn.apache.org/repos/asf/incubator/ace/releases/ >> >> Verify: >> You can download the keys used to sign the release from: >> https://svn.apache.org/repos/asf/incubator/ace/trunk/KEYS >> >> Download: >> You can use this UNIX script to download the release and verify the >> signatures: >> https://svn.apache.org/repos/asf/incubator/ace/trunk/check_staged_release.sh >> >> Usage: >> sh check_staged_release.sh 259 /tmp/ace-staging >> >> Build: >> Find the source-release.{zip|tar.gz} in the /tmp/ace-staging and >> follow the README.txt. >> If you want to build all in one go, start with: >> /tmp/ace-staging/259/org/apache/ace/org.apache.ace.release.full/0.8.1-incubator/org.apache.ace.release.full-0.8.1-incubator.zip >> >> Get all source and build with one download: >> https://repository.apache.org/content/repositories/orgapacheace-259/org/apache/ace/org.apache.ace.release.full/0.8.1-incubator/org.apache.ace.release.full-0.8.1-incubator.zip >> >> >> Please vote to approve this release: >> >> [ ] +1 Approve the release >> [ ] -1 Veto the release (please provide specific comments) > -- Karl Pauls karlpa...@gmail.com http://twitter.com/karlpauls http://www.linkedin.com/in/karlpauls https://profiles.google.com/karlpauls