Ted Neward <[EMAIL PROTECTED]> writes: > > If they can't rest in the same repository, then perhaps a different > repository? > > I'm just looking to be able to do a "svn up" (or its Mercurial equivalent) > and know that I've got everything I need to build the OpenJDK; it's a lot > more tedious to "svn up" then fetch the latest binary plugs (particularly > since I'm betting they're not going to change as frequently as the source > does), and only then do a build.
Hi Ted, The naming scheme of source & binary bundles on http://download.java.net/openjdk/jdk7/ should hopefully make it easy enough to write a script that fetches the appropriate bits, given a build number and its date, if all you want to do is to build the current openjdk for your platform, and test it. cheers, dalibor topic
