On Tue, 11 Jan 2005, Radha Sangal <[EMAIL PROTECTED]> wrote:

> Changed command line : cmd /c ant -buildfile
> D:\v04_E\Build_Scripts\CvsDiffReports\automated_cvsdiffs.xml
> manualDiff -DDevBuild1=$1 -DDevBuild2=$2 -l D:\test2.txt
> 
> <property name="DevBuild1" value="${DevBuild1}"/>
> <property name="DevBuild2" value="${DevBuild2}"/>

those two lines are no-ops.  If DevBuild? has been defined, they won't
do anything - if they haven't, they assign the value ${DevBuild?} to
them, which is kind of useless.

> <echo message="Starting CVS Difference Report (${DevBuild1} to
> ${DevBuild2})"/>      
>               
> Output :
> manualDiff:
>      [echo] Starting CVS Difference Report ($1 to $2)

Shows that $1 and $2 from your command line haven't been replaced.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to