Are there plans to provide a jar that can be used to deploy to WebLogic using Ant from a Windows?
We are trying to upgrade to WebLogic 14.1.1.0 so we can use Java 11 and keep up to date with security patches. The only thing stopping us is that this issue (https://community.oracle.com/mosc/discussion/4536435/after-upgrading-to-weblogic-12-2-1-4-0-getting-error-206-the-filename-or-extension-is-too-long) is still present.
Our developers use Windows machines and then deploy to WebLogic domains on Linux using ant scripts. Including weblogic.jar in the classpath for the wldeploy taskdef results in "CreateProcess error=206, The filename or extension is too long" as weblogic.jar contains references to every jar needed to run WebLogic which is being expanded out by Ant/Java resulting in a command that is too long for Windows.