dion 02/05/05 00:30:12
Modified: xdocs/ref faq.xml
Log:
Added changelog bizarro error Rainier had last night
Revision Changes Path
1.2 +44 -0 jakarta-turbine-maven/xdocs/ref/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/faq.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- faq.xml 1 May 2002 22:03:11 -0000 1.1
+++ faq.xml 5 May 2002 07:30:12 -0000 1.2
@@ -61,6 +61,18 @@
results than just running CheckStyle?
</a>
</li>
+ <li>
+ <a href="#dvsl-resource-not-an-error">
+ My build fails with <code>unable to find resource
+ 'VM_global_library.vm' in any resource loader</code>. What is this
+ error?
+ </a>
+ </li>
+ <li>
+ <a href="#changelog-no-local-copy">
+ Why does change log ask me to check out the source code?
+ </a>
+ </li>
</ol>
<p><strong>Building Maven</strong></p>
<ol>
@@ -174,6 +186,38 @@
<code>checkstyle.rcurly</code> to <code>same</code>.
Please refer to the <a href="properties.html#Checkstyle Settings">
Properties</a> document for more information on these settings.
+ </dd>
+ <dt>
+ <a name="dvsl-resource-not-an-error">
+ My build fails with <code>unable to find resource
+ 'VM_global_library.vm' in any resource loader</code>. What is this
+ error?
+ </a>
+ </dt>
+ <dd>
+ This is a dvsl message about a missing resource that doesn't really
+ cause the build to fail. If you see this message, and your build is
+ not successful, please run your build again with the
+ <code>-debug</code> or <code>-verbose</code> options to determine
+ the build failure.
+ </dd>
+ <dt>
+ <a name="changelog-no-local-copy">
+ Why does change log ask me to check out the source code?
+ </a>
+ </dt>
+ <dd>
+ When you run the cvs change log report in maven, you may see an
+ error occasionally, such as:
+ <p>
+ <code>cvs [log aborted]: there is no version here; do 'cvs
checkout' first
+ <br /> ChangeLog found: 5 entries
+ </code>
+ </p>
+ This is caused by the cvs log command finding a directory in it's
+ repository that you don't have locally. Note: The directory may not
+ appear on a checkout or update if it is empty in the repository.
+ Please do a clean checkout of the code and retry the report.
</dd>
</dl>
</section>