Ant Build Tool Window set Weblogic Environment with setWLSEnv
Answered
Our application uses a number of Apache Ant tasks from weblogic including (jwsc, clientgen, wldeploy) in building and deploying our application. Normally when we build our application we first call setWLSEnv.cmd which sets up the environment by populating the PATH and CLASSPATH, which works from a cmd prompt (in Windows). However, with the Ant Build Tool Window in Intellij IDEA doesn't seem to have a section to call setWLSEnv.
What is the best way to go about setting up Ant Build Tool Window with Weblogic (please note we are on Weblogic 12C).
Please sign in to leave a comment.
You can try to solve it via Ant so that it doesn't depend on IDE, for example see http://stackoverflow.com/questions/22870971/execute-ant-targets-within-environment-set-up-by-cmd-file.