Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] bin.includes value(s) must be specified.

Eclipse Mars.2

Windows 7

Maven 3.3.9

Tycho 0.24.0

 

I am new to Tycho and Maven.

 

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) on project com.MyApp.app: C:\gitUsque02Repo\plugins\com.MyApp.app\build.properties: bin.includes value(s) must be specified. -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) on project com.MyApp.app: C:\gitUsque02Repo\plugins\com.MyApp.app\build.properties: bin.includes value(s) must be specified.

 

 

Why am I getting messages during build that my project must have the output directory as "bin/".  I though the output default was "target/". 

Add why is the error not showing up on all projects?   

Will I have to go into each project Java Build Path and change the "Default output folder:".  Or is there something else going on?

 

 


Back to the top