how to change location of <dynamic /> .class files?

Poster Content
nk4um Moderator
Posts: 485
October 30, 2009 11:21
Hi Jeff,
I think was a distribution error that meant that we didn''t ship the source to the JavacProvider. I can sent it to you offline. The standard code isn''t configurable but I think it is a minor change.

FYI. we''ve changed the approach in NK4. NK4 just looks for changes in .class files and so you can use any external build process to drive dynamic redeployment.

Cheers,
Tony
nk4um User
Posts: 101
October 27, 2009 19:12how to change location of <dynamic /> .class files?
Is there a setting to change where dynamically built class files are put (rather than the default of in their module directory)?  I''m setting up a deployment in a non-writable directory and I think this is the last thing I''d need to repoint to writable local space (along with log, scratch, etc, and lib/expanded).  If there''s no way, then I can repackage my modules to either be deployed with their .class files or as .jars, but I''d like to cover all my bases.

I can''t find the source to com.ten60.netkernel.dcp.JavacProvider from which I would probably be able to answer this question myself.