You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/03/11 16:22:08 UTC

cvs commit: jakarta-turbine-fulcrum default.properties

jvanzyl     02/03/11 07:22:08

  Modified:    .        default.properties
  Log:
  Worked the OM generation problem with James. It appears that using
  
  ./${build.src}/report.turbine.om.generation
  
  Seems to cause a problem with the <uptodate> task on W2K. Changing this
  to:
  
  ${basedir}/${build.src}/report.turbine.om.generation
  
  Appears to fix the problem. Maven uses ${basedir} so this won't be
  a problem when we switch.
  
  Revision  Changes    Path
  1.21      +1 -1      jakarta-turbine-fulcrum/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/default.properties,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- default.properties	7 Mar 2002 23:43:47 -0000	1.20
  +++ default.properties	11 Mar 2002 15:22:08 -0000	1.21
  @@ -104,4 +104,4 @@
   scheduler.database.name = default
   security.extra.user.columns=
   
  -omStatusFile = ./${build.src}/report.turbine.om.generation
  +omStatusFile = ${basedir}/${build.src}/report.turbine.om.generation
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>