# You can run this script in the sources/ subdirectory to download the sources. # For icedtea-2.4.2 the tarballs are: wget http://icedtea.classpath.org/download/source/icedtea-2.4.3.tar.xz wget http://icedtea.classpath.org/download/source/icedtea-2.4.3.tar.xz.sig # # These source URLs are constructed from reading the Makefile.in of icedtea: # egrep '(^OPENJDK_VERSION|^JDK_UPDATE_VERSION|^BUILD_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 # # In icedtea you can choose between "default" and "zero" versions # of the VM. The zero vm is meant for ARM based systems. # Use this command to find out the hash of the hopspot.zip # grep default hotspot.map # FORESTURL="http://icedtea.classpath.org/hg/release/icedtea7-forest-2.4" wget ${FORESTURL}/archive/e2f5917da3c1.tar.gz -O openjdk.tar.gz wget ${FORESTURL}/corba/archive/8ed5df839fbc.tar.gz -O corba.tar.gz wget ${FORESTURL}/jaxp/archive/8f220f7b51c7.tar.gz -O jaxp.tar.gz wget ${FORESTURL}/jdk/archive/7958751eb9ef.tar.gz -O jdk.tar.gz wget ${FORESTURL}/langtools/archive/3c8eb52a32ea.tar.gz -O langtools.tar.gz wget ${FORESTURL}/jaxws/archive/652eb396f959.tar.gz -O jaxws.tar.gz wget ${FORESTURL}/hotspot/archive/b59e02d9e72b.tar.gz -O hotspot.tar.gz wget http://icedtea.classpath.org/download/drops/cacao/e215e36be9fc.tar.gz -O cacao-e215e36be9fc.tar.gz wget http://icedtea.classpath.org/download/drops/jamvm/jamvm-ac22c9948434e528ece451642b4ebde40953ee7e.tar.gz