On 09/13/2013 02:48 PM, krama lama wrote: > I'm here on ubuntu 13.04 with openjdk 7. java pathes are set correctly, > ant, maven2 are installed but fred-staging doesn't build. strangely > fred-contrib could be built successfully. > > bash output: > http://pastebin.com/GUcCQjhE > > the first warning is: [javac] warning: [options] bootstrap class path not > set in conjunction with -source 1.6 > > when I edit build-clean.xml:227 and remove -target and -source the warning > goes away but all other errors are the same. > > I also tried building with openjdk 6, but then the bash output tells me I > should update my compiler and still fails. > > I have built freenet successfully before on an other system. What did I > miss here?
Freenet started requiring Bouncy Castle 1.49. I think this is because it supports new things. Sadly we didn't make anywhere near enough noise about this change - I wasn't able to find which version this change was in by looking through release notes. If you replace your current bcprov.jar with 1.49 it should build again. [0] -operhiem1 [0] http://www.bouncycastle.org/download/bcprov-jdk15on-149.jar
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Devl mailing list [email protected] https://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
