Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » P2 » where is p2.director ant target defined?
where is p2.director ant target defined? [message #995517] Sun, 30 December 2012 10:14 Go to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
Hi

in the file genericTargets.xml there is "runDirector" which uses
"p2.director" target, but I can't find the target p2.director
anywhere... where is it defined?

thanks in advance
Lorenzo

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


Re: where is p2.director ant target defined? [message #997167 is a reply to message #995517] Fri, 04 January 2013 08:51 Go to previous messageGo to next message
Jeeeyul Lee is currently offline Jeeeyul LeeFriend
Messages: 117
Registered: July 2009
Location: Seoul
Senior Member

I don't know answer what you ask,

However what If you want to execute director through ANT,
I'm using below script:

<!-- install svn plugins on to RCP -->
<exec executable="${rcp-build}/${arch}/eclipse.exe">
	<arg value="-nosplash" />
	<arg value="-application" />
	<arg value="org.eclipse.equinox.p2.director" />
	<arg value="-repository" />
	<arg value="http://subclipse.tigris.org/update_1.8.x/" />
	<arg value="-installIU" />
	<arg value="org.tigris.subversion.subclipse.feature.group,org.tigris.subversion.clientadapter.feature.feature.group,org.tigris.subversion.clientadapter.javahl.feature.feature.group" />
</exec>
Re: where is p2.director ant target defined? [message #997666 is a reply to message #997167] Fri, 04 January 2013 14:53 Go to previous message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
Hi there

actually I can run p2.director ant task through ant... I was just
curious about where it is defined...

On 01/04/2013 09:51 AM, Jeeeyul Lee wrote:
> I don't know answer what you ask,
>
> However what If you want to execute director through ANT,
> I'm using below script:
>
>
> <!-- install svn plugins on to RCP -->
> <exec executable="${rcp-build}/${arch}/eclipse.exe">
> <arg value="-nosplash" />
> <arg value="-application" />
> <arg value="org.eclipse.equinox.p2.director" />
> <arg value="-repository" />
> <arg value="http://subclipse.tigris.org/update_1.8.x/" />
> <arg value="-installIU" />
> <arg
> value="org.tigris.subversion.subclipse.feature.group,org.tigris.subversion.clientadapter.feature.feature.group,org.tigris.subversion.clientadapter.javahl.feature.feature.group"
> />
> </exec>
>


--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


Previous Topic:Deploy plugin as a directory not as .jar
Next Topic:Update site build replacing qualifier
Goto Forum:
  


Current Time: Tue Mar 19 06:28:55 GMT 2024

Powered by FUDForum. Page generated in 0.01737 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top