Source generated by XDoclet not found only on Linux

2007-06-11 Thread Jens Hohl
Hello, i have a curious problem that Stop our Build Process on a Linux maschine. So far I can tell that before XDoclet was running well on that maschine. As the project grows something broken an I am unable to figure out that wrong there: plugin

Re: Source generated by XDoclet not found only on Linux

2007-06-11 Thread Wayne Fay
You haven't specified the version for xdoclet-maven-plugin that I can see. You must do this. Additionally, are you sure the JDK versions are the same on both machines? This can certainly make a difference. Finally, try mvn -U on both machines to make sure all your plugins and dependencies etc

AW: Source generated by XDoclet not found only on Linux

2007-06-11 Thread Jens Hohl
So, i copied my working .m2 dir on the linux system. I the get same problem as before. I clean up complete workspace .. nothing. What to do ? Jens -Ursprüngliche Nachricht- Von: Wayne Fay [mailto:[EMAIL PROTECTED] Gesendet: Montag, 11. Juni 2007 16:14 An: Maven Users List Betreff:

Re: AW: Source generated by XDoclet not found only on Linux

2007-06-11 Thread Mac Systems
To be more precisly: My Linux maschine usind JDK 1.5.07 ..on Windows it is JDK 1.5_09. There are no updates made while the Build were made on linux from maven. So what the heck is going on ? Actually i am totally frustrated by maven as i cannot take simple control of such things like in ANT.

Re: AW: Source generated by XDoclet not found only on Linux

2007-06-11 Thread Wayne Fay
Perhaps its a language issue, but I'm still not 100% clear what your problem is. It sounds like you're claiming the xdoclet plugin is writing output to a directory under /target, but then that directory is not being compiled along with the rest of the code as you would expect. Is this correct?