Jean-Sebastien Delfino wrote:
[snip]
Simon Nash wrote:
I would like to make a start on improving the modularity of the
distro by building a distro containing only a base SCA runtime.
Sebastien's description of this was
 - base SCA runtime (assembly, policy fwk, impl-java)

[snip]

I haven't yet figured out how to do a sandbox
build that pulls in code from the trunk, without copying it.  Does
anyone else have an example of this that I could look at?

Modules assembled by the Maven assembly plugin are taken out of the Maven repository, so you shouldn't need to copy the code to come up with a different assembly.

For an example, look at the assemblies under sca/distribution.

I'm also going to put together an assembly for the eclipse plugin, I'll give a pointer when it's there.

Here it is:
- pom.xml [1] runs the Maven assembly plugin as part of the build
- runtime.xml [2] configures the assembly plugin to grab all dependency modules from the Maven repos plus a few local files

[1] http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/tools/eclipse/plugins/runtime/pom.xml [2] http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/tools/eclipse/plugins/runtime/src/main/assembly/runtime.xml

To build a source distro you may have to directly point to the directories that contain the sources, but ../../../sca/modules/... relative path from the sandbox should work.


Hope this helps.

--
Jean-Sebastien

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to