C
Charles Tryon
I've been hunting all over the place for this one and have come up empty...
I have been using IntelliJ IDEA v4.x to build a BEA/Weblogic (v8.1) Web
services application, and found that it works very well. I have a large
ANT task (build.xml) which defines various build and deploy tasks. Some
of the tasks use BEA specific extensions (taskdef tags) to build various
components. The way I've found to get this to work is to include the
weblogic and webservices JAR files in the "Additional Classes" tab on
the build preferences. Life is wonderful. Life is grand.
Then I upgrade to IntelliJ IDEA 5.0.3. *BOOM*
Everything in IntelliJ works just fine, except that any and all ANT
tasks immediately exit with a "success" status with no explaination as
to what they may or may have done. No error logs or anything.
I finally trace it back to the webservices.jar file which contains the
required classes for the taskref definition. If I take this jar file
out, it runs ANT, but fails with a "Class not found" error. If I put it
back in, it just exits. Note that this is NOT a problem in the older
IntelliJ 4.x (or even in some of the EAP builds between 4 and 5).
Any idea what might be going on, and how I might be able to get around
this problem in IntelliJ?
I have been using IntelliJ IDEA v4.x to build a BEA/Weblogic (v8.1) Web
services application, and found that it works very well. I have a large
ANT task (build.xml) which defines various build and deploy tasks. Some
of the tasks use BEA specific extensions (taskdef tags) to build various
components. The way I've found to get this to work is to include the
weblogic and webservices JAR files in the "Additional Classes" tab on
the build preferences. Life is wonderful. Life is grand.
Then I upgrade to IntelliJ IDEA 5.0.3. *BOOM*
Everything in IntelliJ works just fine, except that any and all ANT
tasks immediately exit with a "success" status with no explaination as
to what they may or may have done. No error logs or anything.
I finally trace it back to the webservices.jar file which contains the
required classes for the taskref definition. If I take this jar file
out, it runs ANT, but fails with a "Class not found" error. If I put it
back in, it just exits. Note that this is NOT a problem in the older
IntelliJ 4.x (or even in some of the EAP builds between 4 and 5).
Any idea what might be going on, and how I might be able to get around
this problem in IntelliJ?