Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] tycho-versions set-version always skips child projects

Hi,

> I will still have to write a script of some kind to be able to automate the discovery of the modules unless this is a feature that tycho versions will provide?
> 
> We probably have 1000 plugins or so.

from the bash script we use for versioning releases:

> -Dartifacts=$(basename plugins/*/ tests/*/ features/*/ | paste -sd "," - )

Of course, you would need to modify the globs accordingly, but if you
have a clear naming convention the above should get you started.

Hope this helps.

Andreas

-- 
Codetrails UG (haftungsbeschränkt)
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940


Back to the top