Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] License feature must include build.properties file

I figured it out. I added build.properties to the org.eclipse.license/build.properties file in the "bin.includes=" parameter. Seems to work now.

Thanks,


Thanh


On 03/21/2012 01:56 PM, Thanh Ha wrote:
Hi Igor,

Sorry, I'm not quite sure I follow. Where is this license feature.jar file your speaking of?

Do you mean org.eclipse.license?

I can see the build.properties exists in that directory.


Thanh

On 03/21/2012 01:14 PM, Igor Fedorenko wrote:
build.properties file must be included in license feature.jar file. This
is the only reliable way for Tycho to file what license files to be
included in features that reference the license feature.

--
Regards,
Igor

On 12-03-21 12:15 PM, Thanh Ha wrote:
Hi Everyone,

I commented out the a.b.c.source packages to see if I can get further in
the build until I learn how to exclude them in the pom.xml file and now
I've run into a new problem. I don't quite understand the error output
for this one which says "license feature must include build.properties".
I looked in the directory
rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature and was able
to see a build.properties file in this directory so I'm not sure why
it's not able to find it. Any ideas on what could be causing this?


Thanks,


Thanh


[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-packaging-plugin:0.14.1:package-feature
(default-package-feature) on project
org.eclipse.equinox.p2.core.feature: Error creating feature package:
license feature must include build.properties file -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <goals> -rf :org.eclipse.equinox.p2.core.feature

_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev
_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev


_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev




Back to the top