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]

Reply via email to