vote up 1 vote down star

For internal development team I'm looking for a bug tracker.

Important requirements are:

  • Free (must have)
  • WAR/EAR-deployable (must have; support team prefers to have all apps deployed same way)
  • Nice UI (nice to have)
flag

75% accept rate

3 Answers

vote up 2 vote down check

Though it's really simple and has only basic features, you might consider JTrac

link|flag
any personal experience with it? – Vladimir Dyuzhev Oct 10 '08 at 14:30
JTrac fails to deploy onto Weblogic 9.2MP2. Apparently, JTrac expects the WAR to be unpacked, which is not the case with WL. I have created a patch, submitted it to developers, but cannot fix it completely, so for time being JTrac is scratched out :( – Vladimir Dyuzhev Oct 10 '08 at 15:31
I don't have any experience with WebLogic, but it works fine with Tomcat and MySql by simply uploading the war file. Or it's possible to make a quick installation with built-in web server and hsqldb. I think the biggest drawback is the lack of a reporting module except a simple excel export. – hakan Oct 13 '08 at 7:48
Apparently, there is no better (free) Java bugtracker, than JTrac, despite I cannot really use it in my environment :( So I'll accept the answer, though with a sort of disappointment :) – Vladimir Dyuzhev Jan 1 at 15:16
agreed. so far , the closest match i can find is jtrac. u should try – cometta Oct 2 at 1:47
vote up 0 vote down

If you're doing your Java development in Eclipse the Mylyn plugin (comes as part of base Eclipse now since 3.3 I think) has plugins for several Bug Tracking Apps such as Trac and Bugzilla. These allow you to bring the whole bug tracking / fixing process right into your IDE.

Maybe not quite what you're after but it's a neat solution for Bug Tracking Java dev.

link|flag
hmm... interesting idea, thanks, but a) management needs access too, and then don't use Eclipse b) it still requires a deployment, and the deployed app shall be a Java app. – Vladimir Dyuzhev Oct 15 '08 at 13:16
vote up 0 vote down

eh, what's the deal of it having to be written in java? I suppose you need the bug tracking tool for its functionality, not for the pleasure of deploying JEE applications. Seriously. Just because you develop in Java doesn't mean everything around you has to be java. grab Mantis or any other easy to install tool and use it for what it does, not for the language it's implemented in.

I mentioned Mantis because I know it. It's easy to install, has a reasonable feature set and it's reliable.

link|flag
Not my choice. It takes some extra hops to install Perl/Ruby/Python/PHP based ones, and I have enough resistance to overcome already to add even a little bit to it. Support said they won't have troubles to install a WAR, but anything else requires to fill a FORM and get an approval. Go figure. – Vladimir Dyuzhev Oct 10 '08 at 14:50
Oh man, they've got you cornered with bureaucracy ;-). I feel with you. – entzik Oct 10 '08 at 15:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.