Why is not building on i386 ?

Michael Koch konqueror at gmx.de
Sat Sep 1 20:47:08 UTC 2007


On Thu, Aug 09, 2007 at 08:50:31PM +0100, Marco Rodrigues wrote:
> Hi!
> 
> http://launchpadlibrarian.net/8675624/buildlog_ubuntu-gutsy-i386.jetty_5.1.10-3_FAILEDTOBUILD.txt.gz

The error is pretty clear:

  [javac] source level should be comprised in between '1.3' and '1.6' (or '5', '5.0', ..., '7' or '7.0'): 1.2

Issue is that in build.xml or wherever javac is told to use source
level 1.2 while 1.3 is the minimum source level.


Cheers,
Michael



More information about the pkg-java-maintainers mailing list