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

Category: Tasks
Group: 0.85
>Status: Closed
Resolution: Fixed
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: Jeff Keyser (c-jkeyser)
Date: 2004-04-02 07:22

Message:
Logged In: YES 
user_id=988748

This is working fine now.  Thanks!

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

Comment By: Gert Driesen (drieseng)
Date: 2004-04-02 00:09

Message:
Logged In: YES 
user_id=707851

Can you verify whether this issue is fixed for you ??

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

Comment By: Gert Driesen (drieseng)
Date: 2004-03-08 17:00

Message:
Logged In: YES 
user_id=707851

This is now fixed in cvs.  Please try the next nightly build and 
report back!

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

Comment By: Gert Driesen (drieseng)
Date: 2004-03-03 13: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 07: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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to