leif        2002/08/12 19:48:06

  Modified:    fortress build.xml
  Log:
  Modify so that the complete jar is always built.  The examples will not work
  without it and it seems unreasonable to have to force the users to hunt for 
the
  correct build target.
  
  Revision  Changes    Path
  1.45      +2 -2      jakarta-avalon-excalibur/fortress/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- build.xml 10 Aug 2002 21:14:34 -0000      1.44
  +++ build.xml 13 Aug 2002 02:48:06 -0000      1.45
  @@ -58,7 +58,7 @@
       </path>
       <property name="cp" refid="test.class.path"/>
   
  -    <target name="main" depends="jar" description="Build the project"/>
  +    <target name="main" depends="big-jar" description="Build the project"/>
       <target name="rebuild" depends="clean,main" description="Rebuild the 
project"/>
   
       <target name="big-jar" depends="jar" description="Build the big jar with 
all dependencies included">
  @@ -397,7 +397,7 @@
       </target>
   
       <!-- Creates a mini jar-only distribution -->
  -    <target name="dist-jar" depends="jar">
  +    <target name="dist-jar" depends="big-jar">
           <mkdir dir="${dist.dir}"/>
           <copy todir="${dist.dir}">
               <fileset dir="${build.lib}">
  
  
  

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

Reply via email to