Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Attempt2: Headless Composite Repository functionality?

Andrew,

Thanks. I'll file a bug. Having an ant script call a task that uses java to invoke a custom class to run ant, so I can use a specialized custom ant task doesn't seem very efficient. I could also write a script that cobbles together the composite xml files, but having a App that truly generates those files would be preferable.

-Eric

Andrew Niefer wrote:

There is an ant task for this <p2.composite.repository> (http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm). Ant scripts can be run headless using the org.eclipse.ant.core.antRunner application.

It doesn't look like there is a command line application to do this. There is a class that could be modified to do this probably without too much trouble. Can you raise a bug if you think we should do this.

-Andrew


From: 	Eric Gwin <eric.gwin@xxxxxxxxxx>
To: 	P2 developer discussions <p2-dev@xxxxxxxxxxx>
Date: 	03/04/2010 02:27 PM
Subject: 	[p2-dev] Attempt2: Headless Composite Repository functionality?
Sent by: 	p2-dev-bounces@xxxxxxxxxxx


------------------------------------------------------------------------



I'm wondering is if there is any "headless" Java command-line facility
for generation and updating of composite repositories.

Any information would be appreciated.
--
-Eric

Oracle <http://www.oracle.com <http://www.oracle.com/>>
Eric Gwin | Senior Software Developer
Phone: +613 288 4622 <tel:+613%20288%204622> | | Fax: +613 2382818
<fax:+613%202382818> | | Mobile: +613 8582347 <tel:+613%208582347>
Oracle Java Server Technologies
ORACLE Canada | 45 O'Connor St., Ottawa, Ontario | K1P 6L2
Green Oracle <http://www.oracle.com/commitment> Oracle is committed to
developing practices and products that help protect the environment

_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


------------------------------------------------------------------------

_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev

--
-Eric

Oracle <http://www.oracle.com>
Eric Gwin | Senior Software Developer
Phone: +613 288 4622 <tel:+613%20288%204622> | | Fax: +613 2382818 <fax:+613%202382818> | | Mobile: +613 8582347 <tel:+613%208582347>
Oracle Java Server Technologies
ORACLE Canada | 45 O'Connor St., Ottawa, Ontario | K1P 6L2
Green Oracle <http://www.oracle.com/commitment> Oracle is committed to developing practices and products that help protect the environment



Back to the top