Hi everyone,
how can i write properties.xml file for following java tasks
<java append="true" fork="true" failonerror="true" classpathref="classpath"
classname="com.ora.ITS.SDK.Tools.ConsoleParcelBuilder">
<arg line="-f SRC/org/net/carmel/services/ptts/PTTService.parceldef -o SRC/org/net/carmel/services/ptts/PTTService.parcel"/>
</java>
<java append="true" fork="true" failonerror="true" classpathref="classpath"
classname="com.ora.ITS.SDK.Tools.ConsoleDistribBuilder">
<arg line="-f SRC/org/net/carmel/services/ptts/PTTService.distribdef -o SRC/org/net/carmel/services/ptts/PTTService.distrib"/>
</java>
In this code i have to use
"com.ora.ITS.SDK.Tools.ConsoleParcelBuilder" and "com.ora.ITS.SDK.Tools.ConsoleDistribBuilder"
for each and every project so iwant to keep it seprately in properties.xml from where i can
use these commands for my all projects .And how can i give ars inmy build.xml file for these
commands .
thanx for your support
pritesh
_____________________________________________________________
Join SQAtester.com Community ---> http://www.sqatester.com/testersarea/joinus.htm
_____________________________________________________________
Select your own custom email address for FREE! Get you@yourchoice.com w/No Ads, 6MB, POP &
more! http://www.everyone.net/selectmail?campaign=tag
|