Hi,
 
Anyone can help me on the abovementioned?
 
I've tried the followings but no success. What I try to do is to pass param d.output, d.lib & d.dist to other build file.
 
1. >From <nant> tag
----------------------------------------
  <nant buildfile="${dir.dest}\${DataAccess.filename.dest}" target="build" inheritall="true" verbose="${isverbose}">
   <properties>
    <property name="d.output" value="${nant.project.basedir}\build\${project.name}-${project.version}-${project.config}\web\bin" />
    <property name="d.lib" value="${nant.project.basedir}\build\${project.name}-${project.version}-${project.config}\web\bin\lib" />
    <property name="d.dist" value="${nant.project.basedir}\build\${project.name}-${project.version}-${project.config}\web\bin\dist" />
   </properties>
  </nant>
 
 
2. From <style> tag
----------------------------------------
  <style in="${DataAccess.dir.src}\${DataAccess.filename.src}" out="${dir.dest}\${DataAccess.filename.dest}"  extension="build" style="${stylesheet}">
   <parameters>
    <parameter name="reportType" namespaceuri="" value="Plain" />
   </parameters>
  </style>
 
 
Thanks,
Hadzramin

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date: 11/1/2004


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date: 11/1/2004

Reply via email to