Integrated: 8280863: Update build README to reflect that MSYS2 is supported

2022-01-28 Thread TheShermanTanker
gnus Ihse Bursie URL: https://git.openjdk.java.net/jdk/commit/6de90ad9800b83c4a5f364c3645603fcb6828d6c Stats: 6 lines in 2 files changed: 0 ins; 0 del; 6 mod 8280863: Update build README to reflect that MSYS2 is supported Reviewed-by: ihse - PR: https://git.openjdk.java.net/jdk/pull/7242

Re: RFR: 8280863: Update build README to reflect that MSYS2 is supported [v2]

2022-01-28 Thread TheShermanTanker
On Fri, 28 Jan 2022 09:12:06 GMT, Magnus Ihse Bursie wrote: >> TheShermanTanker has updated the pull request with a new target base due to >> a merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains two additional >

Re: RFR: 8280863: Update build README to reflect that MSYS2 is supported [v3]

2022-01-28 Thread Magnus Ihse Bursie
On Fri, 28 Jan 2022 09:28:44 GMT, TheShermanTanker wrote: >> Ever since [JDK-8257679](https://bugs.openjdk.java.net/browse/JDK-8257679) >> was merged in 16, MSYS2 became capable of building a functional JDK on >> Windows. This PR updates some outdated documentation in building.html and >> bui

Re: RFR: 8280863: Update build README to reflect that MSYS2 is supported [v3]

2022-01-28 Thread TheShermanTanker
> Ever since [JDK-8257679](https://bugs.openjdk.java.net/browse/JDK-8257679) > was merged in 16, MSYS2 became capable of building a functional JDK on > Windows. This PR updates some outdated documentation in building.html and > building.md to reflect that change. > > I appreciate any reviews, a

Re: RFR: 8280863: Update build README to reflect that MSYS2 is supported [v2]

2022-01-28 Thread Magnus Ihse Bursie
On Fri, 28 Jan 2022 08:49:56 GMT, TheShermanTanker wrote: >> Ever since [JDK-8257679](https://bugs.openjdk.java.net/browse/JDK-8257679) >> was merged in 16, MSYS2 became capable of building a functional JDK on >> Windows. This PR updates some outdated documentation in building.html and >> bui

Re: RFR: 8280863: Update build README to reflect that MSYS2 is supported [v2]

2022-01-28 Thread Magnus Ihse Bursie
On Fri, 28 Jan 2022 08:49:56 GMT, TheShermanTanker wrote: >> Ever since [JDK-8257679](https://bugs.openjdk.java.net/browse/JDK-8257679) >> was merged in 16, MSys 2 became capable of building a functional JDK on >> Windows. This PR updates some outdated documentation in building.html and >> bu

Re: RFR: 8280863: Update build README to reflect that MSYS2 is supported

2022-01-28 Thread Magnus Ihse Bursie
On Thu, 27 Jan 2022 08:49:08 GMT, TheShermanTanker wrote: > Ever since [JDK-8257679](https://bugs.openjdk.java.net/browse/JDK-8257679) > was merged in 16, MSys 2 became capable of building a functional JDK on > Windows. This PR updates some outdated documentation in building.html and > buildi

Re: RFR: 8280863: Update build README to reflect that MSYS2 is supported

2022-01-28 Thread TheShermanTanker
On Thu, 27 Jan 2022 08:49:08 GMT, TheShermanTanker wrote: > Ever since [JDK-8257679](https://bugs.openjdk.java.net/browse/JDK-8257679) > was merged in 16, MSys 2 became capable of building a functional JDK on > Windows. This PR updates some outdated documentation in building.html and > buildi

Re: RFR: 8280863: Update build README to reflect that MSYS2 is supported [v2]

2022-01-28 Thread TheShermanTanker
> Ever since [JDK-8257679](https://bugs.openjdk.java.net/browse/JDK-8257679) > was merged in 16, MSys 2 became capable of building a functional JDK on > Windows. This PR updates some outdated documentation in building.html and > building.md to reflect that change. > > I appreciate any reviews,

Re: RFR: 8280863: Update build README to reflect that MSYS2 is supported

2022-01-28 Thread Magnus Ihse Bursie
>> issue. You'll need a new bug entry for the problem you are trying to solve >> here. If you do not have access to the bug system, let me know and I can >> help you. >> * I have actually a similar fix on a personal branch, where I'm updating >> several

Re: RFR: JDK-8176509 Use pandoc for converting build readme to html

2017-03-13 Thread Erik Joelsson
ementation. Yeah... It used to be a separate function but then I inlined it. Removed the call now. Updated webrev: http://cr.openjdk.java.net/~ihse/JDK-8176509-use-pandoc-for-build-readme/webrev.04 /Magnus /Erik On 2017-03-10 15:50, Magnus Ihse Bursie wrote: Since JDK-8139668, the build R

Re: RFR: JDK-8176509 Use pandoc for converting build readme to html

2017-03-13 Thread Magnus Ihse Bursie
inlined it. Removed the call now. Updated webrev: http://cr.openjdk.java.net/~ihse/JDK-8176509-use-pandoc-for-build-readme/webrev.04 /Magnus /Erik On 2017-03-10 15:50, Magnus Ihse Bursie wrote: Since JDK-8139668, the build README html file has been generated from a markdown source. Unfortuna

Re: RFR: JDK-8176509 Use pandoc for converting build readme to html

2017-03-13 Thread Erik Joelsson
e the implementation. /Erik On 2017-03-10 15:50, Magnus Ihse Bursie wrote: Since JDK-8139668, the build README html file has been generated from a markdown source. Unfortunately, this implementation used the original markdown (from https://daringfireball.net/projects/markdown/), which was

RFR: JDK-8176509 Use pandoc for converting build readme to html

2017-03-10 Thread Magnus Ihse Bursie
Since JDK-8139668, the build README html file has been generated from a markdown source. Unfortunately, this implementation used the original markdown (from https://daringfireball.net/projects/markdown/), which was quite limited, and did not for instance allow for tables. Now that JEP 299

Re: OpenJDK Build README

2013-08-28 Thread Erik Joelsson
On 2013-08-28 15:18, Ivan Krylov wrote: I should have mentioned that the original subject is about the the "OpenJDK Build README" document On Aug 28, 2013, at 5:16 PM, Ivan Krylov wrote: Hello, I looked today at the readme doc for JDK 8 and came up with a couple of comments

Re: OpenJDK Build README

2013-08-28 Thread Ivan Krylov
I should have mentioned that the original subject is about the the "OpenJDK Build README" document On Aug 28, 2013, at 5:16 PM, Ivan Krylov wrote: > Hello, > > I looked today at the readme doc for JDK 8 and came up with a couple of > comments > 1) The doc does not

Re: Need reviewer: openjdk7 Build README

2011-03-22 Thread Kelly O'Hair
nJDK is done with a > gmake command" but I think it should say "a GNU make command". The example > can then clarify that it is a Solaris example and so uses gmake as the name > of thje command Done. Thanks! -kto > > Cheers, > David > > Kelly O'

Re: Need reviewer: openjdk7 Build README

2011-03-21 Thread David Holmes
vid Kelly O'Hair said the following on 03/22/11 12:51: Need reviewer: openjdk7 Build README 6896934: README: Document how the drop source bundles work for jaxp/jaxws 6896978: README: Updates to openjdk README-builds.html 6903517: README: OpenJDK additions needed - cygwin issues http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-build-READMEs/webrev/ -kto

Need reviewer: openjdk7 Build README

2011-03-21 Thread Kelly O'Hair
Need reviewer: openjdk7 Build README 6896934: README: Document how the drop source bundles work for jaxp/jaxws 6896978: README: Updates to openjdk README-builds.html 6903517: README: OpenJDK additions needed - cygwin issues http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-build-READMEs/webrev

hg: jdk7/build: 6872735: Further update build readme for new platforms; ...

2009-09-23 Thread dalibor . topic
Changeset: 3ac6dcf78232 Author:robilad Date: 2009-09-23 20:06 +0200 URL: http://hg.openjdk.java.net/jdk7/build/rev/3ac6dcf78232 6872735: Further update build readme for new platforms 6641691: Bring build readme's up-to-date Summary: Added build instructions for Debian, Ubuntu

hg: jdk7/build: 6853596: Update Build README-build.html with new info regarding update for Solaris 10u2 and BOOTDIR update

2009-06-22 Thread xiomara . jayasena
Changeset: 8ca3d95b1ea3 Author:xdono Date: 2009-06-22 10:13 -0700 URL: http://hg.openjdk.java.net/jdk7/build/rev/8ca3d95b1ea3 6853596: Update Build README-build.html with new info regarding update for Solaris 10u2 and BOOTDIR update Reviewed-by: tbell, ohair ! README-builds.html

hg: jdk7/build: 6781784: Fix ant link in build readme

2008-12-05 Thread kelly . ohair
Changeset: 60aab86966e9 Author:ohair Date: 2008-12-05 17:18 -0800 URL: http://hg.openjdk.java.net/jdk7/build/rev/60aab86966e9 6781784: Fix ant link in build readme Reviewed-by: michaelm ! README-builds.html

build readme typo fix

2008-09-07 Thread Martin Buchholz
diff --git a/README-builds.html b/README-builds.html --- a/README-builds.html +++ b/README-builds.html @@ -1429,7 +1429,7 @@ build output is to go. The default output directory will be build/platform. -ALT_SLASHJAVA +

Build README

2007-07-13 Thread Kelly O'Hair
FYI... The very latest OpenJDK Build README should be accessaable with this: https://openjdk.dev.java.net/source/browse/*checkout*/openjdk/jdk/trunk/README-builds.html But I'll attach it too just in case. -kto Title: OpenJDK Build README OpenJDK Build README Introdu