Welp, that didn't work. So I downloaded the sources and modified the code
(turns out mvn works fine to build it). Now it *KNOWS* it's https, and it still
does the wrong thing. I can't figure out where the http: is coming from:
```
$ ant build
Buildfile: /Users/rmann/Projects/Personal/SatDB/repo/
Sorry, but this ant "corner" is out of my paths.
Your idea is worth trying:
--
[artifact:dependencies] from the specified remote repositories:
[artifact:dependencies] maven-group (https://repo1.maven.org/maven2/),
[artifact:dependencies] central (http://repo1.maven.org/maven2),
[artifact:dep
> On May 18, 2020, at 21:15 , Davide Grandi wrote:
>
> Just my 2 Euro cent:
> - there's an address hardcoded here
> --
> \maven-ant-tasks-2.1.3\src\main\java\org\apache\maven\artifact\ant\AbstractArtifactWithRepositoryTask.java
> (1 hit)
> Line 55: remoteRepository.setUrl(
>
Just my 2 Euro cent:
- there's an address hardcoded here
--
\maven-ant-tasks-2.1.3\src\main\java\org\apache\maven\artifact\ant\AbstractArtifactWithRepositoryTask.java
(1 hit)
Line 55: remoteRepository.setUrl(
"http://repo1.maven.org/maven2"; );
--
so :
a) recompile
b) bi
Hi there. If anyone can help with the following, I'd sure appreciate it:
• Get Ivy to set a classpath (cachepath)
• Get Maven Artifact Resolver Ant Tasks installed
macOS 10.15.4, Java 11
Details
---
I have this really old ant-based server project I'm trying to update. It uses
the org.apach
Thank you Stefan for making these releases.
-Jaikiran
On 13/05/20 10:00 pm, Stefan Bodewig wrote:
> The Apache Ant Team is pleased to announce the releases of Apache Ant
> 1.9.15 and 1.10.8.
>
> Apache Ant is a Java library and command-line tool that helps building
> software.
>
> The Apache Ant