score:11
Yes, you can specify the repository locations if you use the p2.director
this for example is a snippet of a script that I use to install eclipse (Ganymede) from a local copy of the Ganymede repository
./eclipse\
-nosplash -consolelog -debug\
-vm "${VM}"\
-application org.eclipse.equinox.p2.director.app.application\
-metadataRepository file:${SHARED_REPOSITORY_DIR}\
-artifactRepository file:${SHARED_REPOSITORY_DIR}\
-installIU "${4-org.eclipse.sdk.ide}"\
-destination "${3}"\
-profile "${1}"\
-profileProperties org.eclipse.update.install.features=true\
-bundlepool ${SHARED_BUNDLEPOOL_DIR}\
-p2.os linux\
-p2.ws gtk\
-p2.arch "${2}"\
\
-vmargs\
-Xms64m -Xmx1024m -XX:MaxPermSize=256m\
-Declipse.p2.data.area=${SHARED_P2_DIR}
Here are some links to use the p2 director
http://eclipse.dzone.com/articles/understanding-eclipse-p2-provi
http://wiki.eclipse.org/Equinox_p2_director_application
score:1
It seems like you need to have one update work via the web which will mirror (download) what you need. But after that it should be able to get the files from the local peer. But I guess that is your question - does it need web access to determine that...
Source: stackoverflow.com
Related Query
- Is it possible to make an eclipse p2 provisioning mechanism running *locally*?
- How to debug Celery/Django tasks running locally in Eclipse
- Is it possible to attach a debugging session to a running program in eclipse CDT
- Make Eclipse intellisense/auto-suggest automatic for locally scoped and member variables/methods
- Is it possible to make eclipse generate hashCode and equals with HashCodeBuilder and EqualsBuilder
- Is it possible for e JUnit test to tell if it's running in Eclipse (rather than ant)
- Eclipse, Egit and Symlinks or symbolic links - Is it possible to make a dirty eclipse plugin to fix this?
- Running make for a C++ project under Eclipse
- is it possible to make eclipse go back/forward function to work like ones in IntelliJ IDEA
- How do I make running a JUnit test in Eclipse behave like running the test through Maven on the command line
- Is it possible to make the eclipse workspace path change per computer
- How to make keyboard configuration as close as possible to Visual Studio or Eclipse in XCode
- Eclipse edits and saves don't make changes to running program - powercut
- Is it possible to make Eclipse jump to the console upon run, especially when there's input? Also, can I hide the toolbar?
- Is it possible to make Eclipse ignore syntax checking/formatting for one specific file?
- Eclipse Luna - is is possible to make "Find/replace" dialog transparent?
- Eclipse / RAP / Tabris: Is it possible to invoke code locally on the client?
- Is it possible to host an Eclipse plugin repository locally behind a proxy?
- make Error running CDT Eclipse on a Mac
- Is it possible to configure eclipse ee to make autocomplete in javascript code in js files in a java project?
- not possible to make normal package in eclipse
- Is it possible to make Eclipse RCP part tabs trapeziform?
- How do I make running a JUnit test in eclipse behave the same as running the Maven test on the command line?
- how to make countdown running in background using eclipse
- Is it possible for an Eclipse plugin to be both Headless and make contributions to the UI?
- Eclipse C++ project - Running external make file with different targets
- Eclipse + Phonegap + Sencha touch ==> call to webserver running locally
- GWT / Java - Possible to make RPC calls when doing "run as web application" in Eclipse (with GWT plugin)?
- Multiple contexts with the same path error running web service in Eclipse using Tomcat
- How to downgrade Java from 9 to 8 on a MACOS. Eclipse is not running with Java 9
More Query from same tag
- Set color for button field in blackberry using Java
- How to access resource files from java dynamic web application
- Using mahout in eclipse WITHOUT USING MAVEN
- Why is my git file history lost after performing a move refactor in eclipse?
- Ant build for a project with tests
- Jax-ws not supported by IBM WebSphere 8.5 Liberty Profile
- Eclipse Color Themes not being applied to Groovy strings
- Cannot run maven project in Eclipse with Tomcat 7
- What is "src" directory created by Eclipse?
- Compile Equinox 3.8.2 Project with java 7
- TODO tags aren't found in Eclipse with PyDev
- Is there a way for Eclipse to generate a tree showing the import statements of a java class, recursively?
- Running J2EE Eclipse in a VM - Unable to find a javac compiler
- GAE Eclipse: Cross-Modules Referencing
- Open a properties file from a class in a Dynamic Web Project
- grizzly logs to stderr, annoying in eclipse
- Eclipse code formatter multiline function call closing bracket indention
- Error in connecting Eclipse to SQL Server
- Launching Eclipse plug in template
- Why doesn't my java compiler level match my installed project facet?
- Upgrade to JDK 10 and encountered extensive compile errors in Eclipse
- How to get the metadata of a file open in eclipse in a programmatic way?
- Problem starting a Spring MVC webapp in Eclipse with Tomcat, IllegalArgumentException
- Run on server option is not coming in eclipse
- contiki + eclipse on windows
- Delete Lines instead of replacing by empty one in eclipse
- Getting Websphere v7.0 Running with eclipse seems to not see the server start
- Filter Method in searchView Widget for android scala eclipse plugin
- Can't install ADT for Eclipse
- How to check if eclipse workspace is locked