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
45 stars 32 forks source link

ssb/build-lib/ant-contrib-1.0b3.jar is corrupt #5

Closed mtcoffee closed 3 years ago

mtcoffee commented 3 years ago

I was able to get the build to run after replacing ant-contrib-1.0b3.jar with: https://repo1.maven.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar

volomatt commented 3 years ago

Can you confirm that you have GIT LFS installed and is being used to retrieve the file, this is not done by all git clients.

I've cloned and validated the file from the repository.

ll ant-contrib-1.0b3.jar
    -rw-r--r--@ 1 volo  staff  224277 Mar 25 14:54 ant-contrib-1.0b3.jar
jar tvf ant-contrib-1.0b3.jar | head -n 3
     0 Thu Nov 02 11:46:38 EST 2006 META-INF/
   160 Thu Nov 02 11:46:36 EST 2006 META-INF/MANIFEST.MF
     0 Thu Nov 02 11:46:36 EST 2006 net/
jar xvf ant-contrib-1.0b3.jar META-INF/MANIFEST.MF
    inflated: META-INF/MANIFEST.MF
cat META-INF/MANIFEST.MF
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.6.5
    Created-By: 1.5.0_09-b01 (Sun Microsystems Inc.)
    Version: 1.0b3
    Build-Timestamp: 02/11/2006 11:46:36
mtcoffee commented 3 years ago

Thanks @volomatt. I learned something new today!