We are currently prototyping a cloud based powerpoint conversion service built on top of the Play! Framework in Scala.
Generally it is very easy to include jar libraries in the application. We place them in the lib folder and the compiler knows to pull them into the project. However, with the Aspose Slides library we are getting the following error:
package slides contains object and package with same name: b one of them needs to be removed from classpath
What is the best way to get around this problem? Is it even possible? Has anyone else gotten the Aspose libraries working from Scala?
Thanks,
Dave