Ole Ersoy wrote:
> 
> Hi,
> 
> Does anyone know whether I can specify which directory
> a junit test will run in.
> 

What kind of output do your Junit tests have?

IMHO, Junit shouldn't have any output, except for failure of the test. Junit
is about automatised tests. Such test shouldn't have any output.
Moreover, if your tests have any output, it should definitly goes in the
target directory, not in the src...

Denis.

-- 
View this message in context: 
http://www.nabble.com/JUnit-Output-Directory-tf1993004.html#a5481005
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to