On Sat, 2010-11-20 at 11:30 +0100, Patrick Reinhart wrote:
> On Sat, 2010-11-20 at 12:05 +0200, Damjan Jovanovic wrote: 
> > There is a workaround for that: you download the jaxp files yourself,
> > and put them in
> > export ALT_DROPS_DIR=/path/to/some/directory
> > 
> > If you can't download them from the URL that OpenJDK tries to download
> > them from, Google for the project and look for the filename on its
> > list of downloads.
> 
> Ok, what must I do, to get the sources from this projects also? And
> where do I have to put them if my root directory for the jdk7 files is
> ~/hgrepos?

For IcedTea we collect them all and put them in one place because the
original locations change and are sometimes unreachable. So normally you
should be able to find everything here (both old and current versions):
http://icedtea.classpath.org/download/drops/

If you are using the icedtea build setup it will automagically do this
for you. Otherwise you would have to download them all in some location
and provide an ALT_DROPS_DIR to your build environment. See for an
example of how to do this the icedtea6 Makefile.am:
http://icedtea.classpath.org/hg/icedtea6/file/tip/Makefile.am

Cheers,

Mark

Reply via email to