- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
maven + scalacs: is it possible?
Sun, 2010-05-09, 14:58
Hi!
Currently I use Netbeans with mavenized scala projects the way Caoyuan has
decribed here [1] (with own small modifications). All works fine. Nevertheless
short and frequent development iterations (modify a code - see/test result)
are not indeed short.
Has anybody experience and tips (taking in mind I'm not maven guru) how to
"replace" scalac with scalacs in such environment (if it's possible at all at
current maven scala plugin and scalacs state)? Will this "replacement" indeed
shorten those iterations? Is it stable?
The only constraint here is - I prefer to be in sync with scala official trunk
(and use "mvn install:install-file..." to install locally built scala trunk
into the local maven repository).
Andrew
[1] http://blogtrader.net/blog/how_to_setup_dependencies_aware2
Mon, 2010-05-10, 06:07
#2
Re: maven + scalacs: is it possible?
On Monday, May 10, 2010 01:04:53 David Bernard wrote:
> maven-scala-plugin 2.14-SNAPSHOT provide goals to run scalacs.
> see
> http://groups.google.com/group/maven-and-scala/browse_thread/thread/4cb8ca
> ad4621369a
>
> /davidB
David,
Thanks! I see, I must wait for scalacs be working with 2.8.
Andrew
>
> On Sun, May 9, 2010 at 15:58, Andrew Gaydenko wrote:
> > Hi!
> >
> > Currently I use Netbeans with mavenized scala projects the way Caoyuan
> > has decribed here [1] (with own small modifications). All works fine.
> > Nevertheless short and frequent development iterations (modify a code -
> > see/test result) are not indeed short.
> >
> > Has anybody experience and tips (taking in mind I'm not maven guru) how
> > to "replace" scalac with scalacs in such environment (if it's possible
> > at all at current maven scala plugin and scalacs state)? Will this
> > "replacement" indeed shorten those iterations? Is it stable?
> >
> > The only constraint here is - I prefer to be in sync with scala official
> > trunk (and use "mvn install:install-file..." to install locally built
> > scala trunk into the local maven repository).
> >
> >
> > Andrew
> >
> > [1] http://blogtrader.net/blog/how_to_setup_dependencies_aware2
maven-scala-plugin 2.14-SNAPSHOT provide goals to run scalacs.
see http://groups.google.com/group/maven-and-scala/browse_thread/thread/4cb8...
/davidB
On Sun, May 9, 2010 at 15:58, Andrew Gaydenko wrote:
> Hi!
>
> Currently I use Netbeans with mavenized scala projects the way Caoyuan has
> decribed here [1] (with own small modifications). All works fine. Nevertheless
> short and frequent development iterations (modify a code - see/test result)
> are not indeed short.
>
> Has anybody experience and tips (taking in mind I'm not maven guru) how to
> "replace" scalac with scalacs in such environment (if it's possible at all at
> current maven scala plugin and scalacs state)? Will this "replacement" indeed
> shorten those iterations? Is it stable?
>
> The only constraint here is - I prefer to be in sync with scala official trunk
> (and use "mvn install:install-file..." to install locally built scala trunk
> into the local maven repository).
>
>
> Andrew
>
> [1] http://blogtrader.net/blog/how_to_setup_dependencies_aware2
>