Have a look at Ants DotNet AntLib
http://ant.apache.org/antlibs/proper.html
http://ant.apache.org/antlibs/dotnet/index.html 


Jan


>-----Ursprüngliche Nachricht-----
>Von: David Weintraub [mailto:[EMAIL PROTECTED] 
>Gesendet: Sonntag, 30. September 2007 19:05
>An: Ant Users List
>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 "exec" task to call your compilation script.
>
>You might want to look at Nant which is the .NET version of Ant. This
>version of Ant is specially built to build Microsoft specific projects
>and includes tasks for compiling VisualStudio projects written in C#,
>C++, and Visual Basic.
>
>See <http://nant.sourceforge.net/> for more information.
>
>On 9/30/07, Sayed, Irfan (Irfan) <[EMAIL PROTECTED]> wrote:
>>
>>
>> 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.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail:
>> [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>
>-- 
>--
>David Weintraub
>[EMAIL PROTECTED]
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to