I have a project that is primarily Java, with a few Scala classes.  But when
I try to compile using compileScala, it fails because some of the java
classes reference Scala classes, which have not been built yet.  It looks
like this is because compileScala depends on compileJava.  Is there anyway
to force the compileScala to build first? an preferably do a scalac on both
the src/main/java and src/main/scala directories?

Reply via email to