Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Online bug tracking

Online bug tracking

Scheduled Pinned Locked Moved The Lounge
c++comarchitecturehelpquestion
31 Posts 22 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Christian Graus

    Does anyone have any experience of online bug tracking services ( free or otherwise ) ? Any recommendations ?

    Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

    E Offline
    E Offline
    Ed Poore
    wrote on last edited by
    #6

    Going with what code-frog said OnTime has a free license for one user (not sure of the exact terms), maybe this will satisfy your needs?  Provided you have somewhere to host it.

    C 1 Reply Last reply
    0
    • S Shog9 0

      Traq isn't bad. Bugzilla... kinda is, at least for a reasonably small team (then again, a co-worker uses it for just his bugs, so YMMV). TestTrackPro (the only commercial one i've used) is a fairly solid desktop app, but tries to make the web interface look and feel like the desktop one, which is just a terrible idea.

      ----

      It appears that everybody is under the impression that I approve of the documentation. You probably also blame Ken Burns for supporting slavery.

      --Raymond Chen on MSDN

      D Offline
      D Offline
      David Stone
      wrote on last edited by
      #7

      Surely you mean Trac. ;)

      We are certainly uncertain at least I'm pretty sure I am...

      S 1 Reply Last reply
      0
      • C Christian Graus

        Does anyone have any experience of online bug tracking services ( free or otherwise ) ? Any recommendations ?

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        D Offline
        D Offline
        David Stone
        wrote on last edited by
        #8

        Hosted services? Nope. But if you mean software that you can host yourself, I really like Trac. I'm using it with Shog for CPhog and another guy at school for our compiler project. [update] Oh yeah...if you want to give it a spin, I can give you the link to the CPhog Trac. You can mess around with it a bit.


        Last modified: 11mins after originally posted --

        We are certainly uncertain at least I'm pretty sure I am...

        1 Reply Last reply
        0
        • D David Stone

          Surely you mean Trac. ;)

          We are certainly uncertain at least I'm pretty sure I am...

          S Offline
          S Offline
          Shog9 0
          wrote on last edited by
          #9

          Probably. :) In my defense, I am working with something called Traq right now, so it just kinda stuck... :-O

          ----

          It appears that everybody is under the impression that I approve of the documentation. You probably also blame Ken Burns for supporting slavery.

          --Raymond Chen on MSDN

          D 1 Reply Last reply
          0
          • S Shog9 0

            Probably. :) In my defense, I am working with something called Traq right now, so it just kinda stuck... :-O

            ----

            It appears that everybody is under the impression that I approve of the documentation. You probably also blame Ken Burns for supporting slavery.

            --Raymond Chen on MSDN

            D Offline
            D Offline
            David Stone
            wrote on last edited by
            #10

            Shog9 wrote:

            Traq

            Which one?[^] Or is it some homegrown/internal app?

            We are certainly uncertain at least I'm pretty sure I am...

            S 1 Reply Last reply
            0
            • C Christian Graus

              Does anyone have any experience of online bug tracking services ( free or otherwise ) ? Any recommendations ?

              Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

              R Offline
              R Offline
              Raj Lal
              wrote on last edited by
              #11

              Do you want a hosted service or you want to install it in your webserver ? Try Web based project tracking system: Protrack Online[^] I am using it for around a year now and it seems stable and very user friendly :cool: * -- modified at 19:42 Monday 9th April, 2007

              Omit Needless Words - Strunk, William, Jr.


              Vista? Photoshop Preview Handler here

              P 1 Reply Last reply
              0
              • D David Stone

                Shog9 wrote:

                Traq

                Which one?[^] Or is it some homegrown/internal app?

                We are certainly uncertain at least I'm pretty sure I am...

                S Offline
                S Offline
                Shog9 0
                wrote on last edited by
                #12

                Heh, it's not an app at all... It's a piece of hardware for controlling airflow into a metal box of one sort or another. The little picture on my screen kinda looks like a winking eye... i'm resisting the temptation to animate it. :-O

                ----

                It appears that everybody is under the impression that I approve of the documentation. You probably also blame Ken Burns for supporting slavery.

                --Raymond Chen on MSDN

                D 1 Reply Last reply
                0
                • S Shog9 0

                  Heh, it's not an app at all... It's a piece of hardware for controlling airflow into a metal box of one sort or another. The little picture on my screen kinda looks like a winking eye... i'm resisting the temptation to animate it. :-O

                  ----

                  It appears that everybody is under the impression that I approve of the documentation. You probably also blame Ken Burns for supporting slavery.

                  --Raymond Chen on MSDN

                  D Offline
                  D Offline
                  David Stone
                  wrote on last edited by
                  #13

                  Ahhh...what kind of project is this for?

                  We are certainly uncertain at least I'm pretty sure I am...

                  S 1 Reply Last reply
                  0
                  • E Ed Poore

                    Going with what code-frog said OnTime has a free license for one user (not sure of the exact terms), maybe this will satisfy your needs?  Provided you have somewhere to host it.

                    C Offline
                    C Offline
                    Christian Graus
                    wrote on last edited by
                    #14

                    No, I need something that is hosted. I don't have any server space anywhere, and I don't want to bother setting any up. I need it for 5 users.

                    Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                    1 Reply Last reply
                    0
                    • D David Stone

                      Ahhh...what kind of project is this for?

                      We are certainly uncertain at least I'm pretty sure I am...

                      S Offline
                      S Offline
                      Shog9 0
                      wrote on last edited by
                      #15

                      Same project i've spent nearly every day on for the last three years... A system for designing and simulating modular air-handlers (those big boxes you see on the roofs of larger buildings). It's actually been a reasonably fun project, except for the near-monthly changes to the design. I'm happy so long as i can stick to drawing pictures... (latest toy: rendering dimetric projection wireframes using Javascript and VML ;) )

                      ----

                      It appears that everybody is under the impression that I approve of the documentation. You probably also blame Ken Burns for supporting slavery.

                      --Raymond Chen on MSDN

                      1 Reply Last reply
                      0
                      • C Christian Graus

                        Does anyone have any experience of online bug tracking services ( free or otherwise ) ? Any recommendations ?

                        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                        B Offline
                        B Offline
                        Bassam Abdul Baki
                        wrote on last edited by
                        #16

                        If it has to be online, wait for Ravi's. He's not only the president, but he's also a customer. Otherwise, look at BugReporter[^] from our very own CP member BlackDice.


                        "If only one person knows the truth, it is still the truth." - Mahatma Gandhi Web - Blog - RSS - Math - LinkedIn - BM

                        1 Reply Last reply
                        0
                        • M Marc Clifton

                          FogBugz is ok, but there's something about it that just doesn't sit right with me. It's too list oriented, whereas bugs, well, you want to sometimes create a chain of association, etc., because bugs aren't always linear. And it would be really swell if it tied in to some sort of source control so you could actually see what then changes were that fixed that particular bug. Marc

                          Thyme In The Country
                          Interacx

                          People are just notoriously impossible. --DavidCrow
                          There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
                          People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

                          L Offline
                          L Offline
                          Luis Alonso Ramos
                          wrote on last edited by
                          #17

                          Marc Clifton wrote:

                          And it would be really swell if it tied in to some sort of source control so you could actually see what then changes were that fixed that particular bug

                          It can be done already. See here[^].

                          Luis Alonso Ramos Intelectix Chihuahua, Mexico

                          Not much here: My CP Blog!

                          1 Reply Last reply
                          0
                          • C Christian Graus

                            Does anyone have any experience of online bug tracking services ( free or otherwise ) ? Any recommendations ?

                            Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                            D Offline
                            D Offline
                            dazfuller
                            wrote on last edited by
                            #18

                            We're currently looking at Sourcegear Fortress[^] (Which is both a version control and bug tracking solution), the bug tracking side is based on their Dragnet software which is quite nice.

                            1 Reply Last reply
                            0
                            • R Raj Lal

                              Do you want a hosted service or you want to install it in your webserver ? Try Web based project tracking system: Protrack Online[^] I am using it for around a year now and it seems stable and very user friendly :cool: * -- modified at 19:42 Monday 9th April, 2007

                              Omit Needless Words - Strunk, William, Jr.


                              Vista? Photoshop Preview Handler here

                              P Offline
                              P Offline
                              Pete OHanlon
                              wrote on last edited by
                              #19

                              Am I the only one who thinks this looks like a straight rip off of one of the MS ASP.NET sample applications?

                              Deja View - the feeling that you've seen this post before.

                              M R 2 Replies Last reply
                              0
                              • P Pete OHanlon

                                Am I the only one who thinks this looks like a straight rip off of one of the MS ASP.NET sample applications?

                                Deja View - the feeling that you've seen this post before.

                                M Offline
                                M Offline
                                Mark_Wallace
                                wrote on last edited by
                                #20

                                Pete O`Hanlon wrote:

                                Am I the only one who thinks this looks like a straight rip off of one of the MS ASP.NET sample applications?

                                I got the same impression -- but anyone who has the good taste to use Winnie-ther-Pooh on their index page gets my vote, regardless of any flaws. (I hope Uncle Bill isn't listening...)

                                P 1 Reply Last reply
                                0
                                • C Christian Graus

                                  Does anyone have any experience of online bug tracking services ( free or otherwise ) ? Any recommendations ?

                                  Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                                  T Offline
                                  T Offline
                                  TekkGuy
                                  wrote on last edited by
                                  #21

                                  You might want to take a look at Gemini by CounterSoft. Decent bug tracking, with Issue Linking for non-linear problem tracking and Source Control linking, along with other features. Comes with a free 10 user license. Otherwise you need to purchase a full license from them which gives you unlimited users. Unless you are a non-profit organization, in which case you can apply for a free non-profit license. Gemini[^]

                                  ________________________ Ben Santiago, MCP & A+ Programmer (SQL, FoxPro, VB, VB.Net, Java, HTML, ASP, JSP, VBS) Eastern Suffolk BOCES - Student Data Services Programming: Race between programmers building better idiot-proof apps, and the Universe producing better idiots. The Universe is winning. -Rich Cook

                                  1 Reply Last reply
                                  0
                                  • M Mark_Wallace

                                    Pete O`Hanlon wrote:

                                    Am I the only one who thinks this looks like a straight rip off of one of the MS ASP.NET sample applications?

                                    I got the same impression -- but anyone who has the good taste to use Winnie-ther-Pooh on their index page gets my vote, regardless of any flaws. (I hope Uncle Bill isn't listening...)

                                    P Offline
                                    P Offline
                                    Pete OHanlon
                                    wrote on last edited by
                                    #22

                                    Ah yes - the Edward Bear section. An excellent choice.

                                    Deja View - the feeling that you've seen this post before.

                                    1 Reply Last reply
                                    0
                                    • C code frog 0

                                      A while back OnTime ran a special where you could get a 5 user license for $5. Never have regretted doing that. I'd suggest you check them out.

                                      G Offline
                                      G Offline
                                      Grimolfr
                                      wrote on last edited by
                                      #23

                                      You can still get their single-user license for free if you're doing lone development.


                                      Grim

                                      (aka Toby)

                                      MCDBA, MCSD, MCP+SB

                                      Need a Second Life?[^]

                                      SELECT * FROM users WHERE clue IS NOT NULL GO

                                      (0 row(s) affected)

                                      1 Reply Last reply
                                      0
                                      • P Pete OHanlon

                                        Am I the only one who thinks this looks like a straight rip off of one of the MS ASP.NET sample applications?

                                        Deja View - the feeling that you've seen this post before.

                                        R Offline
                                        R Offline
                                        Raj Lal
                                        wrote on last edited by
                                        #24

                                        Pete O`Hanlon wrote:

                                        looks like a straight rip off of one of the MS ASP.NET sample applications

                                        The website mentions it in the homepage ProTrack is based on highly secure, scalable and durable ASP.NET starter Kits, so you can rest assured, it follows the best patterns and practices in ASP.NET.

                                        Omit Needless Words - Strunk, William, Jr.


                                        Vista? Photoshop Preview Handler here

                                        1 Reply Last reply
                                        0
                                        • C Christian Graus

                                          Does anyone have any experience of online bug tracking services ( free or otherwise ) ? Any recommendations ?

                                          Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                                          O Offline
                                          O Offline
                                          orj
                                          wrote on last edited by
                                          #25

                                          I recommend Jira (http://www.atlassian.com/software/jira/). You have to self host. It is free for Open Source projects. And fairly cheap (compared to per-seat licensed products) for Professional & Enterprise installs. Don't know if there is anyone on the net providing it as a service though.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups