You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by dl...@apache.org on 2002/10/11 05:52:44 UTC

cvs commit: jakarta-turbine-fulcrum maven.xml

dlr         2002/10/10 20:52:44

  Modified:    .        maven.xml
  Log:
  Removed worthless <mkdir> from the "check-om" goal.
  
  Currently, the Fulcrum Maven build must be run _twice_ after a "clean"
  due a problem in Maven's driver.jelly (jvz and I have discussed a
  solution which he will implement).  Specifically, code from
  driver.jelly (which is not yet part of a goal) is responsible for
  setting the "sourcesPresent" property.  For Fulcrum, which uses a
  "pom.build.sourceDirectory" directory which is created in its target/
  dir, the directory is not present at the time driver.jelly is
  executed, meaning that the "sourcesPresent" is not set, meaning that
  Fulcrum's sources are not compiled the first time the build is run
  after a "clean".  You can work around this manually by doing a `mkdir
  -p target/src/`, or by executing Fulcrum's Maven build twice.
  
  Revision  Changes    Path
  1.7       +0 -1      jakarta-turbine-fulcrum/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/maven.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- maven.xml	15 Aug 2002 17:47:44 -0000	1.6
  +++ maven.xml	11 Oct 2002 03:52:44 -0000	1.7
  @@ -50,7 +50,6 @@
         value="${maven.prepareSourceDirectory}/report.turbine.om.generation"
       />
   
  -    <mkdir dir="target/src"/>
       <j:set var="omGenerated" value="false"/>
       
       <uptodate
  
  
  

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