Quantcast
Channel: Adobe Community : Unanswered Discussions - ColdFusion
Viewing all articles
Browse latest Browse all 5794

ColdFusionProhect building with ANT script

$
0
0

I am new to coldfsion.I have some doubt in building coldfusion code with ant script to generate a war file

 

<targetname="war">

  <echomessage="Creating WAR file ..."/>

 

  <wardestfile="${distrib.dir}/${warFileName}"webxml="./WEB-INF/web.xml">

 

  <filesetdir="./src"/>

 

  <filesetdir="./build/src">

 

  <includename="**/*.jar"/>

 

  </fileset>

 

  <filesetdir="${distrib.dir}/configfiles"/>

 

  </war>

 

  <echomessage="WAR file created."/>

 

  </target>

 

I generated the war file and unzipped the war file and seen that code is just copied in war as like tar file. .Is generated war file right ?

 

Is any other way to generate war file for coldfusion code ?

 

Please help me on this.

 


Viewing all articles
Browse latest Browse all 5794

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>