Sebastian Sickelmann wrote:
It would be great to have a webrev for them.
I rebased my patches on dd218ad64d5c of
http://hg.openjdk.java.net/jdk8/tl/jdk/
The patches are here:
https://bugs.openjdk.java.net/attachment.cgi?id=236 (diff view:
https://bugs.openjdk.java.net/attachment.cgi?id=236&action=diff)
https://bugs.openjdk.java.net/attachment.cgi?id=237 (diff view:
https://bugs.openjdk.java.net/attachment.cgi?id=237&action=diff)
https://bugs.openjdk.java.net/attachment.cgi?id=238 (diff view:
https://bugs.openjdk.java.net/attachment.cgi?id=238&action=diff)
Is there a way to create webrev on my linux box (ubuntu)? Is there a
good description for it?
I have another(RuntimeException) patch here:
https://bugs.openjdk.java.net/attachment.cgi?id=239 (diff view:
https://bugs.openjdk.java.net/attachment.cgi?id=239&action=diff)
Maybe i can create a webrev on my own for this.
-- Sebastian
If you are on Linux then webrev is easy to use. It's located in the
top-level repo in the make/scripts directory, just do webrev.ksh -N to
generate a webrev from the files that "hg status" indicates has changed.
The output will go to a webrev directory that you can publish on any
http servers.
-Alan