Bugs item #908317, was opened at 2004-03-02 15:21
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=908317&group_id=31650

Category: Tasks
>Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Keyser (c-jkeyser)
>Assigned to: Gert Driesen (drieseng)
Summary: Project with no source files builds with an error

Initial Comment:
If a project exists in the solution that contains no 
source code files, the task will report the error "vbc : 
Command line error BC2008 : no input sources specified."

I've seen this error with a VB.NET project.


----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2004-03-03 19:01

Message:
Logged In: YES 
user_id=707851

Jeff, I was actually just about to commit a fix for this issue ... 
when I decided against this ...

This is caused by a difference in behaviour of the 
commandline compilers and VS.NET (vs.net does not use the 
commandline compilers).

If we would change the <solution> to skip the project if there 
are no sources or culture neutral resources, we could end up 
having problems in other places (eg. when other projects 
reference a project with no sources).

Would it be a big issue for you if we would not fix this ?

----------------------------------------------------------------------

Comment By: Jeff Keyser (c-jkeyser)
Date: 2004-03-03 13:44

Message:
Logged In: YES 
user_id=988748

I have modified Project.cs from the 0.84 build to not attempt 
compiling a project if there are no source files.  This prevents 
the error which fails the overall build.  My modification is 
attached.

Again, I apologize for submitting an entire source code file.  
Our firewall doesn't allow running CVS from here.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=908317&group_id=31650


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to