- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Problem using Scala Eclipse Plugin with Wicket Maven Project
Wed, 2009-03-18, 19:10
Hello everybody,
I want to try Scala for the project I am working on right now. It is a wicket application using maven. So I installed the Scala Eclipse Plugin added the scala nature and build command to the .project file. I also added the scala library and the scala maven plugin to my pom.xml and created a separate folder for the scala sources. My problem is that when I create a Scala Class it seems that both Java and Scala tries to build it. That results in errors like a ; is needed for the package statement but on the other hand the public attribute is invalid.
Hopefully someone can help.
Regards,
Enes
I want to try Scala for the project I am working on right now. It is a wicket application using maven. So I installed the Scala Eclipse Plugin added the scala nature and build command to the .project file. I also added the scala library and the scala maven plugin to my pom.xml and created a separate folder for the scala sources. My problem is that when I create a Scala Class it seems that both Java and Scala tries to build it. That results in errors like a ; is needed for the package statement but on the other hand the public attribute is invalid.
Hopefully someone can help.
Regards,
Enes
-Josh
On Wed, Mar 18, 2009 at 2:10 PM, Enes Fazli <fazli.enes@googlemail.com> wrote: