User: vharcq  
  Date: 02/05/04 02:18:05

  Modified:    modules/script Tag: MODULE_REFACTORING_BRANCH build.xml
  Log:
  Build scripts shpuld be ok.  the problem is now in TemplateEngine singleton
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.6   +15 -2     xdoclet/modules/script/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/modules/script/Attic/build.xml,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -w -r1.1.2.5 -r1.1.2.6
  --- build.xml 29 Apr 2002 21:44:06 -0000      1.1.2.5
  +++ build.xml 4 May 2002 09:18:05 -0000       1.1.2.6
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<project name="XDoclet" default="jar" basedir="..">
  +<project name="XDoclet" default="main" basedir="..">
   
       <property name="root.dir"                       value=".."/>
       
  @@ -152,8 +152,21 @@
           </jar>
       </target>
      
  -    <target name="clean">
  +    <target name="main" depends="jar,prepare-samples">
  +    </target>
       
  +    <!-- =================================================================== -->
  +    <!-- Copy jar files to samples/lib                                       -->
  +    <!-- =================================================================== -->
  +    <target name="prepare-samples">
  +        <!-- xdoclet.jar must be with ant.jar -->
  +        <copy todir="${root.dir}/core/samples/lib">
  +            <fileset dir="${root.dir}/modules/build/output/lib" 
includes="xdoclet-all-modules.jar" />
  +        </copy>
  +    </target>
  +    
  +   
  +    <target name="clean">
           <delete dir="${output.dir}"/>
           <!-- The module's build dir -->
           <delete includeEmptyDirs="true">
  
  
  

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to