1.3a2 I had mentioned earlier that the fileset task
for war to get all web-inf populated is not working as
expected.  see fileset tag is modified which does put
some data related to conf/properties but still it
never gets extracted in tomcat.  some thing is sure
strange either with ant or jetspeed.

  <target name="war" depends="jar"
description="Creates the war file">

      <!-- Create the war file -->
      <war warfile="${build.dir}/${project.name}.war"
          webxml="${webapp.dir}/WEB-INF/web.xml">

          <classes dir="${build.dest.dir}">
              <!-- Do not include test files in the
runtime jar -->
              <exclude name="**/Test*.*"/>
              <exclude name="**/test*.*"/>

              <!-- Also exclude the test
cactus.properties file -->
              <exclude name="cactus.properties"/>
          </classes>

          <lib dir="${lib.dir}">
              <include name="*.jar"/>
              <exclude name="servlet*.jar"/>
          </lib>
          <fileset dir="${webapp.dir}"/>

      </war>

  </target>


--- Josh Hone <[EMAIL PROTECTED]> wrote:
> Hi all -
> 
> I built the Jetspeed war file with source from today
> but cannot get it to 
> unpack.  I placed the war in the webapps directory
> of Tomcat but when I 
> check to see if anything new has been added like the
> services.persistence 
> classes, they are not there.
> 
> I have added some files of my own but this should
> not impede tomcat from 
> sending files to Jetspeed.  Anyone experienced this?
> 
> TIA,
> Josh Hone
> 
> 
>
_________________________________________________________________
> MSN Photos is the easiest way to share and print
> your photos: 
> http://photos.msn.com/support/worldwide.aspx
> 
> 
> --
> To unsubscribe, e-mail:  
>
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

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

Reply via email to