• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ColdFusionProhect building with ANT script

Community Beginner ,
Sep 12, 2015 Sep 12, 2015

Copy link to clipboard

Copied

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

<target name="war" >

  <echo message="Creating WAR file ..." />

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

  <fileset dir="./src" />

  <fileset dir="./build/src">

  <include name="**/*.jar"/>

  </fileset>

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

  </war>

  <echo message="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.

Views

143

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources
Documentation