Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Eclipse Update Site Mirror Tool
Eclipse Update Site Mirror Tool [message #735440] Tue, 11 October 2011 19:41 Go to next message
Joel Lucuik is currently offline Joel LucuikFriend
Messages: 2
Registered: October 2011
Junior Member
Hi,

Is there a "light" version of the mirror tool?

I am using

<java classname="org.eclipse.core.launcher.Main" fork="true">
<classpath>
<fileset dir="${internal.eclipse.home}/plugins"
<includes="org.eclipse.equinox.launcher_*.jar" />
</classpath>
<arg value="-application" />
<arg value="org.eclipse.equinox.p2.artifact.repository.mirrorApplication" />
<arg value="-source" />
<arg value="${basedir}/${updatesite.dir.X}" />
<arg value="-destination" />
<arg value="${basedir}/${updatesite.dir.Y}" />
</java>

To mirror X and Y together. I am doing this with eclipse_36_Java_Win32.zip, which is 100 MEG. (I believe this is just eclipse in its entirety to give access to the mirroring tool)

Any suggestion on how to get a lighter version < 100 Meg?

Thanks,
Joel
Re: Eclipse Update Site Mirror Tool [message #735442 is a reply to message #735440] Tue, 11 October 2011 20:11 Go to previous messageGo to next message
Eclipse UserFriend
I believe the mirror application is also available as part of the Platform Runtime Binary which should be about half that size. (less bundles and no source)
Re: Eclipse Update Site Mirror Tool [message #735572 is a reply to message #735442] Wed, 12 October 2011 08:47 Go to previous messageGo to next message
Stephane Bouchet is currently offline Stephane BouchetFriend
Messages: 280
Registered: July 2009
Senior Member
If i remember well, the equinox p2 agent could be enough to do so .

for example the 3.6.2 version ( under provisionning section ) is 25M only.

[1]
http://download.eclipse.org/equinox/drops/R-3.6.2-201102101200/index.php

Le 11/10/2011 22:11, DJ Houghton a écrit :
> I believe the mirror application is also available as part of the
> Platform Runtime Binary which should be about half that size. (less
> bundles and no source)
>


--
Cheers,

Stéphane Bouchet, OBEO
Re: Eclipse Update Site Mirror Tool [message #740540 is a reply to message #735572] Tue, 18 October 2011 16:13 Go to previous messageGo to next message
Joel Lucuik is currently offline Joel LucuikFriend
Messages: 2
Registered: October 2011
Junior Member
That worked well. Thanks.

Question: Is there another that contains org.eclipse.ant.core.antRunner?

(I forgot I used it as well)

Joel
Re: Eclipse Update Site Mirror Tool [message #741208 is a reply to message #740540] Wed, 19 October 2011 09:40 Go to previous message
Stephane Bouchet is currently offline Stephane BouchetFriend
Messages: 280
Registered: July 2009
Senior Member
hum,

this one comes with the org.eclipse.ant bundle, and i suppose it is only
part of the platform.


Le 18/10/2011 18:13, Joel Lucuik a écrit :
> That worked well. Thanks.
>
> Question: Is there another that contains org.eclipse.ant.core.antRunner?
>
> (I forgot I used it as well)
>
> Joel


--
Cheers,

Stéphane Bouchet, OBEO
Previous Topic:What API to resolve @config.dir
Next Topic:Swing classes not found when using DS
Goto Forum:
  


Current Time: Sat Apr 20 15:11:42 GMT 2024

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

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

Back to the top