UberEther / standalone-docker-sailpoint-iiq

A simple way to deploy SailPoint's IdentityIQ into a series of docker containers mimicking the core components of most development environments allowing organizations to get new development team members up on their baseline code in minutes.
https://uberether.com
GNU General Public License v3.0
46 stars 32 forks source link

missing ant-contrib-1.0b3.jar #3

Closed iamtaosong closed 3 years ago

iamtaosong commented 3 years ago

the initial build failed because of missing build-lib/ant-contrib-1.0b3.jar. build.xml expecting the jar

<property name="ue.lib.antcontrib" location="build-lib/ant-contrib-1.0b3.jar" />

<!-- Load AntContrib -->
<taskdef resource="net/sf/antcontrib/antlib.xml" classpath="${ue.lib.antcontrib}" />
NSammut commented 3 years ago

Thanks for letting us know! We should have that fixed here soon.