You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2004/09/27 23:46:33 UTC

cvs commit: jakarta-jetspeed-2/portal maven.xml

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: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org