Compilation failure in Networkb binding

Hi,

I’m creating a new env for OH2 and I’m getting a failure in compiling when I’m running mvn clean install from the command line.

Pauls-MacBook-Pro-3:openhab2 paul$ mvn clean install
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.openhab.binding:org.openhab.binding.astro:2.0.0-SNAPSHOT @ /Users/paul/Documents/code/java/openhab2/git/openhab2/addons/binding/org.openhab.binding.astro/pom.xml
[INFO] Adding repository http://download.eclipse.org/smarthome/updates-stable
[INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/201502271000/ (0B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/releases/luna/201502271000
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository/ (0B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20140525021250/repository
.....
.....
[INFO] ------------------------------------------------------------------------
[INFO] Building Network Binding 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.openhab.binding.network ---
[INFO] Deleting /Users/paul/Documents/code/java/openhab2/git/openhab2/addons/binding/org.openhab.binding.network/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.22.0:build-qualifier (default-build-qualifier) @ org.openhab.binding.network ---
[INFO] The project's OSGi version is 2.0.0.201512232319
[INFO] 
[INFO] --- tycho-packaging-plugin:0.22.0:validate-id (default-validate-id) @ org.openhab.binding.network ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.22.0:validate-version (default-validate-version) @ org.openhab.binding.network ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.openhab.binding.network ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/paul/Documents/code/java/openhab2/git/openhab2/addons/binding/org.openhab.binding.network/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.22.0:compile (default-compile) @ org.openhab.binding.network ---
[INFO] Compiling 8 source files to /Users/paul/Documents/code/java/openhab2/git/openhab2/addons/binding/org.openhab.binding.network/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] openHAB ............................................ SUCCESS [  1.114 s]
[INFO] openHAB Add-ons .................................... SUCCESS [  0.043 s]
[INFO] openHAB Bindings ................................... SUCCESS [  0.083 s]
[INFO] Astro Binding ...................................... SUCCESS [  3.887 s]
[INFO] Autelis Binding .................................... SUCCESS [  0.511 s]
[INFO] AVM FRITZ! Binding ................................. SUCCESS [  1.003 s]
[INFO] openHAB Bundles .................................... SUCCESS [  0.154 s]
[INFO] openHAB I/O Components ............................. SUCCESS [  0.079 s]
[INFO] openHAB Serial Transport ........................... SUCCESS [  0.263 s]
[INFO] DSCAlarm Binding ................................... SUCCESS [  1.068 s]
[INFO] Freebox Binding .................................... SUCCESS [  2.684 s]
[INFO] HDanywhere Binding ................................. SUCCESS [  0.431 s]
[INFO] IPP Binding ........................................ SUCCESS [  0.563 s]
[INFO] Keba Binding ....................................... SUCCESS [  0.458 s]
[INFO] Lutron Binding ..................................... SUCCESS [  0.570 s]
[INFO] MAX! Binding ....................................... SUCCESS [  0.806 s]
[INFO] MAX! Binding Tests ................................. SUCCESS [ 10.600 s]
[INFO] Network Binding .................................... FAILURE [  0.280 s]
[INFO] PioneerAvr Binding ................................. SKIPPED
[INFO] Pulseaudio Binding ................................. SKIPPED
[INFO] Rfxcom Binding ..................................... SKIPPED
[INFO] SamsungTV Binding .................................. SKIPPED
[INFO] SMA EnergyMeter Binding ............................ SKIPPED
[INFO] SqueezeBox Binding ................................. SKIPPED
[INFO] Tesla Binding ...................................... SKIPPED
[INFO] Vitotronic Binding ................................. SKIPPED
[INFO] openHAB I/O Add-Ons ................................ SKIPPED
[INFO] openHAB Core Components ............................ SKIPPED
[INFO] openHAB Core ....................................... SKIPPED
[INFO] my.openHAB Connection Service ...................... SKIPPED
[INFO] openHAB UI Components .............................. SKIPPED
[INFO] openHAB UI Components .............................. SKIPPED
[INFO] openHAB Dashboard UI ............................... SKIPPED
[INFO] openHAB Classic UI Dashboard Integration ........... SKIPPED
[INFO] openHAB Basic UI Dashboard Integration ............. SKIPPED
[INFO] openHAB Paper UI Theme Fragment .................... SKIPPED
[INFO] openHAB CometVisu Backend .......................... SKIPPED
[INFO] openHAB Initializer ................................ SKIPPED
[INFO] openHAB Core 1.x Compatibility Layer ............... SKIPPED
[INFO] openHAB Core 1.x Compatibility Layer Tests ......... SKIPPED
[INFO] openHAB Jetty ...................................... SKIPPED
[INFO] openHAB SSL Certificate Generator .................. SKIPPED
[INFO] openHAB REST API Documentation ..................... SKIPPED
[INFO] openHAB Classic Iconset ............................ SKIPPED
[INFO] openHAB Features ................................... SKIPPED
[INFO] openHAB Dependencies ............................... SKIPPED
[INFO] openHAB Runtime .................................... SKIPPED
[INFO] openHAB Products ................................... SKIPPED
[INFO] openHAB Runtime Application ........................ SKIPPED
[INFO] openHAB P2 Repository .............................. SKIPPED
[INFO] openHAB Target Platform ............................ SKIPPED
[INFO] openHAB Distribution ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:16 min
[INFO] Finished at: 2015-12-23T23:19:24+00:00
[INFO] Final Memory: 85M/1038M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.22.0:compile (default-compile) on project org.openhab.binding.network: Compilation failure: Compilation failure:
[ERROR] /Users/paul/Documents/code/java/openhab2/git/openhab2/addons/binding/org.openhab.binding.network/src/main/java/org/openhab/binding/network/service/NetworkService.java:[28]
[ERROR] import org.eclipse.smarthome.model.script.actions.Ping;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.smarthome.model.script.actions.Ping cannot be resolved
[ERROR] /Users/paul/Documents/code/java/openhab2/git/openhab2/addons/binding/org.openhab.binding.network/src/main/java/org/openhab/binding/network/service/NetworkService.java:[159]
[ERROR] success = Ping.checkVitality(hostname, port, timeout);
[ERROR] ^^^^
[ERROR] Ping cannot be resolved
[ERROR] /Users/paul/Documents/code/java/openhab2/git/openhab2/addons/binding/org.openhab.binding.network/src/main/java/org/openhab/binding/network/service/NetworkService.java:[290]
[ERROR] if (Ping.checkVitality(ip, 0, PING_TIMEOUT_IN_MS)) {
[ERROR] ^^^^
[ERROR] Ping cannot be resolved
[ERROR] 3 problems (3 errors)
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.openhab.binding.network
Pauls-MacBook-Pro-3:openhab2 paul$ 

Any suggestions or things I should check ? There are not errors reported in eclipse ?

Thanks

Paul

I should add, that I can run in eclipse when I run with an ecplise application, and only get a compilation error if I try a mvn clean package, or any task the compiles. (inside or outside of eclipse)

Thanks