How to deploy a Scala project from Eclipse?
Posted
by lach
on Stack Overflow
See other posts from Stack Overflow
or by lach
Published on 2010-05-27T13:39:49Z
Indexed on
2010/05/27
23:41 UTC
Read the original article
Hit count: 226
I have a Scala project in Eclipse that I need to package up so I can deploy it to a server. It's based on Jetty but it runs as a standalone application. It contains Scala classes, Java classes and a number of 3rd party jars.
I assumed there would be some kind of deployment option in the Scala Eclipse plugin but I've drawn a blank.
What is the simplest way to package the Scala project into a runnable file so it can be deployed?
Any help greatly appreciated. Cheers.
© Stack Overflow or respective owner