Ahmed, Shabana wrote:

First, I've redirected this to the nant-uses list, as it's reall more
appropriate there.  The NAnt-dev list is for people developing the NAnt
project.

Hi All,
When I run my .build file, I get the following error "[vbc] vbc : Command line error BC2008: No Input Sources specified." I have attached the verbose generated when I try to build the application. Please take a look when you get a chance. The code in my build file looks like this:
...

<project name="Web Samples" default="run">

<property name="basename" value="WebSamples"/>

...

<vbc target="exe" output="bin/${basename}-vb.exe" debug="${debug}">

<sources>

<include name="${basename}.vb"/>

The obvious question to ask at this point is:  Does the WebSamples.vb
exist in the same directory as this build file, i.e. does

  C:/work/nant/examples/WebSamples/WebSamples.vb

exist?

The other possibility is a bug in NAnt, wherein it's still calling the
vb compiler even when there are no files in need of update.  I suggest
calling the clean target first, to see if that makes a difference.

Gary





-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to