Commit ffd84f81 authored by Marco Mariani's avatar Marco Mariani

copy java inside source tree after downloading

parent 9dbc0ca5
...@@ -69,6 +69,7 @@ recipe = plone.recipe.command ...@@ -69,6 +69,7 @@ recipe = plone.recipe.command
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
web-dirname = 7u13-b20 web-dirname = 7u13-b20
filename = jdk-7u13-linux-x64.tar.gz filename = jdk-7u13-linux-x64.tar.gz
zimbra-filename = jdk1.7.0_13.tgz
stop-on-error = True stop-on-error = True
update = true update = true
command = command =
...@@ -76,6 +77,9 @@ command = ...@@ -76,6 +77,9 @@ command =
wget --no-cookies --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com" \ wget --no-cookies --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com" \
"http://download.oracle.com/otn-pub/java/jdk/${:web-dirname}/${:filename}" \ "http://download.oracle.com/otn-pub/java/jdk/${:web-dirname}/${:filename}" \
-O ${:location}/${:filename} -O ${:location}/${:filename}
mkdir -p ${zimbra-sources:location}/ThirdPartyBuilds/x86_64/java
cp ${:location}/${:filename} ${zimbra-sources:location}/ThirdPartyBuilds/x86_64/java/${:zimbra-filename}
[jdk] [jdk]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment