1 Mar 2009 02:22
Re: Problem compiling using scala.swing from Maven plugin
Great, that does it. Thank you - I hadn't thought that it might not be part
of the standard library.
Dan
David Bernard-3 wrote:
>
> scala.swing is not part of the scala-library.
> add to your pom.xml
>
> <dependency>
> <groupId>org.scala-lang</groupId>
> <artifactId>scala-swing</artifactId>
> <version>${scala.version}</version>
> </dependency>
>
>
--
--
View this message in context: http://www.nabble.com/Problem-compiling-using-scala.swing-from-Maven-plugin-tp22267415p22268947.html
Sent from the Scala - User mailing list archive at Nabble.com.

> This would be fantastic.
If nobody else has anything else to say about it in the near future,
maybe post it as a bug report on the Scala bug tracker, and then it will
either get fixed or rejected.
Cheers,
Jon
RSS Feed