Bladeren bron

Fix to "docs" target. FORREST_HOME no longer needs to be in your PATH for the target to work as you would expect it to.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@966339 13f79535-47bb-0310-9956-ffa450edef68
pull/21/head
Adrian Cumiskey 14 jaren geleden
bovenliggende
commit
f43b4cd444
1 gewijzigde bestanden met toevoegingen van 2 en 6 verwijderingen
  1. 2
    6
      build.xml

+ 2
- 6
build.xml Bestand weergeven

@@ -1208,16 +1208,12 @@ NOTE:
<!-- =================================================================== -->
<target name="docs" description="Generates documentation">
<echo message="Building documentation with Forrest..."/>
<!--
<echo message="Make sure that you have installed Apache Forrest and"/>
<echo message="the FORREST_HOME environment variable is set (see http://forrest.apache.org/)"/>
<echo message="FORREST_HOME = ${forrest.home}"/>
-->
<echo message="FORREST_HOME = ${env.FORREST_HOME}"/>
<echo message="Make sure you have a proper Forrest installation (see http://forrest.apache.org/)"/>
<condition property="forrest.call" value="forrest.bat" else="forrest">
<os family="windows"/>
</condition>
<exec executable="${forrest.call}"/>
<exec executable="${env.FORREST_HOME}/bin/${forrest.call}"/>
</target>
<!-- =================================================================== -->
<!-- Creates the distribution -->

Laden…
Annuleren
Opslaan