It's trying to generate the jelly tag documentation which is done using a doclet.
I'd say the issue is that the target directory is not created when run inside the reactor. This should be raised as a bug in Jira. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Bateman, Patrick eMEDIA" <[EMAIL PROTECTED]> wrote on 13/08/2003 10:51:37 PM: > When I use Reactor to build sub-project site goals, I get the following > Jellydoc error. > > Anyone know why its looking for 'target/taglib.xml'. This does not occur > when I build the individual sub-projects. > > Thanks > > Pat > > jellydoc:doclet: > [echo] Generating jellydoc for packages > com.mytravel.mtcom.comp.campaign.web.* > [echo] Source directory is src/java > [javadoc] Generating Javadoc > [javadoc] Javadoc execution > [javadoc] Loading source files for package > com.mytravel.mtcom.comp.campaign.web... > [javadoc] Constructing Javadoc information... > [javadoc] java.io.FileNotFoundException: target/taglib.xml (No such file > or directory) > [javadoc] at java.io.FileOutputStream.open(Native Method) > [javadoc] at > java.io.FileOutputStream.<init>(FileOutputStream.java:135) > [javadoc] at java.io.FileOutputStream.<init>(FileOutputStream.java:57) > [javadoc] at > org.apache.maven.jellydoc.TagXMLDoclet.<init>(TagXMLDoclet.java:111) > [javadoc] at > org.apache.maven.jellydoc.TagXMLDoclet.start(TagXMLDoclet.java:396) > [javadoc] at java.lang.reflect.Method.invoke(Native Method) > [javadoc] at > com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:188) > [javadoc] at > com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:90) > [javadoc] at com.sun.tools.javadoc.Main.main(Main.java:228) > > This email and any files transmitted with it are confidential and intended > solely for the use of the individual or entity to whom they are addressed. > If you have received this email in error please notify the system manager. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
