Hi. I am running some NUnit tests automatically when my nightly build completes. I have a console application which detects the new build, and then copies the built MSI's to a local folder, and deploys all of my components to a test server. After that, I have a bunch of tests in NUnit dll's that I run by executing "nunit-console.exe" using Process/ProcessStartInfo. My question is, how can programatically I get the numbers for Total Success/Failed tests?
Is possible to format/color the output in the Xcode console? I know that you can do that while debugging CoreData on Mac by setting:
com.apple.CoreData.SQLDebug 3 and
com.apple.CoreData.SyntaxColoredLogging YES
What with our own logs, can we color/format them too somehow?
Hello,
I am using windows 7.
i got a user on my computer a non-admin user, and i want to apply on him user policies from the Microsoft Management Console.
i added group policy object editor, chose Non-admin group, set a setting, saved and close.
but i when i logon to that user i applied to, it just won't effect!
please tell me what i miss,
thank you.
Rails defines a bunch of magic with named routes that make helpers for your routes. Sometimes, especially with nested routes, it can get a little confusing to keep track of what URL you'll get for a given route helper method call. Is it possible to, using the Ruby console, see what link a given helper function will generate? For example, given a named helper like post_path(post) I want to see what URL is generated.
Hi guys, I found an old Windows XP SP2 in my -trash- cd can and tryed it on a 30 gb FAT32 partition.
Installation went fine till the copying operation was completed and XP asked for reboot. After that either it starts over again or throws invalid disk.
Starting over is an infinite loop the only way I see is to choose the "Repair console" but i'm not used to a dos box.
Can anyone help me through this harmful instalation?
Cheers, Daniel
While Trace.WriteLine("foo") works.
Why it's so? Workarounds?
This one looks like guilty bug:
Trace and Console writes are not displayed in results when an exception occurs
I have a very simple console app where I'm using dataset.WriteXml(@"c:\temp") but I'm getting message "Access Denied". What do I need to do?
Using Visual Studio 2008 on XP Pro.
I have a PHP web page, from which I need to call a perl script which executes in a console.
Please consider the possibility of getting the return values back to PHP with this?
Although not mandatory to pass values back to PHP. I want to see the possibilities.
Any help please?
Thanks.
In eclipse how do you adjust the maximum lines in the console window? My program outputs 2000 lines of numbers and eclipse truncates it so therefore I am missing some numbers
I'm trying to set the Console window executed via my C-sharp code to be centered each and every time code is generated.
I hope that makes sense.
I thank you guys in advance.
So, Im a beginning C# programmer. I know basic syntax and simple things like if statements and loops(methods and classes too). I've only used console apps right now havent bothered with windows forms yet.
So any simple app ideas that introduce new things important for C# programming.
Also, NO tutorials. I want to make all by myself.
Hello , i have written an sql script for updating a database that runs in SQL server 2005 and I want to make that changes to the production DB server but I dont want to run the query from the query analyzer , is there a way to run the sql script from console?
Hi,
I am using Tomcat from Eclipse. When i try to start the server I am getting the following error in the console:
java.lang.ClassNotFoundException: net.jawr.web.servlet.JawrServlet
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1516)
When i deploy the war file in the Tomcat server outside of eclipse it is not having any problems. I am only getting this problem when i am trying to start tomcat from eclipse with jawr. Please let me know the solution for this problem.
Thanks in advance,
Jaya
Say I have a router helper that I want more info on, like blogs_path, how do I find out the map statements behind that in console.
I tried generate and recognize and I got unrecognized method error, even after I did require 'config/routes.rb'
THanks
I have started to study C. I'm using Linux console and I would like to do a program which outputs random characters until ESC is pressed. How can I make such a keyboard handler?
Hey everybody,
Im trying to write a quick console app that outputs data to an HTML file, however im having trouble accessing the System.Web.UI namespace.
Adding System.Web to my references places a warning icon on top of the reference name in the solution explorer and System.Web is not available in the .NET reference list (in order for me to actually add it to the project I have to go to the object browser and add it from there).
Anybody have any ideas about what I could be missing?
Thanks alot people!
Hi
I'm quite sure that it is a stupid issue but it drives me crazy..
how could i print on the console a TCHAR array?
DWORD error = WSAGetLastError();
TCHAR errmsg[512];
int ret = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, 0, error, 0, errmsg, 511, NULL);
i need to print errmsg...
I am developing a console application. I need to emulate the way how the command line utility behaves when the F7 button is pressed, like shown below:
Is it possible in C# 2008? If not, is there any workaround available?
Any help much appreciated.
How can I load a javascript file via Firebug console ?
This would be useful in development, so I don't have to modify the html code to load the script.
i have already learnt c++ console(love it!) and want to do gui programming, i have looked at Qt but i dont like the size of exe produced at all,even after compressing or static linking....
Shall i learn c# and gui programming?? is it easy to move from c++? what is dot net exactly by the way and how can it be useful to me and my CV in future??
I downloaded and am running the latest SDK (in About GoogleAppleEngineLauncher, I see it is version 1.3.4.794), but when I open the SDK Console and go to the Task Queue section, I still see "Tasks will not run automatically. Select a queue to run tasks manually." I have not added the flag --disable_task_running, so I'm confused as to why it is still manual for me.
I've already set
<property name="show_sql">false</property>
& disable all messages in log4j.properties
But Hibernate shit to console with all queries & statements.