This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Build and Deploy an old version of scala with maven

1 reply
reyman
Joined: 2011-07-23,
User offline. Last seen 42 years 45 weeks ago.

Hello,
I download and build the source code of scala ( svn, svn revert , and
after "ant distpack"), the revision r17517 for a specific project
which compil and run only with this version ( i need this version to
create netlogo simulation program extension).

How i can build one jar which contain all of scala important jar and
how i can deploy this on my local maven repository ?

Thanks a lot,

Best regards,
SR.

Antonio Cunei
Joined: 2008-12-16,
User offline. Last seen 3 years 22 weeks ago.
Re: Build and Deploy an old version of scala with maven

reyman,

Building a distribution is rather complicated; I built for you a new
distribution taken from trunk as of r17517. You can find it at:

http://chara.epfl.ch/~cunei/17517.tar.bz2

The archive includes the .tgz, as well as the Maven jars.
You can also try to use version "2.7.4.RC1" from scala-tools.org; it was
released more or less around the same time, and the code should be broadly
similar (2.7.4.final was released only slightly later).

In any case, we are talking about April 2009. You should really consider
updating your program, instead.

Regards,
Toni

On Sat, 23 Jul 2011, reyman wrote:

>
> Hello,
> I download and build the source code of scala ( svn, svn revert , and
> after "ant distpack"), the revision r17517 for a specific project
> which compil and run only with this version ( i need this version to
> create netlogo simulation program extension).
>
> How i can build one jar which contain all of scala important jar and
> how i can deploy this on my local maven repository ?
>
> Thanks a lot,
>
> Best regards,
> SR.
>
>

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland