Does anybody with weblogic portal knowledge know what jar file has the "mdimport" ant task definition. It's part of the build file created by the ant export script for wls10.0 but no longer works for 10.3. Any clue or ideas where to find the definition of this
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
You can find it here.
your-portal-home"/workshop/com.bea.workshop.cmdline.ant.core_1.0.200.200906102316/workshop-antlib.jar
The mdimport task is defined in the xml file antlib.xml. This will be defined in a different jar file depending on your version of weblogic.
For example it is define in weblogic92/workshop/lib/wlw-antlib.jar for WLI 9.2.2.
It might be easier to find the jar file by doing a recursive search for the ImportProjectMetadataTask class in all jars.