Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » [SOLVED] Big eclipse update site archive
icon14.gif  [SOLVED] Big eclipse update site archive [message #1385577] Mon, 09 June 2014 16:37 Go to next message
GILLES  élios is currently offline GILLES éliosFriend
Messages: 7
Registered: March 2011
Junior Member
Hello everyone,

I'm currently looking for a complete eclipse update site "archive", like that i'll be able to give access to all the eclipse update site plugin(s) at my work knowing that there is no internet access due to security issues.

So, could you tell me if such thing exist or not or if i could to it myself with a update site "sniffer" software.

Thx.

[Updated on: Wed, 09 July 2014 22:58]

Report message to a moderator

Re: Big eclipse update site archive [message #1385617 is a reply to message #1385577] Tue, 10 June 2014 05:05 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
It's best to ask technical questions on the platform or newcomer forum.
You can create your own mirror with the p2 mirror application.

http://wiki.eclipse.org/Equinox_p2_Repository_Mirroring

E.g., I've done that for the Luna repo using the p2 app available in any
eclipse installation using this script:

$ cat mirror-eclipse
#!/bin/sh

eclipse="<path-to-eclipe-installation>/eclipse-standard-kepler/eclipse/eclipse.exe"

if [[ $# != 2 ]]; then
echo "mirror-eclipse <source-URL> <targetURL>"
else
$eclipse -nosplash -verbose \
-application
org.eclipse.equinox.p2.artifact.repository.mirrorApplication \
-source $1 \
-destination $2
$eclipse -nosplash -verbose \
-application
org.eclipse.equinox.p2.metadata.repository.mirrorApplication \
-source $1 \
-destination $2
fi

exit



On 09/06/2014 6:37 PM, GILLES élios wrote:
> Hello everyone,
>
> I'm currently looking for a complete eclipse update site "archive",
> like that i'll be able to give access to all the eclipse update site
> plugin(s) at my work knowing that there is no internet access due to
> security issues.
>
> So, could you tell me if such thing exist or not or if i could to it
> myself with a update site "sniffer" software.
>
> Thx.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Big eclipse update site archive [message #1385699 is a reply to message #1385617] Tue, 10 June 2014 14:41 Go to previous messageGo to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Moving this to the Platform forum.
Re: Big eclipse update site archive [message #1397569 is a reply to message #1385699] Wed, 09 July 2014 22:57 Go to previous message
GILLES  élios is currently offline GILLES éliosFriend
Messages: 7
Registered: March 2011
Junior Member
Thxs a lot for this link, this is exactly what i was looking for Wink Thxs again !!!
Previous Topic:How to delete section.
Next Topic:Controlling the number of characters shown in editor tabs
Goto Forum:
  


Current Time: Sat Apr 27 03:02:03 GMT 2024

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

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

Back to the top