[nant-dev] [ nant-Bugs-908317 ] Project with no source files builds with an error

2004-04-02 Thread SourceForge.net
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=detailatid=402868aid=908317group_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#039;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=detailatid=402868aid=908317group_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=1470alloc_id=3638op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-908317 ] Project with no source files builds with an error

2004-04-01 Thread SourceForge.net
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=detailatid=402868aid=908317group_id=31650

Category: Tasks
Group: 0.85
Status: Open
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#039;ve seen this error with a VB.NET project.


--

Comment By: Gert Driesen (drieseng)
Date: 2004-04-02 07: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 23: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 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=detailatid=402868aid=908317group_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=1470alloc_id=3638op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-908317 ] Project with no source files builds with an error

2004-03-08 Thread SourceForge.net
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=detailatid=402868aid=908317group_id=31650

Category: Tasks
Group: 0.85
Status: Open
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#039;ve seen this error with a VB.NET project.


--

Comment By: Gert Driesen (drieseng)
Date: 2004-03-08 23: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 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=detailatid=402868aid=908317group_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=1470alloc_id=3638op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-908317 ] Project with no source files builds with an error

2004-03-03 Thread SourceForge.net
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=detailatid=402868aid=908317group_id=31650

Category: Tasks
Group: 0.84-rc1
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Keyser (c-jkeyser)
Assigned to: Nobody/Anonymous (nobody)
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#039;ve seen this error with a VB.NET project.


--

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=detailatid=402868aid=908317group_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=1356alloc_id=3438op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-908317 ] Project with no source files builds with an error

2004-03-03 Thread SourceForge.net
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=detailatid=402868aid=908317group_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#039;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=detailatid=402868aid=908317group_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=1356alloc_id=3438op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] [ nant-Bugs-908317 ] Project with no source files builds with an error

2004-03-02 Thread SourceForge.net
Bugs item #908317, was opened at 2004-03-02 09:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=908317group_id=31650

Category: Tasks
Group: 0.84-rc1
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Keyser (c-jkeyser)
Assigned to: Nobody/Anonymous (nobody)
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#039;ve seen this error with a VB.NET project.


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=402868aid=908317group_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=1356alloc_id=3438op=click
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers