[
http://jira.jboss.com/jira/browse/RHDS-329?page=all ]
Max Andersen updated RHDS-329:
------------------------------
Fix Version/s: 1.0.0.GA
Affects Version/s: 1.0.0.CR1
{basedir} should be ${basedir} in doc build.xml's
-------------------------------------------------
Key: RHDS-329
URL:
http://jira.jboss.com/jira/browse/RHDS-329
Project: Red Hat Developer Studio
Issue Type: Bug
Components: documentation
Affects Versions: 1.0.0.CR1
Reporter: Marshall Culpepper
Assigned To: Marshall Culpepper
Fix For: 1.0.0.GA
<condition property="build.dir" value="${doc-root}/${modulename}"
else="{basedir}/../build/reference">
<isset property="doc-root"/>
</condition>
Should be
<condition property="build.dir" value="${doc-root}/${modulename}"
else="${basedir}/../build/reference">
<isset property="doc-root"/>
</condition>
In all of the build.xml's for doc builds..
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira