sam / doubleshot

Build and Dependency Management for mixed Java/Ruby projects.
MIT License
19 stars 22 forks source link

Build should skip compilation if config.source.java doesn't exist. #62

Closed sam closed 12 years ago

sam commented 12 years ago

Right now it just blows up. So you have to stub it out with not only the default directories, but also a stub class.

If config.source.java doesn't exist, it should just skip compilation.