Re: Planning a memory map plugin - but does it exist?

2012-09-29 Thread Bue Petersen
Thanks for the reply and the offer. I hope it will be released during next month in a first simple version and there will probably be missing features that can be done, and of course adding new choices for compilers. Greatings, Bue Petersen On Fri, Sep 28, 2012 at 5:04 PM, Slide

Re: Question about TFS Plugin

2012-09-29 Thread Erik Ramfelt
Hi The plugin is not being actively maintained as in adding new features and such, ive tried to fix crashes and other bugs. As I dont use TFS at work, i havent tested it for real, which means Im not sure how it copes in the long run and under stress. Perhaps someone on the list has used it and

Re: repo.jenkins-ci.org down

2012-09-29 Thread Baptiste MATHUS
Hi, Just a thing: I suppose you're using a repo manager? So requests hitting repo.jenkins-ci.org should only be a subset of the client ones. Might even be none reaching to repo.jenkins-ci.org the majority of time, right? Btw, having a local repository manager (be it archiva, artifactory or nexus)

Re: repo.jenkins-ci.org down

2012-09-29 Thread Corey Admiral Snackbar O'Connor
On Sat, Sep 29, 2012 at 10:17 AM, Baptiste MATHUS bmat...@batmat.netwrote: Btw, having a local repository manager (be it archiva, artifactory or nexus) on a laptop is really a breathe, I deeply recommend it. This I will definitely learn how to do! Thanks. Cheers, Corey Cheers

Spying on what Ant is doing

2012-09-29 Thread Kohsuke Kawaguchi
Jesse showed me the other day how he had injected code into a running Ant process to figure out what's going on. I've took that and implemented it in Ant plugin. This is still a proof of concept, because I don't have time to get it fully done right now, such as exposing it for other plugins. The