read-write-web / rww-play

read write web Play
59 stars 19 forks source link

Show a clearer message if the target directory is missing #146

Open sylvainlb opened 9 years ago

sylvainlb commented 9 years ago

Currently, if the target directory is missing, an ExceptionInInitializerError is raised with the message: Error while rendering default error page scala.MatchError: java.lang.NoClassDefFoundError: Could not initialize class controllers.RdfSetup$ (of class java.lang.NoClassDefFoundError) at play.api.GlobalSettings

It is quite confusing and would be clearer for the user if it could clearly state the missing directory.