I was wondering how I can add specific files to a Eclipse Project Classpath
using the Maven Eclipse plugin...

My layout is as follows

\src
\src\configfiles
\src\configfiles\log4j.xml

\src\projectA
\src\projectA\src
\src\projectA\src\java
\src\projectA\src\test

\src\projectB
\src\projectB\src
\src\projectB\src\java
\src\projectB\src\test

When generating .project and .classpath files using the Maven Eclipse
plugin, both projects will have to have \src\configfiles\log4j.xml added to
their (Eclipse) classpath,
this to enable Eclipse to run Unit Test that do some logging.

Any idea's how to solve this ?

Marco

This e-mail and any attachment is for authorised use by the intended recipient(s) 
only. It may contain proprietary material, confidential information and/or be subject 
to legal privilege. It should not be copied, disclosed to, retained or used by, any 
other party. If you are not an intended recipient then please promptly delete this 
e-mail and any attachment and all copies and inform the sender. Thank you.

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

Reply via email to