Our project contains junit and httpunit automated tests. To create the
eclipse project settings we are using the 1.5 version of the Eclipse plugin.
For the unit-test directory this plugin generates a reference in the
.classpath file, but for the integration-test directory it does not.
Here a snippet from our project.xml:
<unitTestSourceDirectory>
${basedir}/src/test/unit
</unitTestSourceDirectory>
> <integrationUnitTestSourceDirectory>
> ${basedir}/src/test/integration
> </integrationUnitTestSourceDirectory>
>
> Regards,
> Ingo
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]