xst_xenvironment not being considered in the build
Hello,
We created our customer layer as the structure bellow:
xst
xst_pos
xst_rtlog-generator
xst_xcenter
xst_xcenter-admin
xst_xcenter-shared
xst_xenvironment
xst_xservices
The problem is that when we build our project and start the installation process, it is not placing the files defined in xst_xenvironment project (cip files, truststore, keystore, config files,...) and placing what is in release/xenvironment/environment/... instead.
I took a look in the file jenkins-build.xml and it is looking at this project during the build process as follow:
<subant target="make">
<fileset dir="${project.prefix}xenvironment" includes="build.xml" erroronmissingdir="false" />