Hi, I ran into a problem while using xdoclet:webdoclet. I specified a preGoal target for java:compile to process the webdoclet task before compiling the sources. If i run "maven clean war" the resulting .war-file does not contain the generated web.xml file. It appears to me that webdoclet does not fork the jvm process. Hence the web.xml file is written to the filesystem when the jvm finishes the maven process. At this stage the .war-file had been generated and so does not see a web.xml file. Is there a way around this problem? My first idea was to look if attainGoal has a fork property itself.
Did anyone had similar problems with xdoclet? Dominik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
