[jbosstools-issues] [JBoss JIRA] Closed: (RHDS-329) {basedir} should be ${basedir} in doc build.xml's

Svetlana mukhina (JIRA) jira-events at lists.jboss.org
Fri Dec 7 11:58:51 EST 2007


     [ http://jira.jboss.com/jira/browse/RHDS-329?page=all ]

Svetlana mukhina closed RHDS-329.
---------------------------------

    Resolution: Done

> {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

        



More information about the jbosstools-issues mailing list