[Scons-users] JDK 1.7 support?

Peter Steele pwsteele at gmail.com
Thu Sep 6 09:53:04 EDT 2012


I just tried to build our Java project with scons and it complained that JDK
1.7 isn't supported. Is this for real or is this "user error"? My SConscript
looks like this:



import os



TOT = os.environ["TOT"]



env = Environment(

JAVACLASSPATH = [

.

],

JAVAVERSION = "1.7"

)



env.Java('bin', 'src')



The error I got was:



NotImplementedError: Java version 1.7 not supported:



Peter



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20120906/08a7b0cc/attachment-0001.htm>


More information about the Scons-users mailing list