ant-ivy icon indicating copy to clipboard operation
ant-ivy copied to clipboard

Mirror of Apache Ant Ivy

Results 22 ant-ivy issues
Sort by recently updated
recently updated
newest added

Allow customization ‘dataFilePattern’

`com.jcraft#jsch.agentproxy` doesn't provides any jar

Yay for Java 8!

I'd like to remove downloaded.gif, error.gif, evicted.gif and searched.gif as well. Maybe we could vote on colours for downloaded and evicted 😉 if green is too dark or fuchsia is...

I put this up for review in case I missed some page that used the removed icons.

I adopted a patch by @AurelienLourot

see: https://issues.apache.org/jira/browse/IVY-1606

How do I use ivy as a standalone with the sftp resolver ivysettings.xml .... ``` ``` ... I'm getting this error ``` "main" java.lang.NoClassDefFoundError: com/jcraft/jsch/JSchException ``` Tried including jsch on...