Github user ahgittin commented on the pull request:
https://github.com/apache/brooklyn-server/pull/87#issuecomment-202506959
Actually the build failed when it got to the osgi init bundle (I spoke too
soon, seeing core pass):
```
[INFO] Brooklyn OSGi init ................................ FAILURE [0.878s]
[INFO] Brooklyn Karaf .................................... SKIPPED
[INFO] Jetty config fragment ............................. SKIPPED
[INFO] Brooklyn Karaf Features ........................... SKIPPED
[INFO] Brooklyn Karaf Distro ............................. SKIPPED
[INFO] Brooklyn Karaf Shell Commands ..................... SKIPPED
[INFO] Brooklyn Karaf pax-exam itest ..................... SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 11:28.798s
[INFO] Finished at: Mon Mar 28 17:23:34 BST 2016
[INFO] Final Memory: 180M/580M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on
project brooklyn-karaf-init: Compilation failure: Compilation failure:
[ERROR]
/private/tmp/brooklyn-server-71e8b35ca9680c4e1e443e883e4ba52c/karaf/init/src/main/java/org/apache/brooklyn/launcher/osgi/OsgiShutdownHandler.java:[21,37]
cannot find symbol
[ERROR] symbol: class ShutdownHandler
[ERROR] location: package org.apache.brooklyn.core.mgmt
[ERROR]
/private/tmp/brooklyn-server-71e8b35ca9680c4e1e443e883e4ba52c/karaf/init/src/main/java/org/apache/brooklyn/launcher/osgi/OsgiShutdownHandler.java:[28,45]
cannot find symbol
[ERROR] symbol: class ShutdownHandler
[ERROR]
/private/tmp/brooklyn-server-71e8b35ca9680c4e1e443e883e4ba52c/karaf/init/src/main/java/org/apache/brooklyn/launcher/osgi/OsgiShutdownHandler.java:[31,5]
method does not override or implement a method from a supertype
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---