taylor 2004/02/18 13:20:59
Modified: cps maven.xml
cps/test/rewriter test-001-output.html
Log:
copy over bsh files as pregoal to testing
Revision Changes Path
1.8 +10 -2 jakarta-jetspeed-2/cps/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/cps/maven.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- maven.xml 18 Feb 2004 09:14:14 -0000 1.7
+++ maven.xml 18 Feb 2004 21:20:59 -0000 1.8
@@ -16,11 +16,19 @@
<!-- Set System properties for junit -->
<!-- ================================================================ -->
<preGoal name="test:single">
- <copy file="./src/java/META-INF/js-components.properties"
tofile="./target/classes/META-INF/js-components.properties"/>
+ <attainGoal name="why.doesnt.maven.do.this"/>
</preGoal>
<preGoal name="test:test">
- <copy file="./src/java/META-INF/js-components.properties"
tofile="./target/classes/META-INF/js-components.properties"/>
+ <attainGoal name="why.doesnt.maven.do.this"/>
</preGoal>
+ <goal name='why.doesnt.maven.do.this'>
+ <copy file="./src/java/META-INF/js-components.properties"
tofile="./target/classes/META-INF/js-components.properties"/>
+ <copy todir="./target/classes/org/apache/jetspeed/components/">
+ <fileset dir="./src/test/org/apache/jetspeed/components/">
+ <include name="**/*.bsh"/>
+ </fileset>
+ </copy>
+ </goal>
</project>
1.20 +6 -6 jakarta-jetspeed-2/cps/test/rewriter/test-001-output.html
Index: test-001-output.html
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/cps/test/rewriter/test-001-output.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- test-001-output.html 17 Feb 2004 18:35:00 -0000 1.19
+++ test-001-output.html 18 Feb 2004 21:20:59 -0000 1.20
@@ -1,10 +1,10 @@
<p>
This is a test</p>
-<a name="1" target="_BLANK" href="http://www.bluesunrise.com/suffix">keep this</a>
- <a name="2" target="_BLANK"
href="http://www.rewriter.com/stuff/junk/stuffedjunk.html/suffix">junk</a>
- <a name="3" target="_BLANK"
href="http://www.rewriter.com/stuff/junk/stuffedjunk.html/suffix">junk2</a>
- <a name="4" href="javascript:whatever()">script</a>
- <a name="5" href="mailto:[EMAIL PROTECTED]">script</a>
- <a name="6" href="#INTERNAL">internal</a>
+<a target="_BLANK" href="http://www.bluesunrise.com/suffix" name="1">keep this</a>
+ <a target="_BLANK"
href="http://www.rewriter.com/stuff/junk/stuffedjunk.html/suffix" name="2">junk</a>
+ <a target="_BLANK"
href="http://www.rewriter.com/stuff/junk/stuffedjunk.html/suffix" name="3">junk2</a>
+ <a href="javascript:whatever()" name="4">script</a>
+ <a href="mailto:[EMAIL PROTECTED]" name="5">script</a>
+ <a href="#INTERNAL" name="6">internal</a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]