You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by md...@apache.org on 2003/09/02 17:14:38 UTC

cvs commit: jakarta-bcel/xdocs faq.xml index.xml projects.xml

mdahm       2003/09/02 08:14:38

  Modified:    xdocs    faq.xml index.xml projects.xml
  Log:
  additions
  
  Revision  Changes    Path
  1.6       +7 -0      jakarta-bcel/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-bcel/xdocs/faq.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- faq.xml	12 Mar 2002 17:58:46 -0000	1.5
  +++ faq.xml	2 Sep 2003 15:14:38 -0000	1.6
  @@ -63,6 +63,13 @@
         <tt>util</tt> package, namely <tt>ClassLoader</tt> and
          <tt>JavaWrapper</tt>. Take a look at the <tt> ProxyCreator</tt> example.
       </p>
  +
  +    <p>
  +      <b>Q:</b> I get a verification error, what can I do?
  +      <br/>
  +      <b>A:</b> Use the JustIce verifier that comes together with BCEL
  +      to get more detailed information.
  +    </p>
       
       </section>
   <!--
  
  
  
  1.6       +7 -1      jakarta-bcel/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-bcel/xdocs/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml	25 Apr 2003 08:25:37 -0000	1.5
  +++ index.xml	2 Sep 2003 15:14:38 -0000	1.6
  @@ -33,7 +33,13 @@
       as compilers, optimizers, obsfuscators, code generators
       and analysis tools.
     </p>
  -  
  +
  +  <p>
  +    It contains a byte code verifier named JustIce, which usually
  +    gives you much better information about what's wrong with your
  +    code than the standard JVM message.
  +  </p>
  +
     </section>
     
     </body>
  
  
  
  1.12      +4 -0      jakarta-bcel/xdocs/projects.xml
  
  Index: projects.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-bcel/xdocs/projects.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- projects.xml	18 Aug 2003 14:16:00 -0000	1.11
  +++ projects.xml	2 Sep 2003 15:14:38 -0000	1.12
  @@ -42,6 +42,10 @@
       </li>
   
       <li>
  +      <a HREF="http://just4log.sourceforge.net/">Just4Log</a>
  +    </li>
  +
  +    <li>
         <a HREF="http://www.geocities.com/vamp201/">Venus Application Publisher</a>
       </li>