dion        2003/07/16 23:50:43

  Modified:    xdocs    faq.fml
  Log:
  Add faq from wiki
  
  Revision  Changes    Path
  1.2       +25 -0     maven/xdocs/faq.fml
  
  Index: faq.fml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/faq.fml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq.fml   17 Jul 2003 01:22:31 -0000      1.1
  +++ faq.fml   17 Jul 2003 06:50:42 -0000      1.2
  @@ -168,6 +168,31 @@
         </answer>
       </faq>
   
  +    <faq id="BrokenManifestInBeta9">
  +      <question>My jars don't work under my application server</question>
  +      <answer>
  +        <p>There is a bug in Maven Beta 9 that causes jars to be produced with 
invalid manifests.
  +          The problem with the manifests only comes to light when using the jars 
inside an Extension-aware
  +          program - eg. Tomcat.
  +        </p>
  +        <p>
  +          <strong>If you are running beta-10 or later, you do not need to do 
this</strong>
  +        </p>
  +        <p>
  +          <a 
href="http://projects.walding.com/maven-patches/maven-jar-plugin-1.0.jar";>
  +          http://projects.walding.com/maven-patches/maven-jar-plugin-1.0.jar
  +          </a> resolves this issue and is built from CVS between beta 9 and 10.
  +        </p>
  +        <p>
  +          Installation
  +        </p>
  +        <source>
  +rm -r $MAVEN_HOME/plugins/maven-jar-plugin-1.0 
  +rm $MAVEN_HOME/plugins/maven-jar-plugin-1.0.jar 
  +wget -P $MAVEN_HOME/plugins 
http://projects.walding.com/maven-patches/maven-jar-plugin-1.0.jar 
  +        </source>
  +      </answer>
  +    </faq>
     </part>
   
     <part id="building">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to