Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] install goals not working on Mac OS X

i Guys

I'm experiencing an odd problem where my Tycho project builds fine on the command line  on my Linux machine but fails with errors on Mac OS X:

$ mvn clean install
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: me.gladwell.eclipse.m2e.android:me.gladwell.eclipse.m2e.android:1.0.0-SNAPSHOT @ /Users/ricardogladwell/Projects/m2e-android/me.gladwell.eclipse.m2e.android/pom.xml


[INFO] Android Configurator for M2E ...................... SUCCESS [0.285s]
[INFO] Android Configurator for M2E Plug-in .............. FAILURE [2.465s]
[INFO] Android Configurator for M2E Feature .............. SKIPPED
[INFO] Android Configurator for M2E Test Suite ........... SKIPPED
[INFO] Android Configurator for M2E Repository ........... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.280s
[INFO] Finished at: Tue Sep 24 21:54:58 BST 2013
[INFO] Final Memory: 47M/101M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install) on project me.gladwell.eclipse.m2e.android: Failed to install artifact me.gladwell.eclipse.m2e.android:me.gladwell.eclipse.m2e.android:target:kepler:1.0.0-SNAPSHOT: /Users/ricardogladwell/Projects/m2e-android/me.gladwell.eclipse.m2e.android/kepler.target (No such file or directory) -> [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] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :me.gladwell.eclipse.m2e.android

Is this a bug? Am I doing something wrong?

Regards...

-- @rgladwell

Back to the top