When using reactor in this way, and a maven.build.dir directory of ../target/subproject (so all in one target directory), jdepend fails because it seems to look in ../ from the wrong directory. My guess was ${basedir} would fix it.
- Brett
James Ward wrote:
Charles,
Your lucky day. I just spent a few hours debugging this one. Here is my workaround... In my subprojects' project.xml files I do this:
<extend>${basedir}/../project.xml</extend>
Let me know if that fixes it. It did for me.
-James
On Wednesday 08 January 2003 02:56 pm, Brett Porter wrote:
Chan, Charles wrote:Sorry, I had to ask just in case :)No, I don't have <extend> in my master project.xml... anyway here's the output with -X if that helps. I am using CVS HEAD too.
Looks to me like a bug - */ is including .. perhaps?
I lied a little: I use java/*/project.xml which explains what is up.
When I used */project.xml I got a blank entry in the reactor, but not
bug under -beta-7. I only just rebuilt from CVS HEAD today, so I can try
again and see if I can reproduce it.
Cheers,
Brett
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional
commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
