brett 2004/06/11 19:48:26 Modified: faq plugin.jelly project.xml faq/xdocs changes.xml Log: PR: MPFAQ-12 make sure maven.faq.src exists Revision Changes Path 1.18 +1 -0 maven-plugins/faq/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /home/cvs/maven-plugins/faq/plugin.jelly,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- plugin.jelly 2 May 2004 13:27:49 -0000 1.17 +++ plugin.jelly 12 Jun 2004 02:48:26 -0000 1.18 @@ -146,6 +146,7 @@ <goal name="faq:init"> + <mkdir dir="${maven.faq.src}" /> <fileScanner var="fmlFiles"> <fileset dir="${maven.faq.src}" includes="**/*.fml"/> </fileScanner> 1.32 +1 -1 maven-plugins/faq/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/faq/project.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- project.xml 16 May 2004 02:30:27 -0000 1.31 +++ project.xml 12 Jun 2004 02:48:26 -0000 1.32 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-faq-plugin</id> <name>Maven FAQ Plug-in</name> - <currentVersion>1.3</currentVersion> + <currentVersion>1.4-SNAPSHOT</currentVersion> <gumpRepositoryId>jakarta</gumpRepositoryId> <description>Creates XDoc documentation from an FAQ XML document.</description> <shortDescription>FAQ Plugin</shortDescription> 1.14 +3 -0 maven-plugins/faq/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/faq/xdocs/changes.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- changes.xml 16 May 2004 02:30:27 -0000 1.13 +++ changes.xml 12 Jun 2004 02:48:26 -0000 1.14 @@ -24,6 +24,9 @@ <author email="[EMAIL PROTECTED]">dIon Gillard</author> </properties> <body> + <release version="1.4-SNAPSHOT" date="in CVS"> + <action dev="brett" type="fix" issue="MPFAQ-12">Make sure maven.faq.src exists to avoid exceptions</action> + </release> <release version="1.3" date="2004-05-15"> <action dev="vmassol" type="update" issue="MPFAQ-9">Only register/deregister the FAQ reports if there are <code>.fml</code>files present in the project.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]