# You can run this script in the sources/ subdirectory to download the sources. # For icedtea-2.2.1 the tarballs are: wget http://icedtea.classpath.org/download/source/icedtea-2.2.1.tar.gz # # These source URLs are constructed from reading the Makefile.in of icedtea: # egrep '(^OPENJDK_VERSION|^JDK_UPDATE_VERSION|^CORBA_CHANGESET|^HOTSPOT_CHANGESET|^JAXP_CHANGESET|^JAXWS_CHANGESET|^JDK_CHANGESET|^LANGTOOLS_CHANGESET|^OPENJDK_CHANGESET|^CACAO_VERSION|^CACAO_BASE_URL|^JAMVM_VERSION|^JAMVM_BASE_URL|^ICEDTEA_PREFIX|^ICEDTEA_HG_URL)' Makefile.in # wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.2/archive/0b776ef59474.tar.gz -O openjdk.tar.gz wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.2/corba/archive/38deb372c569.tar.gz -O corba.tar.gz wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.2/jaxp/archive/335fb0b059b7.tar.gz -O jaxp.tar.gz wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.2/jdk/archive/6c3b742b735d.tar.gz -O jdk.tar.gz wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.2/langtools/archive/beea46c7086b.tar.gz -O langtools.tar.gz wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.2/hotspot/archive/889dffcf4a54.tar.gz -O hotspot.tar.gz wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.2/jaxws/archive/5471e01ef43b.tar.gz -O jaxws.tar.gz wget http://icedtea.classpath.org/download/drops/cacao/a567bcb7f589.tar.gz -O cacao-a567bcb7f589.tar.gz wget http://icedtea.classpath.org/download/drops/jamvm/jamvm-4617da717ecb05654ea5bb9572338061106a414d.tar.gz