taylor      2004/09/27 14:46:33

  Modified:    portal   maven.xml
  Log:
  maven was not copying thedog OJB files
  been at this all day, i give up, time to move on
  
  Revision  Changes    Path
  1.99      +15 -0     jakarta-jetspeed-2/portal/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- maven.xml 25 Sep 2004 23:03:18 -0000      1.98
  +++ maven.xml 27 Sep 2004 21:46:33 -0000      1.99
  @@ -631,4 +631,19 @@
       <delete file="${org.apache.jetspeed.deploy.war.dir}/security.xml"/>
     </goal>
   
  +<!--
  +UNCOMMENT This code out if you get a FileNotException on OJB.properties
  +I think there is a bug on Maven and some combination of Operating System
  +Anyway Im foo-bared by this one until I can figure out why Maven is not 
  +copying over the files, so I need this 'manual' copy in order to deploy
  +
  +  <postGoal name="java:compile">     
  +    <copy todir="target/classes">
  +        <fileset dir="${jetspeed2.home}/etc/db-ojb">
  +        </fileset>
  +    </copy>
  +-->
  +
  +  </postGoal>
  +
   </project>
  
  
  

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

Reply via email to