Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Equinox/p2/CUDFResolver"

< Equinox‎ | p2
Line 1: Line 1:
p2 CUDF Resolver
+
p2 CUDF Resolver  
  
 +
<br>
  
== What is it? ==
+
== What is it? ==
  
 +
A frontend to p2 that allows p2 to resolve Linux dependencies. The [http://www.mancoosi.org/cudf/ CUDF] format has been designed by the [http://www.mancoosi.org/ Mancoosi European project].
  
A frontend to p2 that allows p2 to resolve Linux dependencies.
+
<br>
The [http://www.mancoosi.org/cudf/ CUDF] format has been designed by the [http://www.mancoosi.org/ Mancoosi European project].
+
  
 +
== How to use it?  ==
  
== How to use it? ==
+
The resolver uses the following command line: <source lang="bash">
  
 +
java -jar p2cudf.jar <input file> [criteria [<output file> [<timeout>s|c]]
  
 +
</source>
  
== Relationship with p2? ==
+
== Relationship with p2? ==
  
 +
Where can I get the code?
  
Where can I get the code?
+
repository: :pserver:anonymous@dev.eclipse.org:/cvsroot/rt/  
repo: :pserver:anonymous@dev.eclipse.org:/cvsroot/rt/
+
module: org.eclipse.equinox/incubator/p2/demos/misc-conf-2010/
+
  
 +
module: org.eclipse.equinox/incubator/p2/demos/misc-conf-2010/
  
== Reporting bugs? ==
+
<br>
  
Create a bug in the p2 component at https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Equinox
+
== Reporting bugs? ==
  
 +
Create a bug in the p2 component in [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Equinox Equinox's Bugzilla].
  
== Getting in touch with the developers? ==
+
<br>
+
p2-dev@eclipse.org
+
  
 +
== Getting in touch with the developers?  ==
  
== License? ==
+
Just send an email to the developer mailing list: p2-dev@eclipse.org
  
This code is made available under the terms of the EPL: http://eclipse.org/org/documents/epl-v10.php
+
<br>
 +
 
 +
== License?  ==
 +
 
 +
This code is made available under the terms of the EPL: http://eclipse.org/org/documents/epl-v10.php  
  
 
[[Category:Equinox_p2]]
 
[[Category:Equinox_p2]]

Revision as of 10:10, 14 January 2010

p2 CUDF Resolver


What is it?

A frontend to p2 that allows p2 to resolve Linux dependencies. The CUDF format has been designed by the Mancoosi European project.


How to use it?

The resolver uses the following command line:
java -jar p2cudf.jar <input file> [criteria [<output file> [<timeout>s|c]]

Relationship with p2?

Where can I get the code?

repository: :pserver:anonymous@dev.eclipse.org:/cvsroot/rt/

module: org.eclipse.equinox/incubator/p2/demos/misc-conf-2010/


Reporting bugs?

Create a bug in the p2 component in Equinox's Bugzilla.


Getting in touch with the developers?

Just send an email to the developer mailing list: p2-dev@eclipse.org


License?

This code is made available under the terms of the EPL: http://eclipse.org/org/documents/epl-v10.php

Back to the top