Ant Devs, I recently came across the need to use the -cp launcher option instead of -lib as I needed to control which jars in a directory are loaded. However, I noticed -cp is undocumented and only realized it existed by examining the Launcher.java source.
Question: Will the -cp option continued to be supported even though it is undocumented? Thanks, --ewh