Hi this question is mostly for Ken but feel free to chime in. I've changed my build to point to a temporary directory but this seems to have cause a problem with my scratchpad build. It refers to classes in the main source tree. Unfortunately in the preinit.xtarget paths are defined that dont use the property build.root. This makes sense because because preinit is called before init but means I can't effectively move my build directory by overriding this property.
I'm going to apply a small fix to work around this problem but we should dicuss a better longer term solution. My question is why set those properties in the init target at all? Why not set them in the preinit include? This would solve the problem of needing to refer to them before the init target is run. Regards, Glen
