[Scons-dev] File-based build tools will never handle Java

Kenny, Jason L jason.l.kenny at intel.com
Thu Sep 6 13:42:09 EDT 2012


I think I starting to understand what Greg is talking about.

To get what a file Java depends on you have to run it on some parser that will return all references that it needs. Once you have that you don't want to treat circular dependency as an error, but as a way to know what set of files should be built together.

Jason


More information about the Scons-dev mailing list