Hi all, I am a little confused on how you intend to manage the RC: let's say development is X.Y, I would have *tagged* the X.Y-RCn for the n-th candidate to vote the X.Y *release*, while I surprisingly see X.Y-RCn as release... do you intend follow a cycle of X.Y-RCs, and then a final X.Y-GA?
Anyway, my current position is +0 (it could become +1 while addressed the following concerns) and here are my statements: * build is not portable, or at least some guidelines would help to address potential issues - once checked out the tag and launched the install goal +----+ svn co https://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/ \ cd syncope-1.0.0-RC1-incubating/ \ mvn install +----+ I got the following error: +----+ [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Syncope .................................... SUCCESS [26.686s] [INFO] Apache Syncope Build Tools ........................ SUCCESS [20.585s] [INFO] Apache Syncope Client ............................. SUCCESS [11.328s] [INFO] Apache Syncope Core ............................... FAILURE [20.838s] [INFO] Apache Syncope Console ............................ SKIPPED [INFO] Apache Syncope Root ............................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:31.076s [INFO] Finished at: Wed Apr 25 12:33:02 CEST 2012 [INFO] Final Memory: 32M/2039M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project syncope-core: Could not resolve dependencies for project org.apache.syncope:syncope-core:war:1.0.0-RC1-incubating: Could not find artifact com.sun.jndi.ldap:ldapbp:jar:1.0 in activiti (http://maven.alfresco.com/nexus/content/repositories/activiti) -> [Help 1] +----+ * distributions packages are missing, as Emmanuel already exhaustively addressed; * distribution package should contain RELEASE-NOTES (copied fom Jira is enough) Even if fixing current release lacks would be easy, I'd suggest you anyway to roll an RC2 to have a better release process. best, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Apr 25, 2012 at 9:29 AM, Denis <[email protected]> wrote: > +1 > > > On Mon, 23 Apr 2012 18:24:57 +0200, Francesco Chicchiriccò wrote: >> >> Hi, >> I'd like to release version 1.0.0-RC1-incubating of Apache Syncope. >> >> Apache Syncope is an Open Source system for managing digital identities >> in enterprise environments, implemented in JEE technology. >> >> We solved 50 issues: >> >> >> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313120&version=12320044 >> >> >> <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313120&version=12320044> >> >> There are currently no issues left in JIRA for 1.0.0-incubating. >> >> Staging Repository: >> >> https://repository.apache.org/content/repositories/orgapachesyncope-083/ >> >> SCM Tag: >> >> >> https://svn.apache.org/repos/asf/incubator/syncope/tags/syncope-1.0.0-RC1-incubating/ >> >> ADDITIONAL_INFORMATION >> >> [ ] +1 >> [ ] +0 >> [ ] -1 >> >> The vote is open for 72 hours. >> >> Regards. > > >
