Yep, but it seems your mixing your main sources and your test sources into one dir: /src.
So a normal compile also tries to compile the test sources.
You're better off splitting the sources directories up:
/src/main/java
/src/main/resources
/src/test/java
/src/test/resources

Jeff Mutonho wrote, On 2006-11-14 11:03 AM:
On 11/14/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
Scope test is not included in build classpath. Both "problem" jars are
scoped "test". The others have no scope so they default to "compile".

Wayne


I get  confused by the scope thing.If scope is test , does that mean
the jars will only be used in the test phase of the build lifecycle?

Jeff  Mutonho
Cape Town
South Africa

GoogleTalk : ejbengine
Skype        : ejbengine
Registered Linux user number 366042

--
With kind regards,
Geoffrey De Smet


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

Reply via email to