dion 2002/10/03 02:06:22
Modified: src/plugins-build/ant/xdocs changes.xml
Log:
Docs on fix
Revision Changes Path
1.2 +15 -0 jakarta-turbine-maven/src/plugins-build/ant/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/ant/xdocs/changes.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- changes.xml 3 Oct 2002 08:17:11 -0000 1.1
+++ changes.xml 3 Oct 2002 09:06:22 -0000 1.2
@@ -7,6 +7,21 @@
<body>
<release version="1.2" date="in CVS">
+ <action dev="jcej" type="fix">
+ <p>
+ Fixing a chicken-and-egg problem. The "test" and "compile-tests"
+ tasks were putting target/${final.name}.jar into the classpath.
+ </p>
+ <p>
+ But... the "jar" target that creates that jarfile is dependent
+ upon those two targets.
+ </p>
+ <p>
+ So, there was no way for the first two to succeed since the
+ jarfile couldn't be created. Now, the first two include target/classes
+ in the classpath and all is well.
+ </p>
+ </action>
<action dev="jcej" type="add">
Added the maven.ant.generatebuild.file property and docs
</action>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>