[NAnt-users] NANT command line args

2007-08-10 Thread Alan Guedeney
Is there a property in NANT that stores all the command line arguments?-Alan- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration file

Re: [NAnt-users] How do I get the name of the build file from aproperty ...

2007-08-10 Thread Bob Archer
project::get-buildfile-path() function. BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Guedeney Sent: Friday, August 10, 2007 1:13 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] How do I get the name of the build f

[NAnt-users] How do I get the name of the build file from a property ...

2007-08-10 Thread Alan Guedeney
How do I get the name of the build file from a property or is it a function? -Alan- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configu

[NAnt-users] Fw: VB project compilation issue

2007-08-10 Thread William_Martin
DOH! Sent this to just Ashish When resolving a reference, the VB6 compiler will look first at the CLSID hive in the registry for the GUID specified in the VBP file. If it cannot find this, then it will use the path specified in the VBP file to try and file the reference. If you are building

Re: [NAnt-users] VB project compilation issue

2007-08-10 Thread John Cole
Ashish, You’ll need to register the dll’s for VB6.exe to compile your vbp. Once you can compile it in the IDE, you can call the NAntContrib vb6 task to compile your vbp for you. VB6 doesn’t have a way to provide references outside of the normal COM system. It isn’t a NAnt thing, it’s a VB6 th

[NAnt-users] VB project compilation issue

2007-08-10 Thread Ashish Mittal
Hi All, I want to compile VB project through NAnt script. But NAnt doesn't have the way to provide refrences to DLL that are required for my VB project. I also changed the dll location via opening.vbp file in text mode but still it is taking dll refrence from the a