Aladdin - Scala Bugtracking
[#847] project: compiler priority: low category: missing feature
submitter assigned to status date submitted
Sean Sean open 2006-11-29 12:15:20.0
subject NSC should support multiple output directories.
code
what happened
A JDT .classpath file can associate each to-be-compiled source directory with its own output directory. However,\
 we can't currently support this feature in NSC, which assumes only one output directory.
what expected I'm willing to do the work, but I need some guidance (perhaps put a outputDir value in CompilationUnit?).
[back to overview]
Changes of this bug report
Martin  edited on  2006-12-06 15:41:15.0
Yes, that's what I would do. Put an outputDir in a compilation unit, which is initialized to settings.outDir.value. Then the IDE can change that if necessary.