You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Reşat SABIQ (JIRA)" <ji...@apache.org> on 2016/12/11 10:57:58 UTC

[jira] [Created] (IVY-1552) PGP signing during publication shouldn't require bouncy castle dependencies to be in .ant/lib

Reşat SABIQ created IVY-1552:
--------------------------------

             Summary: PGP signing during publication shouldn't require bouncy castle dependencies to be in .ant/lib
                 Key: IVY-1552
                 URL: https://issues.apache.org/jira/browse/IVY-1552
             Project: Ivy
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.4.0
            Reporter: Reşat SABIQ


With
		<signers>
			<pgp name="default-sig" keyId="${pgp.key}" password="${pgp.password}"/> 
		</signers>
in ivysettings.xml,
ivy kept throwing CNFE until i put these dependencies in .ant/lib:
		<dependency org="org.bouncycastle" name="bcpg-jdk15on" rev="1.49" conf="default"/>
		<dependency org="org.bouncycastle" name="bcprov-jdk15on" rev="1.49" conf="default"/>

I ended up putting the following comment in ivy.xml:
		<!-- First 2 currently must be in .ant/lib (pgp signer didn't work via dependency or ivycache manipulation, etc). -->

P.S. I believe this issue is ongoing since 2012/13.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)