<AWT Dev> Bug 6913179, FileDialog uses native GTK under Linux: first patch
Anthony Petrov
Anthony.Petrov at Sun.COM
Fri Jan 22 04:04:28 PST 2010
Hi Constantino,
On 01/22/2010 02:08 AM, Costantino Cerbo wrote:
>>> I suppose that you're cloning the full forest with all the subtrees (tl,
>>> build, etc. etc.), but what you really need is just the jdk repository. Get
>>> it alone (remember to use clone instead of fclone when cloning a subtree),
>>> set the ALT_JDK_IMPORT_PATH as recommended in the README-build documents,
>>> and you're ready to build as quickly as possible. And the incremental builds
>>> will start working properly then.
> How do I close just the jdk repository?
> I've tried with:
> $ hg clone http://hg.openjdk.java.net/jdk7/jdk7/tl/jdk
> but it still doesn't work.
Since you're working on an AWT fix, I suggest using the awt repository.
The following command does the job for me:
$ hg clone http://hg.openjdk.java.net/jdk7/awt/jdk
Note that the hg server has experienced some instability issues
recently. Perhaps you just happened to try cloning when it was down. You
can always check its status by pointing your web-browser to the
repository's http:// url. If that loads well, the 'hg clone' should work
fine as well.
--
best regards,
Anthony
More information about the awt-dev
mailing list