On 10/2/06, Mark Hindess <[EMAIL PROTECTED]> wrote:
<...> I think we need more than one tests.jar. In fact, I think we need more than one tests.jar per module since some tests need to be on the bootclasspath while others do not (and should not). At the moment it might be necessary to have more since there isn't really a way to distinguish api/internal tests (this might change if/when we move to testng).
Mark, could you please look on the *HARMONY-984*<http://issues.apache.org/jira/browse/HARMONY-984>? If accessibility.build.patch<http://issues.apache.org/jira/secure/attachment/12342238/accessibility.build.patch>is OK I'll prepare similar updates for other modules. Thanks, Vladimir <...>Regards,
Mark. [0] Start of build would need to do: if ${hy.jdk} != ${hy.hdk}/jdk then copy ${hy.hdk}/jdk to ${hy.jdk} and only deploy jdk files in to ${hy.jdk} - I think/hope this is true already.