|
AntTest
Web loader ANT Test
Featured
Drop application classes using restricted classes.
http://code.google.com/p/jnlp-loader/issues/detail?id=6
The page describes the WebLoader test.
From the command line, runant test
From the command line, runant test-run
Runningant test ant test-runshould produce an error, as the application main class (Test Main) was dropped for violating the access policy.
The Test Main class is loaded by loader.sandbox.WebLoader.
This class uses a restricted class in a field, and is dropped. http://code.google.com/p/jnlp-loader/source/browse/trunk/test/webloader/TestMain.java
http://code.google.com/p/jnlp-loader/source/browse/trunk/test/webloader/TestMain.jnlp
http://code.google.com/p/jnlp-loader/source/browse/trunk/buildtest.webloader.xml
http://code.google.com/p/jnlp-loader/source/browse/trunk/runtest.webloader.xml |
► Sign in to add a comment