Hi, inline 2008/9/8 Brett Porter <[EMAIL PROTECTED]>: > Will we rename the files to these? > * apache-continuum-1.2-src.zip > * apache-continuum-1.2-bin.zip (and .tar.gz) > * apache-continuum-1.2.war
why not ? > > I'd like to see the release notes include some more things of the 123 fixes > :) Eg, support for git and accurev SCMs. > > When I ran with my existing database (that had been working with a recent > trunk), I got these for every project: > > Caused by: javax.jdo.JDOFatalUserException: Attempt to store value > "/continuum/trunk/continuum-api/src/main/java/org/apache/continuum/configuration/ContinuumConfigurationException.java > (from > /continuum/trunk/continuum-base/continuum-configuration/src/main/java/org/apache/continuum/configuration/ContinuumConfigurationException.java:677275)" > in column ""NAME"" that has maximum length of 255. Please correct your data! > at > org.jpox.store.rdbms.mapping.CharRDBMSMapping.setString(CharRDBMSMapping.java:214) > at > org.jpox.store.mapping.SingleFieldMapping.setString(SingleFieldMapping.java:203) > at > org.jpox.store.rdbms.fieldmanager.ParameterSetter.storeStringField(ParameterSetter.java:122) > at > org.jpox.state.StateManagerImpl.providedStringField(StateManagerImpl.java:2757) > at > org.apache.maven.continuum.model.scm.ChangeFile.jdoProvideField(ChangeFile.java) > > This shouldn't be an issue in the default Derby configuration should it? See CONTINUUM-1713. Before this release the length was 255 but jpox when starting with an old database doesn't change the size :-(. > > - Brett > > > On 05/09/2008, at 8:10 PM, Olivier Lamy wrote: > >> Hi, >> The last release is 9 months and no one has been done since the TLP >> graduation. >> I'd like to release continuum 1.2. >> We fixed 123 issues >> >> :http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13779&styleName=Html&projectId=10540&Create=Create >> >> The staging repo is here : http://people.apache.org/~olamy/staging-repo/ >> >> The release note is here : >> >> http://people.apache.org/~olamy/staging-sites/continuum-1.2/docs/1.2/release-notes.html >> >> The staging site is here : >> http://people.apache.org/~olamy/staging-sites/continuum-1.2/docs/1.2/ >> >> Builds are here : http://people.apache.org/builds/continuum/1.2/ . >> >> Since first take, changes are : >> - enable buildnumber plugin only when .svn files are here (it's now >> possible to build from svn export of the tag and from the src zip file >> [1] ) >> - [CONTINUUM-1870] - changing groupId:artifactId of the maven plugin >> to org.apache.continuum:continuum-maven-plugin >> >> >> My +1 >> >> Thanks, >> -- >> Olivier >> >> [1] http://people.apache.org/builds/continuum/1.2/continuum-1.2.zip > > -- > Brett Porter > [EMAIL PROTECTED] > http://blogs.exist.com/bporter/ > >
