Re: [Nant-users] NAnt with VS tasks on Linux

2004-03-31 Thread Gert Driesen
Glenn, We do intend to support this, but there still might be some issues with it right now. The has not really been tested in Mono/Linux, but if you want to cooperate with us by providing good bug reports (if necessary with repros), we'll definitely get there ... Gert - Original Message --

Re: [Nant-users] NAnt on Linux seems to make solution file path name lower case

2004-03-31 Thread Gert Driesen
Glen, We definitely do not convert the path to the solution file to lower case. It might just be an issue in Mono (meaning that it display the path in the exception message in lower case), but I doubt that. Please submit a bug report here : http://sourceforge.net/tracker/?atid=402868&group_id=31

Re: [Nant-users] Reg App.config file to bin using NAnt build file....

2004-03-31 Thread Gert Driesen
Arun, Please submit a bug report for this here : http://sourceforge.net/tracker/?atid=402868&group_id=31650&func=browse, and attach a repro to the bug report. Thanks ! Gert - Original Message - From: "Arun Kumar P - CTD, Chennai." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednes

Re: [Nant-users] Nant vs. BuildIt

2004-03-31 Thread Ian MacLean
Hi Evan, Give the switch to MSBuild in the whitbey release of Visual Studio I would say that BuildIt is pretty much a dead end project. NAnt is similar enough to MSBuild that if your team is taking the "nothing but ms products" route you will be able to leverage that knowledge when Whitbey ship

[Nant-users] Reg App.config file to bin using NAnt build file....

2004-03-31 Thread Arun Kumar P - CTD, Chennai.
Hi All The problem is when im using devenv.exe the app.config file which is in view folder gets copied to the bin folder automatically renaming it to projectname.exe.config. But the same thing is not happening when i used NAnt build file.Kindly tell me the way in which i could achieve the task,

[Nant-users] Reg generating MSI using NAnt build file...

2004-03-31 Thread Arun Kumar P - CTD, Chennai.
Hi All!!! Im using NAnt 0.84 for my auto build process of my windows applicationIm able to get the output of type dll,exe etc. But when i tried to get the output of type MSI(MicroSoft Installable),i couldn't able to get it. Kindly tell me the way in which i could achieve the task. I also heard

[Nant-users] NAnt with VS tasks on Linux

2004-03-31 Thread Glenn T. Miyake
I posted an earlier problem about Visual Studio path names for the task being converted to all lower case on a Linux box. But I think my question should have been, “Are Visual Studio tasks supported on Linux?”   My particular application would be developed with Windows/Visual Studio and

[Nant-users] Emailing build results

2004-03-31 Thread Peter Jones
Is there a way to email the build results ? I guess I can create a wrapper .build file and then capture the output but I'd like to do it in a single .build file if possible. --- Peter G Jones University of Canterbury, NZ --- Senior An

[Nant-users] Sending the log

2004-03-31 Thread Peter Jones
I would like to send the output log of nant via an email.  Can I do this in a single build file or do I need to have  and tasks in a wrapper build file?   ---Peter G JonesUniversity of Canterbury, NZ--- Senior Analyst/ProgrammerMicroso

[Nant-users] NAnt on Linux seems to make solution file path name lower case

2004-03-31 Thread Glenn T. Miyake
It seems as though there is a problem when NAnt builds the path to the solution file under Linux.  If the path name contains a mix of upper and lower case letters, all upper case letters are converted to lower case. So if the solution file is specified in the build file as "/home/user/Demo/

Re: [Nant-users] CSC Output Build Internal Error help

2004-03-31 Thread Gert Driesen
- Original Message - From: "Michael Dang" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 31, 2004 7:00 PM Subject: Re: [Nant-users] CSC Output Build Internal Error help > > I am assuming that there was a fix to a bug related to this

Re: [Nant-users] CSC Output Build Internal Error help

2004-03-31 Thread Gert Driesen
- Original Message - From: "Michael Dang" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 31, 2004 9:45 PM Subject: Re: [Nant-users] CSC Output Build Internal Error help > Here's an additional thought. > > I have 2 different .resx fi

[Nant-users] XSD for Contrib?

2004-03-31 Thread Peter Jones
I've used the XSD for nant and this is very useful in VS.Net when editing but is there an XSD for contrib and if so, how do I specify both schemas? --- Peter G Jones University of Canterbury, NZ --- Senior Analyst/Programmer Microsoft .Net

Re: [Nant-users] Sending the log

2004-03-31 Thread Gert Driesen
I don't recall exactly what your question was (Its past midnight and I'm still at work :(:(:(:( ...), but I think you'll be more interested in the MailLogger (NAnt.Core.MailLogger). Gert - Original Message - From: "Peter Jones" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, M

RE: [Nant-users] Sending the log

2004-03-31 Thread Peter Jones
I just found the task in contrib which looks like the thing I need. Cheers --- Peter G Jones University of Canterbury, NZ --- Senior Analyst/Programmer Microsoft .Net MVP Blog: http://jonsie.net > -Original Message- > From: G

RE: [Nant-users] Slingshot Question

2004-03-31 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I have a number of VC++ projects with "Unicode Debug" and "Unicode Release" targets. Slingshot looks like it could solve a few problems I have iff it supports VC++. I'm in the process of discovering whether it supports VC++ or not. The problem I'm having at the moment is that slingshot complains

Re: [Nant-users] another Licx problem

2004-03-31 Thread steve gupta
Title: Message I was able to get it to work.   My lines I posted in the first message were correct.   What I did was change a line here                                       I had the .licenses file resource point

Re: [Nant-users] Command Line args Help

2004-03-31 Thread Jaroslaw Kowalski
When invoked without parameters it prints out: "aaa zzz" When invoked as "nant -D:property=value" it prints out "aaa value". The command line arguments override global property definitions. Hope it helps, Jarek - Original Message - From: "Bonnett, Evan A" <[EMAIL PROTECTED]

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

[Nant-users] Command Line args Help

2004-03-31 Thread Bonnett, Evan A
Title: Message        Sorry, sent this under a bad subject line...  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 Release t

Re: [Nant-users] CSC Output Build Internal Error help

2004-03-31 Thread Michael Dang
Here's an additional thought. I have 2 different .resx files in 2 separate folders. Both are the same name. Would this cause a problem as well? e.g. Controls\Post.resx Forms\Post.resx I have a few instances of these. mike --- Gert Driesen <[EMAIL PROTECTED]> wrote: > Michael, >

[Nant-users] RE: Slingshot Question

2004-03-31 Thread Bonnett, Evan A
Title: RE: Slingshot Question Please disregard this question.  Got it figured out.  I have to specify the "Release" target in the call to . Thanks anyway... Evan A. Bonnett -Original Message- From: Bonnett, Evan A Sent: Wednesday, March 31, 2004 12:28 PM To: [EMAIL PROTECTED] Su

RE: [Nant-users] Slingshot Question

2004-03-31 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Hello All, Slingshot looks like a cool tool! Can I specify a different Target? Also, does it support VC++ projects? -- Edwin G. Castro Firing Systems Engineer [EMAIL PROTECTED]   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bonnett, Evan

RE: [Nant-users] Nant & Unit Tests From Conditional Compilation

2004-03-31 Thread Brian Beaudet
Alex, I’m always up for learning something new. I've not toyed with Reflection much but I'm will to try it. As a workaround to my conditional compilation situation, the other developers and I have decided to place our unit tests in Debug mode and make our builds from there. You can email me p

[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

RE: [Nant-users] another Licx problem

2004-03-31 Thread Peter McEvoy
Title: Message I think you then have to use al to include the generated .license file into your EXE.   eg   I could be wrong - I've had horrible experiences with license files to the point that I doubt if its working...   Pete -Original Message-From: steve gupt

Re: [Nant-users] CSC Output Build Internal Error help

2004-03-31 Thread Michael Dang
Hi Gert, Finally got some time to tackle this. I rebuilt the nightly build nant-0.85-20040328 against .NET framework 1.1. I tried the same compile script against both the latest nightly build and nant 0.84. Both against 1.1 .NET framework. Same error but different results. See the log outputs

RE: [Nant-users] Nant & Unit Tests From Conditional Compilation

2004-03-31 Thread Osbun, Alex
Hey Brain, In reference to testing private methods and data members in separate classes, you can try using the System.Reflection namespace. Let me know if you would like some additional help. Alex -Original Message- From: Brian Beaudet [mailto:[EMAIL PROTECTED] Sent: Tuesday, March

Re: [Nant-users] Sending the log

2004-03-31 Thread Gary Feldman
- Original Message - From: "Gert Driesen" <[EMAIL PROTECTED]> > This information is available in the mailing list archives, but I'll try to Unfortunately, the mailing list archives aren't as effective as they ought to be. A search for "email log" returns 300 results, and there's no way t

[Nant-users] another Licx problem

2004-03-31 Thread steve gupta
I have spent a little while reading through the messages trying to get a handle on this problem I am having.   I am trying to compile a c# app that uses the c1 components.   I followed someone elses example of how they wrote the license tags.   heres a snipet of my build file.    

RE: [Nant-users] Setting a property to output of executable

2004-03-31 Thread Bonnett, Evan A
Title: Message Hey, no prob.  Credit where credit is due.  I am a newbie as well.     Evan A. Bonnett Reynolds and Reynolds, IT ERA Integrated Desking Development 937-485-8577 58577 -Original Message-From: Nicklas Norling [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31

[Nant-users] Nant vs. BuildIt

2004-03-31 Thread Bonnett, Evan A
Title: Nant vs. BuildIt All, I have been pressured to test MS's BuildIt as our Architecture team is recommending it for all new development projects.  I would like to tell you all what I've found: 1) While much of the complexity is hidden from the user, as is so common for MS products, much

RE: [Nant-users] Setting a property to output of executable

2004-03-31 Thread Nicklas Norling
Title: Message Wow! That's great, exactly what I needed, thanks a bunch Evan (and Jarek)!   /Nicke -Original Message-From: Bonnett, Evan A [mailto:[EMAIL PROTECTED] Sent: den 31 mars 2004 16:09To: 'Nicklas Norling'; [EMAIL PROTECTED]Subject: RE: [Nant-users] Setting a

RE: [Nant-users] Setting a property to output of executable

2004-03-31 Thread Bonnett, Evan A
Title: Message I had the same problem but Jarek sent me this solution.  Try it out, adapt as needed.  Hope this helps.   There's a trick that uses task. Taken from my build script: property="sooda.major,sooda.minor,sooda.revision,sooda.build"> ... do something with the properties ... Th

[Nant-users] Setting a property to output of executable

2004-03-31 Thread Nicklas Norling
Title: Setting a property to output of executable Hi. I'm looking and looking and just can't find a way to set a property to the value of output from a program. Or from the content of a file or any other communicative and dynamic way. Does anyone have any tips in this area? What I'm doin