I'm tightening up the compiler interfaces and have been thinking about the
NetCompilerContext methods:

List<File> getLinkedResources()
List<File> getEmbeddedResources(),
File getWin32Icon(),

and so on, using File. What do people think about using URI instead? This
would allow the build to pull the resources from either a web server or a
file system but it could break the build if any remote resources are not
available. Thoughts?

Shane

Reply via email to