Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] Athena: different binary dependencies for building and testing

Another way to do this is to split your job into two, I believe. And if you are using the ANT based JOBs instead of the BASH jobs, you can specify change your dependencies in the JOB configuration and pass in the appropriate property settings.

Unfortunately, if you are using SVN, currently the ANT based jobs doesn't support SVN checkout correctly via MAP files. There is an open bug for that.

Dave

Nicolas Bros wrote:
Hi,

MoDisco uses Acceleo generators, which need the bundle in which they are defined to be installed for building them (so that the required metamodel is in the EMF registry). In order to bootstrap the build, I added the binary bundle resulting from the previous build to the binary dependencies. Problem is, when provisioning the testing target platform, P2 complains that it cannot install this bundle twice, with 2 different versions.

So, I'd like to be able to specify different binary dependencies for building and testing.
Would it be possible to add properties like:
additionalIUsToInstallForBuild
additionalIUsToInstallForTest
--
Nicolas Bros
R&D
tel: 06 75 09 19 88
nbros@xxxxxxxxxxxxxxxx <mailto:nbros@xxxxxxxxxxxxxxxx>
nbros.mia@xxxxxxxxx <mailto:nbros.mia@xxxxxxxxx>
Mia-Software, 410 clos de la Courtine
93160 Noisy-le-Grand
http://www.mia-software.com
.: model driven agility :.
------------------------------------------------------------------------

_______________________________________________
dash-dev mailing list
dash-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dash-dev




Back to the top