Martijn Kruithof wrote:
> Hi
>
> Is it an option to use JDK 1.5 completely and specify the source ant
> target attributes
Martijn, Jaysheel wants to use <java/>, not <javac/> ;-)
>
>
> Martijn
>
>
>>
>>
>> <target name="runTest">
>>
>>        <java jar="test.jar" fork="true" jvm="C:/jdk1_5/jre/bin/java">
>>
>>            <arg value="+n" />
>>
>>            <arg value="test.xml" />
>>
>>        </java>
>>
>>    </target>
>>
Hello Jaysheel,

I would be curious to see the output of ant -d or ant -v so that the
exact command line which gets issued by ant gets printed.

Regards,

Antoine

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

Reply via email to