You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by de...@apache.org on 2010/08/15 19:57:39 UTC

svn commit: r985722 - in /maven/doxia/doxia/trunk/doxia-modules: doxia-module-fml/pom.xml doxia-module-xdoc/pom.xml

Author: dennisl
Date: Sun Aug 15 17:57:39 2010
New Revision: 985722

URL: http://svn.apache.org/viewvc?rev=985722&view=rev
Log:
[DOXIA-393] Unable to deploy site for fml and xdoc modules.
o There was a path error in the antrun executions

Modified:
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml?rev=985722&r1=985721&r2=985722&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml Sun Aug 15 17:57:39 2010
@@ -113,7 +113,7 @@ under the License.
                     <condition property="dir" value="${project.reporting.outputDirectory}/xsddoc">
                       <matches string="${project.reporting.outputDirectory}" pattern="^${basedir}" />
                     </condition>
-                    <condition property="dir" value="${basedir}/${project.reporting.outputDirectory}/xsddoc">
+                    <condition property="dir" value="${project.reporting.outputDirectory}/xsddoc">
                       <not>
                         <isset property="dir" />
                       </not>

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml?rev=985722&r1=985721&r2=985722&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml Sun Aug 15 17:57:39 2010
@@ -94,7 +94,7 @@ under the License.
                     <condition property="dir" value="${project.reporting.outputDirectory}/xsddoc">
                       <matches string="${project.reporting.outputDirectory}" pattern="^${basedir}" />
                     </condition>
-                    <condition property="dir" value="${basedir}/${project.reporting.outputDirectory}/xsddoc">
+                    <condition property="dir" value="${project.reporting.outputDirectory}/xsddoc">
                       <not>
                         <isset property="dir" />
                       </not>