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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]