I don't think you can change it, at least not without modifications to
the build harness and source code to the IDE.
I've never needed to change the default locations, but I can explain
why they're that way.
Having a package of test/src limits you to one type of test; unit
tests in this case. NetBeans puts an extra folder in the path to
indicate the type of test, so you have test/unit/src for unit tests
and test/qa-functional/src for functional tests.
On Tue, Oct 20, 2009 at 2:09 AM, Q. L. Nguyen <
teklan@...> wrote:
>
> If i want to create JUnit-Test-Classes for my 'NetBeans Module'-Project I
> cannot specify custom location for my JUnit-test-Classes. The default
> location "Unit Test Packages" and directory "test/unit/src", respectively,
> cannot be unset. My task is it to set the location of my JUnit-Test-Classes
> to the directory "test/src".
>
> It is possible to specify a custom location when working with other projects
> like normal Java Applications or FreeForm-Projects - but why not with
> 'NetBeans Module'-Projects?
>
> Is there any property in some build-scripts I can set?
> --
> View this message in context:
http://www.nabble.com/Custom-JUnit-Test-Classes-Location-with-%27NetBeans-Module%27-Projects-tp25970660p25970660.html> Sent from the Netbeans RCP/Platform Users (Open API) mailing list archive at Nabble.com.
>
>
--
Tom Wheeler
http://www.tomwheeler.com/