Scala 2.7.5, maven.

View: New views
2 Messages — Rating Filter:   Alert me  

Scala 2.7.5, maven.

by Ricky Clarkson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I have a project configured to use 2.7.2, and after typing mvn
scala:console and finding an import fail to terminate, decided to try
to upgrade and was quite surprised that nothing newer than 2.7.3 is
available on maven's central repository -
http://repo1.maven.org/maven2/org/scala-lang/scala-library/

Is there somewhere I can get a newer version from, mavenwise?

Failing that, if I grab a binary distribution, is there a pom.xml
around that I can mvn deploy from, to push it into our local
repository?

Cheers.

--
Ricky Clarkson
Java Programmer, AD Holdings
+44 1565 770804
Skype: ricky_clarkson
Google Talk: ricky.clarkson@...

Re: Scala 2.7.5, maven.

by David Bernard-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

* "mvn scala:console" doesn't work under Windows (don't find time to install Windows and debug :( )
* artifact of scala-library are available on the repository http://scala-tools.org/repo-releases (you need to declare it into your pom.xml)

/davidB

On Tue, Jul 7, 2009 at 14:01, Ricky Clarkson <ricky.clarkson@...> wrote:
Hi,

I have a project configured to use 2.7.2, and after typing mvn
scala:console and finding an import fail to terminate, decided to try
to upgrade and was quite surprised that nothing newer than 2.7.3 is
available on maven's central repository -
http://repo1.maven.org/maven2/org/scala-lang/scala-library/

Is there somewhere I can get a newer version from, mavenwise?

Failing that, if I grab a binary distribution, is there a pom.xml
around that I can mvn deploy from, to push it into our local
repository?

Cheers.

--
Ricky Clarkson
Java Programmer, AD Holdings
+44 1565 770804
Skype: ricky_clarkson
Google Talk: ricky.clarkson@...