Daniel John Debrunner wrote:
Rick Hillegas wrote:
I have checked in some build logic which automatically sets the
compiler classpath properties. This is part of the work on DERBY-3117
and the goal, ultimately, is to have a Derby build script which
works out of the box without any customizing of ant.properties.
In order to take advantage of this automatic property setting today,
you need to remove some existing properties from your ant.properties
(j14lib, j15lib, java14compile.classpath, java15compile.classpath)
and, instead, set the following in ant.properties:
autosetProps=on
Any pointers on where one would look to add support for new
platforms/vms?
Thanks,
Dan.
Hi Dan,
The place to add support for additional platforms/vms would be
trunk/java/build/org/apache/derbyPreBuild/PropertySetter.java The class
has a pretty extensive header comment explaining what the class
does--but please let me know if the header is unclear.
Thanks,
-Rick