Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] Problem after upgrading to 0.15.0

Hi,

I just upgraded to 0.15.0 and now my build is failing. I understand that this is because 0.15.0 now enforces a correct build.properties file, however I don't understand the message that I'm seeing:

[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.15.0:package-feature (default-package-feature) on project org.eclipse.photran.intel: /opt/users/hudsonbuild/workspace/ptp-photran-nightly/org.eclipse.photran.intel-feature/build.properties: bin.includes value(s) [src.includes = .project] do not match any files.

What does this mean? My build.properties does not contain a ".project" file, so I'm at a loss to know what the problem is.

Here is my build.properties file:

source.photranIntel.jar = src/,\
                          errorparsers/
output.photranIntel.jar = bin/
bin.includes = plugin.xml,\
               photranIntel.jar,\
               about.html,\
               plugin.properties,\
               META-INF/,\
               about.ini,\
               about.mappings,\
               about.properties
jre.compilation.profile=JavaSE-1.6
src.includes = about.html

Thanks,
Greg

Back to the top