I think we really have to do something as its way to hard to get things built right now and I'm positive this is putting people off. So if this side tree approach will work then it sounds really good to me. Could you describe a bit more about what this side tree would look like? Would it be building the latest source of all the various Tuscany modules it uses or would it just be using the published releases or snapshots of those modules?
...ant On 3/10/07, Jeremy Boynes <[EMAIL PROTECTED]> wrote:
Thanks Perhaps we could set up a side tree with a number of projects that built different assemblies (including all the dependencies people wanted for them). That way the "build-it-all" approach could be used for those assemblies and we wouldn't hit the version skew problems doing it naively from the root would cause? That would also allow people to develop in a modular way, with others managing the aggregation of those modules into different assemblies (a bit like people assemble Linux distros out of many (hundreds of modules). -- Jeremy On Mar 9, 2007, at 3:31 PM, [EMAIL PROTECTED] wrote: > Author: lresende > Date: Fri Mar 9 15:31:10 2007 > New Revision: 516600 > > URL: http://svn.apache.org/viewvc?view=rev&rev=516600 > Log: > Reverting 516588 > > Modified: > incubator/tuscany/java/pom.xml > > Modified: incubator/tuscany/java/pom.xml > URL: http://svn.apache.org/viewvc/incubator/tuscany/java/pom.xml? > view=diff&rev=516600&r1=516599&r2=516600 > ====================================================================== > ======== > --- incubator/tuscany/java/pom.xml (original) > +++ incubator/tuscany/java/pom.xml Fri Mar 9 15:31:10 2007 > @@ -37,35 +37,9 @@ > </build> > > <profiles> > - <!-- default profile that builds everything that is > working--> > - <profile> > - <id>stable</id> > - <activation> > - <activeByDefault>true</activeByDefault> > - </activation> > - <modules> > - <module>pom/parent</module> > - <module>buildtools</module> > - <module>spec/commonj</module> > - <module>spec/sdo-api</module> > - <module>spec/sca-api-r0.95</module> > - <module>spec/sca-api-r1.0</module> > - <module>sdo</module> > - <module>das</module> > - <module>sca/composite-plugin</module> > - <module>sca/kernel</module> > - <module>sca/runtime</module> > - <module>sca/core-samples</module> > - <module>sca/integration-test</module> > - <module>sca/extensions\spring</module> > - <module>sca/services/transaction/ > transaction.geronimo</module> > - <module>sca/services/persistence/common</module> > - </modules> > - </profile> > - > <!-- default profile that builds everything --> > <profile> > - <id>all-integration</id> > + <id>all</id> > <modules> > <module>pom/parent</module> > <module>buildtools</module> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
