Play! framework external modules and Netbeansify
To resolve issues with not able to find external classes out of modules add the following to your play/framework/build.xml under target name=”nb-run-application”:
<fileset dir=”${application.path}/modules”>
<include name=”**/lib/*.jar”/>
</fileset>



