RE: Validation of release packages (was: Fwd: [jira] Commented: (CMIS-224) Improve legal/standard aspects of the release process / packaging)

2010-09-02 Thread Klevenz, Stephan
Hi Gab, In meantime I could run a local release build without having problems. I have checked META-INF info of the local JARs/WARs and the info files containing references. I did not find issues. To your question about the NOTICE I do not have really an opinion. Finally I would rate the RC

[jira] Resolved: (CMIS-247) Fix maven build when starting from scratch

2010-09-02 Thread Florent Guillaume (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florent Guillaume resolved CMIS-247. Resolution: Fixed Fixed by not using the bundle packaging but just using jar packaging with

Re: Validation of release packages

2010-09-02 Thread Florent Guillaume
On Wed, Sep 1, 2010 at 5:31 PM, Gabriele Columbro gabri...@apache.org wrote: Hey guys, finally today I could dedicate myself to improve the legal / distribution aspects of the release. As per the issue below, AFAIU the packaging issues blocking 0.1.0-rc1 should have been covered. So, before

[jira] Assigned: (CMIS-247) Fix maven build when starting from scratch

2010-09-02 Thread Florent Guillaume (JIRA)
[ https://issues.apache.org/jira/browse/CMIS-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florent Guillaume reassigned CMIS-247: -- Assignee: Florent Guillaume Fix maven build when starting from scratch

Build Problem

2010-09-02 Thread Mike Phillips
When doing a fresh build with a clean local maven repository the current release at https://svn.apache.org/repos/asf/incubator/chemistry/opencmis/trunk does not build. It complains about many dependent jar libs being missing. I had imported one of the missing jar files(jaxws-rt.jar 2.1.7)

Build Problem

2010-09-02 Thread mphillip
When doing a fresh build with a clean local maven repository the current release at https://svn.apache.org/repos/asf/incubator/chemistry/opencmis/trunk does not build. I tried to build with following command /opt/apache-maven-3.0-beta-1/bin/mvn clean install -Dmaven.test.skip=true | tee

Re: Build Problem

2010-09-02 Thread Florian Müller
Hi Mike, There seemed to be a problem with Suns Maven repository. I could reproduce your issue for a while but now it is working again. Please try again. - Florian On 02/09/2010 19:53, Mike Phillips wrote: When doing a fresh build with a clean local maven repository the current release