svn commit: r356550 - in /jakarta/bcel/trunk: README.JustIce README.txt REPORTING-BUGS build-maven.xml build.xml default.properties manifest.txt

[email protected]
Newsgroups gmane.comp.jakarta.bcel.devel
Message-ID <[email protected]>
Author: tcurdt
Date: Tue Dec 13 09:33:26 2005
New Revision: 356550

URL: http://svn.apache.org/viewcvs?rev=356550&view=rev
Log:
only build with maven, standard layout

Added:
    jakarta/bcel/trunk/README.txt   (with props)
Removed:
    jakarta/bcel/trunk/README.JustIce
    jakarta/bcel/trunk/REPORTING-BUGS
    jakarta/bcel/trunk/build-maven.xml
    jakarta/bcel/trunk/build.xml
    jakarta/bcel/trunk/default.properties
    jakarta/bcel/trunk/manifest.txt

Added: jakarta/bcel/trunk/README.txt
URL: http://svn.apache.org/viewcvs/jakarta/bcel/trunk/README.txt?rev=356550&view=auto
==============================================================================
--- jakarta/bcel/trunk/README.txt (added)
+++ jakarta/bcel/trunk/README.txt Tue Dec 13 09:33:26 2005
@@ -0,0 +1,54 @@
+
+
+--------------------------------
+RUNNING A CONSOLE-BASED VERIFIER
+--------------------------------
+
+A command like
+
+ java org.apache.bcel.verifier.Verifier fully.qualified.class.Name
+
+lets JustIce work standalone.
+
+
+If you get a "java.lang.OutOfMemoryError", you should increase the
+maximum Java heap space. A command like
+
+ java -Xmx1887436800 org.apache.bcel.verifier.Verifier f.q.c.Name
+
+will usually resolve the problem. The value above is suitable for
+big server machines; if your machine starts swapping to disk, try
+to lower the value.
+
+
+---------------------------------
+RUNNING A GRAPHICS-BASED VERIFIER
+---------------------------------
+
+If you prefer a graphical application, you should use a command like
+
+ java org.apache.bcel.verifier.GraphicalVerifier
+
+to launch one. Again, you may have to resolve a memory issue depending
+on the classes to verify.
+
+
+------------------
+CONTACT THE AUTHOR
+------------------
+
+If you do something useful with JustIce, I'd like to hear about it!
+Enver Haase <[email protected]>
+$Id$
+
+------------------------------------------------------------------------------
+If you spot a bug in the BCEL or its accompanying verifier "JustIce" please
+check with the BCEL mailing list
+
+ http://jakarta.apache.org/site/mail2.html#BCEL
+
+and / or enter the issue into the BCEL bug database
+
+ http://issues.apache.org/bugzilla/enter_bug.cgi?product=BCEL
+------------------------------------------------------------------------------
+

Propchange: jakarta/bcel/trunk/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/bcel/trunk/README.txt
------------------------------------------------------------------------------
    svn:keywords = Id
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.