taylor      2004/09/29 23:03:27

  Modified:    portal   maven.xml
  Log:
  removing extra copy
  finally got the build resolved - it appears it was an issue with how I specified my 
path in build.properties on Windows
  
  Revision  Changes    Path
  1.105     +0 -15     jakarta-jetspeed-2/portal/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
  retrieving revision 1.104
  retrieving revision 1.105
  diff -u -r1.104 -r1.105
  --- maven.xml 29 Sep 2004 19:15:20 -0000      1.104
  +++ maven.xml 30 Sep 2004 06:03:27 -0000      1.105
  @@ -644,19 +644,4 @@
        <delete file="${context_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="${org.apache.jetspeed.project.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