Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] p2 "repo2runnable" application docs?

Hi all,
 
the new p2 repo2runnable ant task is documented here:
   http://wiki.eclipse.org/Equinox/p2/Ant_Tasks
 
but I'd like to use the functionality from a shellscript. I tried using the application:

${BASEBUILDER}/eclipse -nosplash \
   -data install-ws -consolelog -clean \
   -application org.eclipse.equinox.p2.repository.repo2runnable \
   -source file:${UPDATE_SITE} \
   -destination file:${SIGNED_JAR_SOURCE} \
   -vmargs \
      -Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M

but this failed with an error like "dstination is no repository".
Any ideas?
Could the p2 repo2runnable app be documented?

Thanks,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
 
 

Back to the top