Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8
提交
94c916b7
D
dragonwell8
项目概览
openanolis
/
dragonwell8
通知
5
Star
3
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
94c916b7
编写于
9月 13, 2011
作者:
L
lana
浏览文件
操作
浏览文件
下载
差异文件
Merge
上级
4f5d0a6d
abdbe343
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
19 addition
and
38 deletion
+19
-38
.hgtags
.hgtags
+4
-0
README
README
+9
-6
README-builds.html
README-builds.html
+6
-32
未找到文件。
.hgtags
浏览文件 @
94c916b7
...
...
@@ -122,3 +122,7 @@ cfbbdb77eac0397b03eb99ee2e07ea00e0a7b81e jdk7-b142
55e9ebf032186c333e5964ed044419830ac02693 jdk7-b145
2d38c2a79c144c30cd04d143d83ee7ec6af40771 jdk7-b146
d91364304d7c4ecd34caffdba2b840aeb0d10b51 jdk7-b147
f42e3d9394b40a423d345b8da22687b5462e5f25 jdk8-b01
69f592185747226a9c765a9fe139c1d34d616f9c jdk8-b02
587bb549dff83131b65f40aa51864f69562f34a7 jdk8-b03
0b66a233bfb9ba2ebda1e5cdfdb0373d6c1e3c69 jdk8-b04
README
浏览文件 @
94c916b7
...
...
@@ -9,11 +9,14 @@ README:
will be needed.
This one root repository can be obtained with something like:
hg clone http://hg.openjdk.java.net/jdk7/jdk7 openjdk7
To make sure you have all the nested repositories, you can run:
cd openjdk7 && sh ./get_source.sh
(This is identical to using the Mercurial Forest Extension command
'hg fclone http://hg.openjdk.java.net/jdk7/jdk7 openjdk7').
hg clone http://hg.openjdk.java.net/jdk8/jdk8 openjdk8
To make sure you have all the nested repositories, you can run the
get_source.sh script located in the same respository as this file:
cd openjdk8 && sh ./get_source.sh
People unfamiliar with Mercurial should read the first few chapters of
the Mercurial book: http://hgbook.red-bean.com/read/
...
...
@@ -22,7 +25,7 @@ README:
Simple Build Instructions:
0. Get the necessary system software/packages installed on your system, see
http://hg.openjdk.java.net/jdk
7
/build/raw-file/tip/README-builds.html
http://hg.openjdk.java.net/jdk
8
/build/raw-file/tip/README-builds.html
1. If you don't have a jdk6 installed, download and install a JDK 6 from
http://java.sun.com/javase/downloads/index.jsp
...
...
README-builds.html
浏览文件 @
94c916b7
...
...
@@ -126,38 +126,15 @@
<a
href=
"http://openjdk.java.net/guide/repositories.html#installConfig"
>
Developer Guide: Installing and Configuring Mercurial
</a>
section for more information.
The Forest Extension is not part of the Mercurial install,
and is optional,
but can be obtained with the following commands:
<blockquote>
<tt>
hg clone https://bitbucket.org/pmezard/hgforest-crew/overview/
<i>
YourHgForest
</i>
</tt>
</blockquote>
Once you have the file
<tt>
forest.py
</tt>
, you need to add these
lines to your
<tt>
${HOME}/.hgrc
</tt>
file:
<blockquote>
<tt>
[extensions]
<br>
forest =
<i>
YourHgForest
</i>
/forest.py
</tt>
</blockquote>
<!-- ------------------------------------------------------ -->
<h3><a
name=
"get_source"
>
Getting the Source
</a></h3>
<blockquote>
To get the entire set of OpenJDK Mercurial repositories
using the Forest Extension:
<blockquote>
<tt>
hg fclone http://hg.openjdk.java.net/jdk7/jdk7
<i>
YourOpenJDK
</i>
</tt>
</blockquote>
To get the entire set of OpenJDK Mercurial repositories
without using the Forest Extension:
use the script
<code>
get_source.sh
</code>
located in the root repository:
<blockquote>
<tt>
hg clone http://hg.openjdk.java.net/jdk
7/jdk7
<i>
YourOpenJDK
</i>
hg clone http://hg.openjdk.java.net/jdk
8/jdk8
<i>
YourOpenJDK
</i>
<br>
cd
<i>
YourOpenJDK
</i>
<br>
sh ./get_source.sh
</tt>
...
...
@@ -172,9 +149,6 @@
<br>
sh ./make/scripts/hgforest.sh pull -u
</tt>
</blockquote>
You may find this script
<tt>
make/scripts/hgforest.sh
</tt>
faster
than the
<tt>
hg
</tt>
forest commands provided by the
Forest Extension.
</blockquote>
</blockquote>
...
...
@@ -558,7 +532,7 @@
understood that this is not ideal for the open source community.
It is possible this process could change in the future.
<br>
<b>
NOTE:
</b>
The
<a
href=
"http://download.java.net/openjdk/jdk
7
/"
>
<b>
NOTE:
</b>
The
<a
href=
"http://download.java.net/openjdk/jdk
8
/"
>
Complete OpenJDK Source Bundles
</a>
<u>
will
</u>
contain the JAXP and
JAX-WS sources.
</p>
...
...
@@ -578,7 +552,7 @@
</li>
<li>
The OpenJDK team copies this new bundle into shared
area (e.g.
<tt>
/java/devtools/share/jdk
7
-drops
</tt>
).
area (e.g.
<tt>
/java/devtools/share/jdk
8
-drops
</tt>
).
Older bundles are never deleted so we retain the history.
</li>
<li>
...
...
@@ -1726,7 +1700,7 @@
The location of any source drop bundles
(see
<a
href=
"#drops"
>
Managing the Source Drops
</a>
).
The default will be
<tt>
$(ALT_JDK_DEVTOOLS_PATH)/share/jdk
7
-drops
</tt>
.
<tt>
$(ALT_JDK_DEVTOOLS_PATH)/share/jdk
8
-drops
</tt>
.
</dd>
<dt><a
name=
"ALT_UNIXCCS_PATH"
><tt>
ALT_UNIXCCS_PATH
</tt></a></dt>
<dd>
...
...
@@ -1931,7 +1905,7 @@
PATH, INCLUDE, LIB, LIBPATH, and WINDOWSSDKDIR
variables set in your shell environment.
These bat files are not easy to use from a shell environment.
However, there is a script placed in the root jdk
7
repository called
However, there is a script placed in the root jdk
8
repository called
vsvars.sh that can help, it should only be done once in a shell
that will be doing the build, e.g.
<br>
<tt>
sh ./make/scripts/vsvars.sh -v10 > settings
<br>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录