Repository empty while calling UpdateSitePublisher [message #976527] |
Thu, 08 November 2012 11:50  |
Eclipse User |
|
|
|
This is my call:
java -jar /home/eclipse-4.2/plugins/org.eclipse.equinox.launcher_*.jar -application org.eclipse.equinox.p2.publisher.UpdateSitePublisher -metadataRepository file:$WORKSPACE/build/buildRepo -artifactRepository file:$WORKSPACE/build/buildRepo -source $WORKSPACE/my_feature -features $WORKSPACE -bundles $WORKSPACE -publishArtifacts
This is the output:
(...)
Generating metadata for ..
Generation completed with success [0 seconds].
Finished: SUCCESS
In $WORKSPACE there are all features and plugins, that were created using eclipse (actually this is my workspace, but for the build I remove the .metadata folder). This folder has no "features" / "plugins" folders, as an eclipse workspace also has no such folders. "my_feature" contains the site.xml-file and is also the main feature referenced in the site.xml.
This is, what the call creates:
articats.xml
content.xml
Both contain some default headers and metadata, but no artifacts (count = 0). And there are no "features" and "plugins" folders created.
Does anyone know, why?
|
|
|
|
Powered by
FUDForum. Page generated in 0.31066 seconds