RE: [Nant-users] Slingshot Question

2004-03-31 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
___ From: Bonnett, Evan A [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 11:53 AM To: Castro, Edwin Gabriel (Firing Systems Engr.); [EMAIL PROTECTED] Subject: RE: [Nant-users] Slingshot Question Well, as I'm finding out, you can specify a target once you call the slingshot task bu

RE: [Nant-users] Slingshot Question

2004-03-31 Thread Bonnett, Evan A
Title: Message Does anyone have an example of a command line arg that is passed in with the call to nant and how to get it into a property?     Evan A. Bonnett Reynolds and Reynolds, IT

RE: [Nant-users] Slingshot Question

2004-03-31 Thread Bonnett, Evan A
Title: RE: [Nant-users] Slingshot Question Well, as I'm finding out, you can specify a target once you call the slingshot task but you have to have prior knowledge of what it generates.  As stated below, it defaults to the Debug target but when you call the task, you can specify the Re

RE: [Nant-users] Slingshot Question

2004-03-31 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
, Evan A Sent: Wednesday, March 31, 2004 9:28 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Slingshot Question All, When slingshot generates the build file, its default target is debug. But when my debug property in the the calling build file (the file that calls slingshot) is false, it still

[Nant-users] Slingshot Question

2004-03-31 Thread Bonnett, Evan A
Title: Slingshot Question All, When slingshot generates the build file, its default target is debug. But when my debug property in the the calling build file (the file that calls slingshot) is false, it still calls the debug target.  Any idea on why?  Here is the target that calls slin