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 )

    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
                  • 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 )

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #26

                    Check out http://elementool.com It is web-based, multi-user, and is free up to 200 incidents. Enjoy. Stephen Richards

                    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.

                      W Offline
                      W Offline
                      WayneLeone
                      wrote on last edited by
                      #27

                      OnTime does not support Test Case management, which is kinda useful to log bugs against. I've used JIRA alot. It's free. Mind you, it also does not support test case management. You could try TargetProcess. It's based on Agile methodolgies etc but it looks good. You can create User Stories, Test Cases, Bugs etc. It's not free, but for most companies I reckon its quite affordable. -- modified at 11:51 Tuesday 10th April, 2007

                      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 )

                        J Offline
                        J Offline
                        Jasmine2501
                        wrote on last edited by
                        #28

                        We tried BugTraq, but we eventually went with OnTime, running on our own servers. I didn't like the idea of giving someone else my entire record of bugs. http://www.axosoft.com/products/ontime.aspx[^] It is so much more than just a bug tracker. This software is very nice. It has a Visual Studio plugin, which is very convenient.

                        "Quality Software since 1983!"
                        http://www.smoothjazzy.com/ - see the "Programming" section for freeware tools and articles.

                        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 )

                          K Offline
                          K Offline
                          kcrismon
                          wrote on last edited by
                          #29

                          What about Gemini. If is free up to 10 users and only costs something like 149.00 for a real unlimitted license. Look at http://www.countersoft.com/[^] See ya, Ken

                          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
                            Reshetnyak
                            wrote on last edited by
                            #30

                            Try Bugzilla. It is free and pretty good. http://www.bugzilla.org/[^]

                            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
                              davfive
                              wrote on last edited by
                              #31

                              VASoftware which powers sourceforge.net has an enterprise edition that has a free download with 15 users. For more users than that it's a one time fee of about $1000/user + 20% annual maintenance, but if you have a small team, 15 users free forever seems nice and it has a lot of nice features (document management, feature/defect/anything tracking, task management, release management, source repositories (cvs or svn)). You can find it here. David

                              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