Changeset 3300

Show
Ignore:
Timestamp:
05/03/08 16:55:05 (3 months ago)
Author:
borning
Message:

trying to debug cruisecontrol

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/opus_docs/build.xml

    r3299 r3300  
    33        <property name="webdir" value="/projects/urbansim5/www.urbansim.org/" /> 
    44        <property name="pythonpathdir" value="${basedir}/.." /> 
     5        <property environment="env" /> 
    56 
    67        <target name="build-latex-docs"> 
    78                <exec executable="python" failonerror="true"> 
     9                        <env key="PYTHONPATH" path="${pythonpathdir}:${env.PYTHONPATH}" /> 
    810                        <arg line="manual/build_docs.py" /> 
    911                </exec> 
     
    1214        <target name="build-tutorials"> 
    1315                <exec executable="python" failonerror="true"> 
     16                        <env key="PYTHONPATH" path="${pythonpathdir}:${env.PYTHONPATH}" /> 
    1417                        <arg line="tutorials/build_docs.py" /> 
    1518                </exec>