Cannot build jax-rs-whiteboard

44 views
Skip to first unread message

Marc Schlegel

unread,
Jan 4, 2017, 5:36:54 AM1/4/17
to bndtools-users
Hello everyone

I am currently trying to build jax-rs-whiteboard for R7 (https://github.com/apache/aries-jax-rs-whiteboard) but the build cannot download the latest bnd-maven-plugin 3.4.0-SNAPSHOT.
The build claims that the pom is invalid but it looks like the Job at Cloudbees is down/not available since the following shows some maintenance stuff
-SNAPSHOT/maven-metadata.xml

On the other hand https://status.cloudbees.com says everything is working.

[INFO] ------------------------------------------------------------------------ 
[INFO] Building org.apache.aries.jax.rs 0.0.1-SNAPSHOT 
[INFO] ------------------------------------------------------------------------ 
0-SNAPSHOT/maven-metadata.xml 
[WARNING] Checksum validation failed, expected <!DOCTYPE but is dc3588e6cc52975115eb8967de9806762c8c0bc2 for https://bndtools.ci.cloudbees.
com/job/bnd.master/lastSuccessfulBuild/artifact/dist/bundles/biz/aQute/bnd/bnd-maven-plugin/3.4.0-SNAPSHOT/maven-metadata.xml 
[WARNING] Could not validate integrity of download from https://bndtools.ci.cloudbees.com/job/bnd.master/lastSuccessfulBuild/artifact/dist/
bundles/biz/aQute/bnd/bnd-maven-plugin/3.4.0-SNAPSHOT/maven-metadata.xml: Checksum validation failed, expected <!DOCTYPE but is dc3588e6cc5
2975115eb8967de9806762c8c0bc2 
[WARNING] Checksum validation failed, expected <!DOCTYPE but is dc3588e6cc52975115eb8967de9806762c8c0bc2 for https://bndtools.ci.cloudbees.
com/job/bnd.master/lastSuccessfulBuild/artifact/dist/bundles/biz/aQute/bnd/bnd-maven-plugin/3.4.0-SNAPSHOT/maven-metadata.xml 
-SNAPSHOT/maven-metadata.xml (32 B at 0.0 KB/sec) 
[WARNING] The POM for biz.aQute.bnd:bnd-maven-plugin:jar:3.4.0-SNAPSHOT is invalid, transitive dependencies (if any) will not be available,
enable debug logging for more details 
[INFO] ------------------------------------------------------------------------ 
[INFO] Reactor Summary: 
[INFO]  
[INFO] org.apache.aries.jax.rs ............................ FAILURE [  7.117 s] 
[INFO] Apache Aries JAX-RS Whiteboard ..................... SKIPPED 
[INFO] Apache Aries JAX-RS Log4J Configuration Fragment ... SKIPPED 
[INFO] Apache Aries JAX-RS Integration Tests .............. SKIPPED 
[INFO] Apache Aries JAX-RS Integration Test Plan .......... SKIPPED 
[INFO] Apache Aries JAX-RS Example ........................ SKIPPED 
[INFO] Apache Aries JAX-RS Example Run Configuration ...... SKIPPED 
[INFO] Apache Aries JAX-RS API ............................ SKIPPED 
[INFO] ------------------------------------------------------------------------ 
[INFO] BUILD FAILURE 
[INFO] ------------------------------------------------------------------------ 
[INFO] Total time: 7.335 s 
[INFO] Finished at: 2017-01-04T11:06:00+01:00 
[INFO] Final Memory: 8M/137M 
[INFO] ------------------------------------------------------------------------ 
[ERROR] Plugin biz.aQute.bnd:bnd-maven-plugin:3.4.0-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact desc
riptor for biz.aQute.bnd:bnd-maven-plugin:jar:3.4.0-SNAPSHOT: 4 problems were encountered while building the effective model for :: 
[ERROR] [ERROR] 'modelVersion' is missing. @ [unknown-group-id]:[unknown-artifact-id]:[unknown-version] 
[ERROR] [ERROR] 'groupId' is missing. @ [unknown-group-id]:[unknown-artifact-id]:[unknown-version] 
[ERROR] [ERROR] 'artifactId' is missing. @ [unknown-group-id]:[unknown-artifact-id]:[unknown-version] 
[ERROR] [ERROR] 'version' is missing. @ [unknown-group-id]:[unknown-artifact-id]:[unknown-version]

Is there anything you guys can do to or do I just have to wait?

Thanks
Marc

Timothy Ward

unread,
Jan 4, 2017, 5:39:43 AM1/4/17
to bndtool...@googlegroups.com
The Bndtools Cloudbees is currently down. I have no idea why this is.

One quick question - why is the jax-rs-whiteboard build using an unreleased version of the bnd-maven-plugin. There should be no need to use a 3.4.0-SNAPSHOT that I’m aware of…

Tim


--
You received this message because you are subscribed to the Google Groups "bndtools-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bndtools-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Marc Schlegel

unread,
Jan 4, 2017, 6:32:38 AM1/4/17
to bndtools-users
Hi Tim 

Thanks for confirming.

No idea why the project uses a snapshot-dependency. I am just trying to build and give it a testdrive.

regards
Marc

Timothy Ward

unread,
Jan 4, 2017, 6:38:33 AM1/4/17
to bndtool...@googlegroups.com
Then may I suggest switching to use version 3.3.0 for the bnd-maven-plugin!

Regards,

Tim

Marc Schlegel

unread,
Jan 4, 2017, 6:45:27 AM1/4/17
to bndtools-users
Doing this right now :-)
They are using the bnd-testing-maven-plugin which seems to be new in 3.4.

Timothy Ward

unread,
Jan 4, 2017, 6:47:55 AM1/4/17
to bndtool...@googlegroups.com
That may involve building that plugin locally, or simply not building/running the tests for the moment!

Tim

Raymond Auge

unread,
Jan 4, 2017, 11:17:07 AM1/4/17
to bndtool...@googlegroups.com
I believe this will break the build... Since the project relies on fixes in the repositories, resolving, testing on bnd 3.4.0.DEV

Furthermore, why is this a problem for an unreleased project?

- Ray

To unsubscribe from this group and stop receiving emails from it, send an email to bndtools-users+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "bndtools-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bndtools-users+unsubscribe@googlegroups.com.

Timothy Ward

unread,
Jan 4, 2017, 11:40:02 AM1/4/17
to bndtool...@googlegroups.com
Ray - the problem is that when Cloudbees goes down (as it did today) then it can’t be built!

Tim

Greg Amerson

unread,
Jan 4, 2017, 11:53:03 AM1/4/17
to bndtool...@googlegroups.com
Could bnd-*-plugin artifacts be pushed to Sonatype's OSS Snapshots repo?

To unsubscribe from this group and stop receiving emails from it, send an email to bndtools-users+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "bndtools-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bndtools-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Greg Amerson
Liferay Developer Tools
Liferay, Inc. www.liferay.com

Raymond Auge

unread,
Jan 4, 2017, 1:19:25 PM1/4/17
to bndtool...@googlegroups.com
I see this as no different as when maven central goes down! 

- Ray
Reply all
Reply to author
Forward
0 new messages