You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by he...@apache.org on 2004/11/01 15:16:54 UTC

cvs commit: db-torque README.txt maven.xml

henning     2004/11/01 06:16:54

  Modified:    .        Tag: TORQUE_3_1_BRANCH README.txt maven.xml
  Log:
  Add a notice to the README that jndi and jdbc are missing from the
  binary distribution jars.
  
  Reinstate dist:build-bin pregoal that copies the dependency jars into
  the libs directory. Make sure that the non-distributable jars (jndi,
  jdbc) are not copied.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.8.2.2   +5 -1      db-torque/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/db-torque/README.txt,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -r1.8.2.1 -r1.8.2.2
  --- README.txt	19 Aug 2004 01:12:44 -0000	1.8.2.1
  +++ README.txt	1 Nov 2004 14:16:54 -0000	1.8.2.2
  @@ -19,7 +19,11 @@
   docs/             <--- Contains a copy of the Torque documentation, 
                          including the API JavaDocs.
   lib/              <--- Contains the jar files required by the Torque 
  -                       runtime.
  +                       runtime. Note that the JNDI and JDBC jars are missing
  +                       because we are not allowed to distribute them. Please
  +                       get these files from:
  +		       JDBC: http://java.sun.com/products/jdbc/download.html#spec
  +		       JNDI: http://java.sun.com/products/jndi/
   master/build.xml  <--- The Ant build file for regenerating Torque.properties.
   master/default.prperties
                     <--- The properties that will be used when regenerating 
  
  
  
  1.20.2.4  +11 -0     db-torque/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/maven.xml,v
  retrieving revision 1.20.2.3
  retrieving revision 1.20.2.4
  diff -u -r1.20.2.3 -r1.20.2.4
  --- maven.xml	27 Oct 2004 14:24:49 -0000	1.20.2.3
  +++ maven.xml	1 Nov 2004 14:16:54 -0000	1.20.2.4
  @@ -37,6 +37,17 @@
     <property file="default.properties" />
   
     <!-- ================================================================== -->
  +  <!-- D I S T : B U I L D _ B I N   P R E   G O A L                      -->
  +  <!-- ================================================================== -->
  +  <!-- copies jars, templates, ... to the ${maven.dist.bin.assembly.dir}  -->
  +  <!-- to include them in the binary dists                                -->
  +  <!-- ================================================================== -->
  +  <preGoal name="dist:build-bin">
  +    <!-- include listed dependencies -->
  +    <deploy:copy-deps todir="${maven.dist.bin.assembly.dir}/lib" excludes="jndi:jndi,jdbc" />
  +  </preGoal>
  +
  +  <!-- ================================================================== -->
     <!-- R U N T I M E T E S T                                              -->
     <!-- ================================================================== -->
     <goal
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org