Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Eclipsecon 2011 demo like : repo step FAILURE

Hello,

My tychodemo build so now i try to implement mine...
Bundle step and feature step are Ok

I try the repo step and the build fails :

[INFO] ------------------------------------------------------------------------
[INFO] Building my.repo 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- tycho-packaging-plugin:0.13.0:build-qualifier (default-build-qualifier) @ my.repo ---
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean-1) @ my.repo ---
[INFO]
[INFO] --- tycho-source-plugin:0.13.0:plugin-source (plugin-source) @ my.repo ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:0.13.0:publish-products (default-publish-products) @ my.repo ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:0.13.0:publish-categories (default-publish-categories) @ my.repo ---
[INFO]
[INFO] --- tycho-p2-repository-plugin:0.13.0:assemble-repository (default-assemble-repository) @ my.repo ---
[INFO]
[INFO] --- tycho-p2-repository-plugin:0.13.0:archive-repository (default-archive-repository) @ my.repo ---
[INFO] Building zip: D:\my.repo\target\my.repo.zip
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ my.repo >>>
[INFO]
[INFO] --- tycho-packaging-plugin:0.13.0:build-qualifier (default-build-qualifier) @ my.repo ---
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean-1) @ my.repo ---
[INFO] Deleting D:\my.repo\target
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ my.repo <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ my.repo ---
[INFO] No sources in project. Archive not created.
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ my.repo ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:14.404s
[INFO] Finished at: Wed Nov 30 17:55:12 CET 2011
[INFO] Final Memory: 50M/119M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install) on project my.repo: The packaging for this project did n
ot assign a file to the build artifact -> [Help 1]
[ERROR]


So I create a feature with all sources and add it to the update-site in the category.xml file but a get the same error...
I don't understand why because the pom and the category file are very simple, as in the demo...

Guillaume






This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this message.



Back to the top