l
> St
> udio\VB98\VB6.EXE" -make Moagent32.vbp c:\test.dll -out c:\build_log.txt
>
> Please help in how to write in build.xml.
>
> Regards
> Irfan.
>
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, Oct
Sayed, Irfan (Irfan) wrote:
Thanks for your reply. I have gone through the URL but did not get much.
Need to execute following command in Ant' build.xml
M:\cc_mv_test\v_agentapi\Develop\VB Server>"c:\Program Files\Microsoft Visual St
udio\VB98\VB6.EXE" -make Moagent32.vbp c:\test.dll -out c:\bu
Hi,
To use you'll need something like:
> M:\cc_mv_test\v_agentapi\Develop\VB Server>"c:\Program Files\Microsoft Visual
> St
> udio\VB98\VB6.EXE" -make Moagent32.vbp c:\test.dll -out c:\build_log.txt
Please spend some time readin
xt
Please help in how to write in build.xml.
Regards
Irfan.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, October 01, 2007 10:44 AM
To: user@ant.apache.org
Subject: AW: Need to compile VB project
Have a look at Ants DotNet AntLib
http://ant.
>Betreff: Re: Need to compile VB project
>
>Ant isn't really built for compiling VB6 projects. Its main purpose is
>for compiling Java code and projects. As far as I know, there is no
>compile Visual Basic script based tasks in Ant. The way to do that is
>to call the "ex
Ant isn't really built for compiling VB6 projects. Its main purpose is
for compiling Java code and projects. As far as I know, there is no
compile Visual Basic script based tasks in Ant. The way to do that is
to call the "exec" task to call your compilation script.
You might want to look at Nant w
Hi All,
I need to write Ant build script which will compile the VB6 project.
Currently the build script is in batch file I need to convert it into
the Ant script. Please find the attached batch script.
Can somebody please help me out in writing the same.
I will be Regards
Irfan.