|
From: Markus K. <ma...@pr...> - 2016-02-09 20:03:01
|
On 02/09/2016 08:19 PM, Chirpy Soft wrote: > Hi all, > > I'm trying to compile SignServer 3.7 and see this error > > BUILD FAILED > /opt/signserver/res/deploytools/build-impl.xml:99: Missing > /opt/signserver/lib/ext/DeployTools-Ant-1.1.2.jar > > There indeed is no jar in that location but a DeployTools-1.1.2.pom > which indicates something to do with Maven? > > Please help. > > Thank you, > igor > Hi igor! Which download of SignServer are you using? For every version there are three different notice the end of the file names: 1) signserver-ce-3.7.0.zip The first contains both sources and all dependencies needed to build an deploy SignServer. 2) signserver-ce-3.7.0-bin.zip The second contains an already built SignServer and its dependencies ready to be deployed but no sources. 3) signserver-ce-3.7.0.src.tar.gz The third contains only the sources and can not be built without first gathering all the required dependencies. Number two is recommended as you don't have to build and can go directly with "bin/ant deploy" otherwise you use the first one and "bin/ant build deploy". Let me know if this helps. Cheers, Markus PrimeKey Solutions Save time and money with an Enterprise support subscription. Please see www.primekey.se for more information. https://www.primekey.se/technologies/products-overview/ https://www.primekey.se/service-support/support/ |