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

Marshall Culpepper (JIRA) jira-events at lists.jboss.org
Tue Nov 27 13:44:51 EST 2007


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

Marshall Culpepper reassigned RHDS-329:
---------------------------------------

    Assignee: Marshall Culpepper

> {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
>            Reporter: Marshall Culpepper
>         Assigned To: Marshall Culpepper
>
> <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