[jboss-dev] avoiding tests from affecting the workspace build
Scott M Stark
scott.stark at jboss.com
Mon Oct 2 18:06:58 EDT 2006
The only way I can see to accomplish this is to create a separate unit
test project (server-tests, tomcat-tests), so that the test project has
no dependencies on it.
Scott M Stark wrote:
> As I'm adding tests locally to jbossas projects, the workspace is
> being rebuilt too frequently. There is no distinction between
> src/tests amdn src/main in terms of the classes being part of the
> project classpath and its exported classes. If I go into the Java
> Build Path Order and Export tab, I cannot deselect the src/tests
> entry. Is there a way to achieve this?
>
More information about the jboss-development
mailing list