- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Build and Deploy an old version of scala with maven
Sat, 2011-07-23, 21:18
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.
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.
>
>