Cannot use <property name="j2ee.jar" .. in Ant build file
My Ant scripts using
]]>
As such my ant scripts get the .ipr file property value.
What is the AntConfiguration component ? I don't think it's a plugin I installed. How to solve that issue?
请先登录再写评论。
The AntConfiguration section is what is stored when you edit your properties for that Ant script in the Ant Build tab. You need to go to the properties menu for that Ant script and go to the "Properties" tab. You must have set the j2ee.jar property in there at some point and since it is an environment var it is overriding your script.