Hello all, I added two new features to the SCA and SDO ant build system. The first is the ability to compile in debug mode. To compile debug, just do one of the following: - <from the command line> ant -Ddebug=true # set it to on, yes, or true to turn on debugging - <platform.properties file> set the platform.debug.compile property to true, on, or yes to compile debug. The second feature allows you to import additional targets/definitions which is very useful for defining additional compilers/linkers for compiling on additional platforms. To use this feature, in the platform.properties file, set the platform.external.definitions.file property to the path of the external file. The patches have been uploaded to the following JIRAs https://issues.apache.org/jira/browse/TUSCANY-1438 (SCA) https://issues.apache.org/jira/browse/TUSCANY-1509 (SDO) Can someone please submit the patches to the SCA and SDO code bases. Thanks -------------------- Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED]
