B3 integration into Maven? [message #868818] |
Wed, 02 May 2012 15:30  |
Eclipse User |
|
|
|
Does someone know a way to use the headless B3 capabilities as part of a Maven build? Maybe someone has written a Maven plugin which can leverage the B3 engine?
Thanks
Klaus
|
|
|
|
Re: B3 integration into Maven? [message #896419 is a reply to message #896386] |
Wed, 18 July 2012 10:55   |
Eclipse User |
|
|
|
I found at least a workaround based on Tycho's eclipse-run plugin. This can be used to call the Eclipse application org.eclipse.b3.cli.headless in a separate shell. This looks like this in pom.xml:
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-eclipserun-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<goals>
<goal>eclipse-run</goal>
</goals>
<phase>compile</phase>
</execution>
</executions>
<configuration>
<appArgLine>-application org.eclipse.b3.cli.headless aggregate --buildModel yourfile.b3aggr</appArgLine>
<dependencies>
<dependency>
<artifactId>org.eclipse.b3.aggregator.engine.feature</artifactId>
<type>eclipse-feature</type>
</dependency>
</dependencies>
</configuration>
</plugin>
A prerequisite is that the dependency to org.eclipse.b3.aggregator.engine.feature can be found.
|
|
|
|
|
|
|
|
|
|
Re: b3 aggregator for 4.2.2? [message #1020187 is a reply to message #1019355] |
Sun, 17 March 2013 13:33  |
|
The b3 web site has now been moved to Git updated. It's link was also
changed so you can access it directly from the eclipse root:
http://www.eclipse.org/b3
Thanks Lorenzo for pointing out that it needed to be updated and thanks
David for instructions how to "find" it :-)
- thomas
On 2013-03-15 15:18, David Williams wrote:
> On 03/15/2013 07:29 AM, Thomas Hallgren wrote:
>> Yes, I would like to do that but I don't find the source for that
>> page. I think it used to reside in CVS but I have no idea where it's
>> picked up now. Embarrassing :-)
>>
>> David, do you know?
>>
>> - thomas
>>
> In general, you can "see" websites that have migrated to git here:
> http://git.eclipse.org/c/www.eclipse.org/
>
> But, off hand I didn't see b3 there. I believe the webmasters have been
> migrating those "on demand", so you might open a bug on Foundation, and
> simply point to where it used to be in cvs (or, where it is on website)
> and they'll port it over for you.
>
> Thanks for updating the wiki.
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03375 seconds