Bugs: Browse | Submit New | Admin

[#22186] CSharp Generator should not pre-depend on every reference

Date:
2008-09-27 10:59
Priority:
3
Submitted By:
Tobias Grimm (e-tobi)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
CSharp Generator should not pre-depend on every reference

Detailed description
Doing something like:

    gen CSharp, "example.dll", :sources => sys["**/*.cs"],
                               :libs    => ["System.Web"]


will cause:

    rant: [ERROR] in file `/usr/lib/ruby/1.8/rant/rantlib.rb', line 577: 
                  in prerequisites: no such file or task: `System.Web'

I suggset to distinguish somehow, what references should be pre-depends (usually only local assemblies) and what references
shouldn't.

e.g. Diva does this in Scons by specifying assemblies as "#bin/local.dll' and 'System.Configuration' where the
'#' just indicates an assembly, that should also be a pre-dependency.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item