Fork me on GitHub
#tools-deps
<
2020-09-14
>
kirill.salykin09:09:16

UPD: nvm, wrongly specified the maven repo, sorry --- Hi I am trying to install dependency from the s3 but facing the issue:

Error building classpath. Failed to read artifact descriptor for com.amazon.redshift:redshift-jdbc42:jar:1.2.47
org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for com.amazon.redshift:redshift-jdbc42:jar:1.2.47
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:255)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:171)
	at org.eclipse.aether.internal.impl.DefaultRepositorySystem.readArtifactDescriptor(DefaultRepositorySystem.java:255)
(Following this doc https://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html#configure-jdbc-connection-with-maven)
{:paths ["src" "resources"]

 :mvn/repos {"redshift" ""}

 :deps{
    com.amazon.redshift/redshift-jdbc42 {:mvn/version "1.2.47"}
    ... 
  }}
Please help what I am doing wrong?

practicalli-johnny11:09:48

@alexmiller Will the changes in the pre-release be released as version 1.10.2, or something similar such as 1.10.2-alpha or 1.10.2-RC ? This would make it very easy to document usage of the tooling, as an easy distinction can be made between 1.10.2 and pre-1.10.2 versions. Thank you

practicalli-johnny12:09:57

Ah, so I'll just drop the older content then and add hints to require the latest version is running. If issues arise the the hint will be first to update the version of CLI tools. Thanks

Lone Ranger17:09:05

struggling with a proxy just trying to get clj -r going

Lone Ranger17:09:09

I've tried setting the settings in ~/.m2/settings.xml and running

clj -Dhttp.proxyHost=<host> -Dhttp.proxyPort=<port> -Dhttps.proxyHost=<host> -Dhttps.proxyPort=<port> -r

Lone Ranger17:09:22

any suggestions?

borkdude18:09:01

@goomba You need to pass Java opts using -J-D