Jenkins 파이프라인 추가 및 WebLogic 라이브러리 경로 수정
This commit is contained in:
@@ -17,7 +17,11 @@
|
||||
<fileset dir="../COMWeb/module-build/" includes="*.jar"/>
|
||||
</path-->
|
||||
<path id="WebLogic System Libraries.libraryclasspath">
|
||||
<pathelement location="${WEBLOGIC_HOME.location}/wlserver/server/lib/api.jar"/>
|
||||
<fileset dir="${WEBLOGIC_HOME.location}/wlserver/server/lib/" includes="*.jar"/>
|
||||
<fileset dir="${WEBLOGIC_HOME.location}/oracle_common/modules/" includes="*.jar"/>
|
||||
<fileset dir="${WEBLOGIC_HOME.location}/wlserver/modules/" includes="*.jar"/>
|
||||
|
||||
<!-- <pathelement location="${WEBLOGIC_HOME.location}/wlserver/server/lib/api.jar"/>
|
||||
<pathelement location="${WEBLOGIC_HOME.location}/wlserver/modules/org.glassfish.web.javax.servlet.jsp.jstl.jar"/>
|
||||
<pathelement location="${WEBLOGIC_HOME.location}/oracle_common/modules/javax.annotation_1.2.0.0_1-1.jar"/>
|
||||
<pathelement location="${WEBLOGIC_HOME.location}/oracle_common/modules/javax.ejb_3.3.0.jar"/>
|
||||
@@ -43,7 +47,7 @@
|
||||
<pathelement location="${WEBLOGIC_HOME.location}/oracle_common/modules/javax.xml.ws_1.0.0.0_2-2.jar"/>
|
||||
<pathelement location="${WEBLOGIC_HOME.location}/wlserver/modules/javax.websocket_1.0.0.0.jar"/>
|
||||
<pathelement location="${WEBLOGIC_HOME.location}/wlserver/modules/javax.json_1.0.0.0_1-0.jar"/>
|
||||
<pathelement location="${WEBLOGIC_HOME.location}/wlserver/server/lib/wls-api.jar"/>
|
||||
<pathelement location="${WEBLOGIC_HOME.location}/wlserver/server/lib/wls-api.jar"/> -->
|
||||
</path>
|
||||
<path id="BAPWeb.classpath">
|
||||
<pathelement location="build/classes"/>
|
||||
|
||||
Reference in New Issue
Block a user