Custom Portal EAR Generated Buy Ant Build.xml Deploy Is Diferent From Jdeveloper Deploy One
(Doc ID 1584161.1)
Last updated on JUNE 19, 2024
Applies to:
Oracle WebCenter Portal - Version 11.1.1.6.6 and laterInformation in this document applies to any platform.
Symptoms
Deploying an WebCenter Portal application using Ant to WebLogic Server.
The build file was generated in Jdeveloper using JDev's "Ant" Category -> "Build file from project" and selecting "ojdeploy".
The following error is reported:
"...
D:\CustomPortalAntTest2>C:\oracle\Middleware\jdeveloper\ant\bin\ant all
Buildfile: build.xml
BUILD FAILED
D:\CustomPortalAntTest2\build.xml:5: Property oracle.jdeveloper.home was circularly defined.
Total time: 0 seconds
D:\CustomPortalAntTest2>
..."
D:\CustomPortalAntTest2>C:\oracle\Middleware\jdeveloper\ant\bin\ant all
Buildfile: build.xml
BUILD FAILED
D:\CustomPortalAntTest2\build.xml:5: Property oracle.jdeveloper.home was circularly defined.
Total time: 0 seconds
D:\CustomPortalAntTest2>
..."
The same application is deployable directly from JDeveloper without any issues.
Changes
Using Ant to package and deploy the WebCenter Portal application instead of out-of-box deployment feature in Oracle JDeveloper.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |