Everything was building fine for me, but unfortunately I cannot guarantee everything got into SVN the way I had it. I am still having severe problems with SVN getting corrupted on a continual basis and generally just wasting my time. I have yet to see *ANY* benefit of SVN over CVS. SVN is slower and drastically more fragile than CVS ever was.
-Scott > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 13, 2005 9:06 PM > To: [email protected] > Subject: svn commit: r216295 - /portals/jetspeed-2/trunk/maven- > plugin/maven.xml > > Author: taylor > Date: Wed Jul 13 18:05:53 2005 > New Revision: 216295 > > URL: http://svn.apache.org/viewcvs?rev=216295&view=rev > Log: > build broken, attempting to patch it up so i can get on with it > > Modified: > portals/jetspeed-2/trunk/maven-plugin/maven.xml > > Modified: portals/jetspeed-2/trunk/maven-plugin/maven.xml > URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/maven- > plugin/maven.xml?rev=216295&r1=216294&r2=216295&view=diff > ========================================================================== > ==== > --- portals/jetspeed-2/trunk/maven-plugin/maven.xml (original) > +++ portals/jetspeed-2/trunk/maven-plugin/maven.xml Wed Jul 13 18:05:53 > 2005 > @@ -20,6 +20,7 @@ > xmlns:ant="jelly:ant" xmlns:util="jelly:util"> > > <preGoal name="java:jar-resources"> > + <!-- > <copy todir="target/classes/plugin-resources/etc/project- > dependencies" overwrite="true" failonerror="true"> > <fileset dir="../etc/project-dependencies" /> > </copy> > @@ -29,9 +30,14 @@ > <copy todir="target/classes/plugin-resources/etc/project-reports" > overwrite="true" failonerror="true"> > <fileset dir="../etc/project-reports" /> > </copy> > + --> > <!-- > <attainGoal name="copyDb" /> > --> > + <copy todir="target/classes/plugin-resources/etc/db-ojb" > overwrite="true" failonerror="true"> > + <fileset dir="../etc/db-ojb" /> > + </copy> > + > <attainGoal name="copyPortlaWebApp" /> > <copy file="../portal-webapp/project.xml" > tofile="${basedir}/target/classes/plugin-resources/portal_project.xml" > overwrite="true" failonerror="true" /> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
