What source path the gradle build use to build gw7 package , is src folder or build folder?
search cancel

What source path the gradle build use to build gw7 package , is src folder or build folder?

book

Article ID: 205430

calendar_today

Updated On:

Products

CA API Gateway API SECURITY CA API Gateway Precision API Monitoring Module for API Gateway (Layer 7) CA API Gateway Enterprise Service Manager (Layer 7) STARTER PACK-7 CA Microgateway

Issue/Introduction

what source the gradle build use to build gw7 package, is src folder or build folder?

Environment

Release : 10.0

Component : API GATEWAY

Resolution

1.When we run the below command from the sample project: 

C:\Gradle\GatewayPolicyPlugin-Gettingstarted\GatewayPolicyPlugin-helloworld>./gradlew build

it will create a one single artifact (*.gw7) that can be used to bootstrap to the docker gateway. 

and it will located under folder :

C:\Gradle\GatewayPolicyPlugin-Gettingstarted\GatewayPolicyPlugin-helloworld\build\gateway

2. You may check the gw7 contents by using 7zip.