Hi Vincent, Some quick replies and one big question:
> 2 things: > - what is your strategy for xdocs? Do you plan to convert every single > xdoc file to the maven format? I'm just trying to keep the xdocs the way it is for the moment. For that I have two options 1. Trying to generate the site from Maven, as normal. Just use my documentation/project.xml with "maven site". It's very basic, and I don't know xdocs/maven enough to know if it's totally stupid or not. But it might work. 2. Do my own Maven goal. This would be a lot like what's Ant doing I guess. It's more work, and it would require some maintenance, so I'll leave that as option B. > - why do you need to have navigation.xml pointing to ../dtds ? I don't need it. But in the current navigation.xml, there's a link to that DTD. So when Maven is working on that file, it fails to find the DTD, and the build fails miserably. *And now for the big question* I've got two projects (framework and samples/servlet for example). Project B depends on project A, because it uses classes compiled or packaged by project A. Well, how on earth do I make this link? If you're using Eclipse, it's the same thing as in the project properties > Java build path > projects (projects required on the build path). Ant still rulez, Julien. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
