MPXDOC-174: Unclear error message when <currentVersion/> in project.xml not defined

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@291368 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2005-09-25 02:24:40 +00:00
parent 80ad091328
commit b04e80abd1
2 changed files with 4 additions and 1 deletions

View File

@@ -255,7 +255,9 @@
</div>
<div id="breadcrumbs">
<maven:property var="version" name="maven.xdoc.version" defaultValue="${pom.currentVersion}"/>
<j:if test="${!empty(pom.currentVersion)}">
<maven:property var="version" name="maven.xdoc.version" defaultValue="${pom.currentVersion}"/>
</j:if>
<j:set var="breadcrumbsUsed" value=""/>
<x:if select="$nav/body/breadcrumbs">

View File

@@ -27,6 +27,7 @@
</properties>
<body>
<release version="1.10" date="in SVN">
<action dev="ltheussl" type="fix" issue="MPXDOC-174">Unclear error message when <code>&lt;currentVersion/&gt;</code> in <code>project.xml</code> file not defined.</action>
<action dev="ltheussl" type="add" issue="MPXDOC-141" due-to="M. Sean Gilligan">Perform JSL transforms on xdocs <strong>only</strong> when they have changed.</action>
<action dev="ltheussl" type="add" issue="MPXDOC-169">Add xdoc tag library documentation to the plugin site.</action>
<action dev="ltheussl" type="fix" issue="MPXDOC-87">Fix <code>xdoc:validate</code>.</action>