The build works for me.

Do you have issue on your machine ?
You mean on Jenkins ?
If it's about Jenkins, I have push ready.

Regards
JB


On 02/19/2014 11:23 AM, Filippo Balicchia wrote:
Thanks a lot Jb,
but probably at revison 76fec25e95b804f3212359b000e34328ccd18aed master
become instable.
if you can not, I try to do something this evening

Thanks Again

--Filippo










2014-02-18 22:09 GMT+01:00 Jean-Baptiste Onofré <[email protected]>:

It's now fixed.

Sorry for the inconvenience.

Regards
JB


On 02/18/2014 09:54 PM, Jean-Baptiste Onofré wrote:

Hi all,

FYI, the master compilation fails due to latest Guillaume's change
(commit 698c1398e5599d0e37feea4efe8d5654e8f47198):

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
(default-compile) on project karaf-maven-plugin: Compilation failure
[ERROR]
/home/jbonofre/workspace/karaf/karaf/tooling/karaf-
maven-plugin/src/main/java/org/apache/karaf/tooling/
features/InstallKarsMojo.java:[368,13]
org.apache.karaf.tooling.features.InstallKarsMojo.OfflineFeaturesService
is not abstract and does not override abstract method
getRepositoryNames() in org.apache.karaf.features.FeaturesService


The FeaturesService interface has been changed to add two new methods:

     public URI getRepositoryUriFor(String name, String version);

     public String[] getRepositoryNames();

but the OfflineFeaturesService implementation used in the InstallKarMojo
has not been updated.

I'm fixing that.

Regards
JB


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com



--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to