Re: [NAnt-users] Nant property passed to CC.NET for pass/fail condition?

2012-02-29 Thread Adam Bruss
://nant.sourceforge.net/release/0.85/help/tasks/fail.html Adam Bruss Senior Development Engineer AWR Corporation 11520 N. Port Washington Rd., Suite 201 Mequon, WI 53092 USA P: 1.262.240.0291 x104 F: 1.262.240.0294 E: abr...@awrcorp.com W: http://www.awrcorp.com<http://www.awrcorp.com/> From:

Re: [NAnt-users] Nant hookup up with CxxTest or CppUnit

2011-10-05 Thread Adam Bruss
re I can provide an xsl file which can get you started. By the way this is a decent article on running unittests with CC.net http://confluence.public.thoughtworks.org/display/CCNET/Using+CruiseControl.NET+with+CppUnit Adam Bruss Senior Development Engineer AWR Corporation 11520 N. Port Washi

Re: [NAnt-users] Nant hookup up with CxxTest or CppUnit

2011-10-05 Thread Adam Bruss
/money_example.html Adam Bruss Senior Development Engineer AWR Corporation 11520 N. Port Washington Rd., Suite 201 Mequon, WI 53092 USA P: 1.262.240.0291 x104 F: 1.262.240.0294 E: abr...@awrcorp.com W: http://www.awrcorp.com<http://www.awrcorp.com/> From: Chris Fouts [mailto:chris.fo...@caemilusa.com

Re: [NAnt-users] Nant Exec task output to a file

2011-10-04 Thread Adam Bruss
See if tf.exe has an xml option to output in xml. If it does then you can use xmlpeek to get the specific information you need from the xml file from tf. Adam Bruss Senior Development Engineer AWR Corporation 11520 N. Port Washington Rd., Suite 201 Mequon, WI  53092  USA P: 1.262.240.0291 x104 F

Re: [NAnt-users] Nant Exec task output to a file

2011-10-04 Thread Adam Bruss
http://nant.sourceforge.net/release/0.91-beta1/help/tasks/exec.html Use the output attribute of exec. Adam Bruss Senior Development Engineer AWR Corporation 11520 N. Port Washington Rd., Suite 201 Mequon, WI  53092  USA P: 1.262.240.0291 x104 F: 1.262.240.0294 E: abr...@awrcorp.com

[NAnt-users] FW: Nant hookup up with CxxTest or CppUnit

2011-09-30 Thread Adam Bruss
From: Adam Bruss Sent: Friday, September 30, 2011 3:52 PM To: 'Chris Fouts' Subject: RE: Nant hookup up with CxxTest or CppUnit We have nant run our executable with a certain flag which tells it to run the unittests and write the results to an xml file using Cppunit::XmlOutputter. The

Re: [NAnt-users] Using the Fail Task Conditionally

2011-07-13 Thread Adam Bruss
It matters. The fail task stops the build in its tracks so put the Mail before. Adam Bruss Senior Development Engineer AWR Corporation 11520 N. Port Washington Rd., Suite 201 Mequon, WI 53092 USA P: 1.262.240.0291 x104 F: 1.262.240.0294 E: abr...@awrcorp.com W: http://www.awrcorp.com<h

Re: [NAnt-users] Getting an error when sending an email notice using Nant

2011-06-14 Thread Adam Bruss
Could you post the nant code that sends the mail? Adam Bruss Senior Development Engineer AWR Corporation 11520 N. Port Washington Rd., Suite 201 Mequon, WI 53092 USA P: 1.262.240.0291 x104 F: 1.262.240.0294 E: abr...@awrcorp.com W: http://www.awrcorp.com<http://www.awrcorp.com/>

Re: [NAnt-users] (no subject)

2011-05-10 Thread Adam Bruss
script, and if the build fails in the NAnt script, it just calls the block of the NAnt script, and stops. ____ From: Adam Bruss [abr...@awrcorp.com] Sent: Tuesday, May 10, 2011 8:02 PM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: [NAnt-use

Re: [NAnt-users] (no subject)

2011-05-10 Thread Adam Bruss
Here's a ccnet example of a publisher block that sends mail. Always

Re: [NAnt-users] Help with

2011-04-29 Thread Adam Bruss
Try that. Adam Bruss Development Engineer AWR Corporation/Simulation Technology & Applied Research 11520 N. Port Washington Rd., Suite 201 Mequon, WI 53092 USA P: 1.262.240.0291 x104 F: 1.262.240.0294 E: abr...@awrcorp.com W: http://www.awrcorp.com From: Chris F

Re: [NAnt-users] Using NAnt to build Windows Application

2011-01-14 Thread Adam Bruss
Pass your vs solution to devenv.com using nant exec. devenv.com is sometimes in C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\. Adam Bruss Development Engineer AWR Corporation/Simulation Technology & Applied Research 11520 N. Port Washington Rd., Suite 201 Mequon, WI  53092 

Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Adam Bruss
That's correct. Adam Bruss Development Engineer AWR Corporation/Simulation Technology & Applied Research 11520 N. Port Washington Rd., Suite 201 Mequon, WI 53092 USA P: 1.262.240.0291 x104 F: 1.262.240.0294 E: abr...@awrcorp.com W: http://www.awrcorp.com From: Christoph

Re: [NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Adam Bruss
bug is also set to 'true'. Is only effective when used in combination with uselogger="true"! I'm trying to use nant from the java based cruisecontrol - the original one According to the cruisecontrol doc it's possible with something like this Any

[NAnt-users] nant in regular cruisecontrol

2010-11-16 Thread Adam Bruss
anks, Adam Adam Bruss Development Engineer AWR Corporation/Simulation Technology & Applied Research 11520 N. Port Washington Rd., Suite 201 Mequon, WI 53092 USA P: 1.262.240.0291 x104 F: 1.262.240.0294 E: abr...@awrcorp.com W: http://w

Re: [NAnt-users] specifying a null reference

2010-08-30 Thread Adam Bruss
Yes I tried. It returns the string with a period on the end. I ended up using this function: string path::get-file-name-without-extension(path) It served my purpose just as well. Adam Bruss Development Engineer AWR Corporation/Simulation Technology & Applied Research 11520 N.

[NAnt-users] specifying a null reference

2010-08-29 Thread Adam Bruss
Hello, >From the nant doc change-extension function: Extension string The new extension (with a leading period). Specify a null reference to remove an existing extension from path. How do you specify a null reference? Thanks, Adam Adam Bruss Development Engineer