Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] please test staged tycho 0.21.0

On 15/07/2014 09:27, Sievers, Jan wrote:
> Tycho milestone release 0.21.0 has been staged. For details of new features and bugfixes, see release notes [1]. 
> Please help by testing the staged milestone build. To use it, change your tycho version to 0.21.0 and add snippet [2] to your pom. 
> 
> We plan to promote this release in one week unless major regressions are found.
> 
> Regards,
> Tycho team
> 
> [1] http://wiki.eclipse.org/Tycho/Release_Notes/0.21
> [2]
> <pluginRepositories>
>  <pluginRepository>
>   <id>tycho-staged</id>
>   <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1018/</url>
>  </pluginRepository>
> </pluginRepositories>
> 

In our project, tests are not working after switching to 0.21.0 when we
have several executions, e.g.,

http://git.eclipse.org/c/emf-parsley/org.eclipse.emf-parsley.git/tree/dsl/org.eclipse.emf.parsley.dsl.tests/pom.xml?h=tycho

This was working with 0.20.0 but with this staged version I get

[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-surefire-plugin:0.21.0:test (default-test) on
project org.eclipse.emf.parsley.dsl.tests: Execution default-test of
goal org.eclipse.tycho:tycho-surefire-plugin:0.21.0:test failed: Tycho
build extension not configured for MavenProject:
org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.tests:0.1.1-SNAPSHOT
@
/home/bettini/work/emf/emf-parsley-tycho/dsl/org.eclipse.emf.parsley.dsl.tests/pom.xml

am I doing anything wrong?

-- 
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it
Xtext Book:
http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book




Back to the top