Gert Driesen wrote:





-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Fetzer
Sent: woensdag 17 november 2004 17:39
To: Gert Driesen; 'NAnt Developers'
Subject: RE: [nant-dev] Fwd: VB task not working


Gert,

Thanks, but I tried that. I already had the vb98
folder in the path, but added the actual vb6.exe in
there also. Didn't change the results at all. Anyone
using the vb6 task with nightly builds successfully? I added verbose="true" to the vb6 task and here is my
output:


<!------------------end-------------------->

D:\NAntContribDebug>nant -f:TestBuild.build
NAnt 0.85 (Build 0.85.1755.0; net-1.1.win32; dev;
10/21/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///D:/NAntContribDebug/TestBuild.build
Target(s) specified: build

[loadtasks] Scanning assembly "NAnt.Contrib.Tasks" for
extensions.

build:

     [vb6] Building project
'D:\NAntContribDebug\StringComp_Test\Project1.vbp'.

     [vb6] Output file
'D:\NAntContribDebug\Project1.exe' does not exist,
recom
piling.
     [vb6] Starting 'vb6 ( /make
"D:\NAntContribDebug\StringComp_Test\Project1.
vbp" /outdir "D:\NAntContribDebug" /out
"D:\NAntContribDebug\vbError.log")' in '
D:\NAntContribDebug'

BUILD FAILED

D:\NAntContribDebug\TestBuild.build(5,6):
'vb6' failed to start.
   The system cannot find the file specified

Total time: 0.4 seconds.

<!---------------end snip------------------>

Is he complaining that he can't find vb6.exe or some
other file?



It's complaining that it can't find vb6.exe.



try running the generated command:

vb6 /make "D:\NAntContribDebug\StringComp_Test\Project1.vbp" /outdir 
"D:\NAntContribDebug" /out "D:\NAntContribDebug\vbError.log"

from a command shell and see what the results are.

Ian




------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to