You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to see the above command succeed with no errors. Then I expect Java programs with "import in3.*;" will compile.
Actual behavior
I see this error message:
Could not resolve dependencies for project org.foobar:jar:0.1.0: Could not find artifact it.slock:in3:jar:2.5.4 in central (https://repo.maven.apache.org/maven2)
Java programs with "import in3.*;" do not compile.
System configuration
Ubuntu 18.04. Maven 3.6.0. Java 11.0.9.1.
Incubed version
I tried multiple different versions.
Request
How do I run "mvn install" to get in3 to be installed so my Java programs will be able to use Incubed?
Incubed Configuration
Chain
The text was updated successfully, but these errors were encountered:
a3845
changed the title
Cannot use in3 in Java
Cannot use in3 in Java with the pom.xml file stanzas in the directions
Jan 16, 2021
At the moment our jar is not on maven central. As far as project goes, the current solution is explained on #16 and should work. Please, do keep in mind two things: we will add soon(ish) the jar to maven central and there was a change in the package, this is the correct one it.blockchainsllc.in3.
Steps to reproduce
Update a working pom.xml file according to the directions here https://github.com/blockchainsllc/in3/packages/72045?version=v2.5.4
Run "mvn install"
Expected behavior
I want to see the above command succeed with no errors. Then I expect Java programs with "import in3.*;" will compile.
Actual behavior
I see this error message:
Java programs with "import in3.*;" do not compile.
System configuration
Ubuntu 18.04. Maven 3.6.0. Java 11.0.9.1.
Incubed version
I tried multiple different versions.
Request
How do I run "mvn install" to get in3 to be installed so my Java programs will be able to use Incubed?
Incubed Configuration
Chain
The text was updated successfully, but these errors were encountered: