[Scons-users] JDK 1.7 support?
Mark A. Flacy
mflacy at verizon.net
Thu Sep 6 12:43:05 EDT 2012
On Thursday 06 September 2012 11:17:59 William Deegan wrote:
> Please file a bug (or even better a fix) at scons.tigris.org. We'll try to
> get some support in the next release.
>
> It may be as simple as just adding the version string into the list of
> supported versions which is in the following file:
> SCons/Tool/JavaCommon.py
>
> I believe we actually have a patch in the queue which may resolve this.
> You also could try downloading a package from.
> https://bitbucket.org/dirkbaechle/scons/changesets/tip/branch(%22default%22
> )
The version on that branch
(https://bitbucket.org/dirkbaechle/scons/src/e407cf52365c/src/engine/SCons/Tool/JavaCommon.py)
should add '1.7' to line 174 or ensure that it's handled in some fashion in
the addAnonClass() method.
More information about the Scons-users
mailing list