Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by KelvinGoodson: http://wiki.apache.org/ws/Tuscany/TuscanyJava/SDOJavaReleaseSteps ------------------------------------------------------------------------------ 367 md5sums sdo-1.0-incubator-M2-SNAPSHOT-src.tgz > sdo-1.0-incubator-M2-SNAPSHOT-src.tgz.md5 }}} + + === A reelvant IRC chat that needs distilling === + {{{ + lresende> jboynes: yt ? + <jboynes> yep + <lresende> should i start doing a RC for DAS simmilar to what kgoodson did for SDO ? + <lresende> also, do i have to do anything special to tell das to compile using the sdo rc1a ? that's how i should do it, right ? + |<-- isilval has left irc.freenode.net ("Trillian (http://www.ceruleanstudios.com") + <jboynes> re RC - yes if you're ready + <jboynes> re the SDO version + <jboynes> no, the version is defined in the pom.xml in das + <jboynes> <dependency> + <jboynes> <groupId>org.apache.tuscany.sdo</groupId> + <jboynes> <artifactId>tuscany-sdo-impl</artifactId> + <jboynes> <version>1.0-incubator-M2-SNAPSHOT</version> + <jboynes> <scope>compile</scope> + <jboynes> </dependency> + <jboynes> when SDO releases and the copies hit the repo then that's when you would change that version + <lresende> i see + <kgoodson> how do we switch away from SNAPSHOT? is that a one line project wide change? or do we have to do that on a per sub-project basis? + <lresende> i think it's per-subproject + <jboynes> it's a little more complex unfortnately + <kgoodson> ok, that's something i have yet to do + <jboynes> yeah (don't do that until you tag) + <kgoodson> fine + <jboynes> getting different versions of non-SNAPSHOT artifacts in a repo really messes maven up + <lresende> and to create a branch, i'll do a svn copy(or export) and create a patch ? + <jboynes> svn copy + <jboynes> can't really patch that - we need a committer to handle it + <jboynes> back to changing versions :) + <lresende> k, will work on this today + <jboynes> the first thing to address is any <dependencies> that reference snapshots + <jboynes> they should all be replaced with references to non-SNAPSHOT versions + <kgoodson> i can do some svn copy stuff for you, but i may not be available for you when you want me + <jboynes> that is for external dependencies + <jboynes> e.g. emf, axis etc + <jboynes> external being stuff that is not in /your/ release + <jboynes> so e.g. when SDO releases, das would replace it's snapshot dependency on SDO with a versioned one + <jboynes> the other "external" dependency you have is on the parent POM + <jboynes> so before we do anything we need to release pom/parent + <jboynes> as version 1 + <jboynes> (it's not using dot notation just an incremental counter) + <jboynes> and then update the root <parent> element to use it + <lresende> kgoodson: thanks, i'll let you know when i'm ready for that (either here or on the dev-list) + <kgoodson> jboynes, i'm not sure i understand the last instruction, can you clarify please + <jboynes> in sdo/pom.xml you have: + <jboynes> <parent> + <jboynes> <groupId>org.apache.tuscany</groupId> + <jboynes> <artifactId>parent</artifactId> + <jboynes> <version>1-incubator-SNAPSHOT</version> + <jboynes> </parent> + <jboynes> that can't be a SNAPSHOT + <kgoodson> perfect, thanks + <jboynes> i.e. you have a dependency on an external artifact (through the parent not a <dependency>) + <jboynes> so, we need to release the common parent pom before we can release sdo + <kgoodson> fine + <jboynes> I have tried to reduce the number of places versions are defined + <jboynes> e.g. in sdo/pom.xml there is a common property that defines the emfVersion + <jboynes> so you should only need to change that once + }}} + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
