seanjensengrey / kiama

Automatically exported from code.google.com/p/kiama
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Kiama is not found in maven repository #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Get a new kiama project e.g. hg clone https://bitbucket.org/altmattr/koffee
2. sbt update

What is the expected output? 
The project should download its kiama dependency

What do you see instead?
{file:/home/choeger/build/koffee/}default-2a6ce2/*:update: 
sbt.ResolveException: unresolved dependency: 
com.googlecode#kiama_2.9.1;1.2.0.pre: not found

What version of the product are you using? On what operating system?
Shouldn't matter

Please provide any additional information below.

See: https://oss.sonatype.org/content/repositories/releases/com/googlecode/

No kiama in there.

Original issue reported on code.google.com by choe...@googlemail.com on 10 Feb 2012 at 11:30

GoogleCodeExporter commented 9 years ago
Thanks for the report.

Unfortunately, the koffee project is using Kiama 1.2.0.pre (since renamed to 
1.2.0-SNAPSHOT) which has not been published yet.  You can build it from the 
Kiama source and publish it locally on your machine if you really need that 
version. We expect to finalise 1.2.0 in the next couple of weeks, but don't 
want to publish the SNAPSHOT now as some things are likely to change before the 
final release.

Do you get the same error from projects that use Kiama 1.1.0 or earlier?  Older 
versions of Kiama are published on scala-tools.org and as far as I know sbt 
still searches that repository.

Since scala-tools.org is being decommissioned later in the year, we expect to 
publish Kiama in the main sonatype repository in the future, but this change 
has not yet been made. In the meantime, the scala-tools.org one should work, 
but please let me know if it's not for you.

Leaving the ticket to remind us to make sure that the move eventually happens.

regards,
Tony

Original comment by inkytonik on 10 Feb 2012 at 12:04

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 10 Feb 2012 at 12:05

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 10 Feb 2012 at 12:05

GoogleCodeExporter commented 9 years ago
I tried kiama 1.1.0 in the first place, but sbt did not find it. 

I think I see why: If you go to

http://scala-tools.org/repo-snapshots/

and follow the google link

you end up at:

https://oss.sonatype.org/content/repositories/releases/com/

(that is why the link above is to sonatype, I just copy'n pasted it without 
looking at it)

Apparantly the migration has already begun and you should re-publish your 
stable version.

Original comment by choe...@googlemail.com on 10 Feb 2012 at 12:51

GoogleCodeExporter commented 9 years ago
Hmm, yes I see what you mean. This is not good.  I got an email from sonatype 
about migrating one of the my other scala-tools.org projects 
(com.googlecode.sbt-rats). I thought they were moving things over 
automatically. And indeed the sbt-rats stuff is on the sonatype server.

However, I've not received anything about the Kiama project, so I assumed that 
they were still migrating it. This link from scala-tools.org to sonatype means 
that Kiama is not accessible at all now, as you point out.  I'll try and get in 
touch with someone at sonatype to get it fixed. Thanks for noticing it.

Original comment by inkytonik on 10 Feb 2012 at 2:40

GoogleCodeExporter commented 9 years ago
The old scala-tools.org kiama artefacts should now be available via the 
redirect.  Can you let me know if it's working for you now?

Original comment by inkytonik on 11 Feb 2012 at 4:55

GoogleCodeExporter commented 9 years ago
I can see the artifacts, but kiama_2.9.1 is missing, so I have to set the 
scalaVersion to 2.9.0-1 and it works.

Original comment by choe...@googlemail.com on 13 Feb 2012 at 3:59

GoogleCodeExporter commented 9 years ago
That is expected. 2.9.0 and 2.9.0-1 are compatible with 2.9.1. We were going to 
release a version of Kiama with 2.9.1 but got delayed. Later this week when I 
have a bit more time, I will try to tidy all of this up. Glad that it is 
working for you at least with the 2.9.0-1 version.

Original comment by inkytonik on 13 Feb 2012 at 6:41

GoogleCodeExporter commented 9 years ago
Closing since the original problem is resolved. We expect to release 1.2.0 for 
2.9.1 in the next week.

Original comment by inkytonik on 17 Feb 2012 at 2:15