vmassol     2002/12/15 01:53:12

  Modified:    .        build.properties.sample build.xml
  Log:
  - stylebook.jar is optional
  - jars in the sample properties file must be versioned
  
  Note: There is still a least one bug: the stylebook jar that is specified in the 
global build.properties will *not* get passed to the documentation subproject build. 
This is slightly complex to do as it must be passed only if stylebook.jar is defined.
  
  Revision  Changes    Path
  1.31      +5 -4      jakarta-cactus/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.properties.sample   12 Dec 2002 11:00:44 -0000      1.30
  +++ build.properties.sample   15 Dec 2002 09:53:12 -0000      1.31
  @@ -55,9 +55,6 @@
   # The location of the JSTL jar
   standard.jar = ${lib.repo}/taglibs/jars/standard-1.0.2.jar
   
  -# The location of the Stylebook jar (used to generate the documentation)
  -stylebook.jar = ${lib.repo}/stylebook/jars/stylebook.jar
  -
   # CVS executable to use for documentation generation (used to automatically
   # generate web site changelog).
   cvs.executable = cvs
  @@ -70,6 +67,10 @@
   # for both APIs)
   j2ee.12.jar = ${lib.repo}/j2ee/jars/j2ee-1.2.jar
   j2ee.13.jar = ${lib.repo}/j2ee/jars/j2ee-1.3.jar
  +
  +# The location of the Stylebook jar (used to generate the documentation).
  +# If not specified here, the jar must be present in ANTHOME/lib
  +stylebook.jar = ${lib.repo}/stylebook/jars/stylebook-1.0-b3_xalan-2.jar
   
   # The port to use for starting the servers during unit testing. If not
   # sepcified, it defaults to port 8080.
  
  
  
  1.29      +1 -1      jakarta-cactus/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml 12 Dec 2002 11:00:44 -0000      1.28
  +++ build.xml 15 Dec 2002 09:53:12 -0000      1.29
  @@ -100,8 +100,8 @@
           <echo message="servlet.jar = ${servlet.jar}"/>
           <echo message=""/>
           <echo message="cvs.executable = ${cvs.executable}"/>
  -        <echo message="stylebook.jar = ${stylebook.jar}"/>
           <echo message=""/>
  +        <echo message="stylebook.jar (optional) = ${stylebook.jar}"/>
           <echo message="clover.enable (optional) = ${clover.enable}"/>
           <echo message=""/>
   
  
  
  

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

Reply via email to