summaryrefslogtreecommitdiffstats
path: root/openjdk/build/BUILDING.txt
blob: 5c00ec4e72d493346aeeaa3f7c2e1719d2ba3f4f (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# You can run this script in the sources/ subdirectory to download the sources.

# For icedtea-2.3.1 the tarballs are:
wget http://icedtea.classpath.org/download/source/icedtea-2.3.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
#
# In icedtea-2.3.1 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
#
wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/archive/a3fa5d49d528.tar.gz -O openjdk.tar.gz
wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/corba/archive/e9b200124386.tar.gz -O corba.tar.gz 
wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jaxp/archive/9bd1d8e8b802.tar.gz -O jaxp.tar.gz 
wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jdk/archive/507eee662587.tar.gz -O jdk.tar.gz 
wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/langtools/archive/0cf6181d44db.tar.gz -O langtools.tar.gz 
wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/hotspot/archive/3e0087ab5e92.tar.gz -O hotspot.tar.gz 
wget http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jaxws/archive/9a744f20cfc5.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-e70f2450890b82c37422616cc85e1a23385f03cd.tar.gz