This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 174052 - apisupport.tc.cobertura should be invisible
Summary: apisupport.tc.cobertura should be invisible
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: rmichalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-08 10:13 UTC by Jaroslav Tulach
Modified: 2009-10-12 09:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2009-10-08 10:13:26 UTC
Right now the apisupport.tc.cobertura is breaking 
http://deadlock.netbeans.org/hudson/job/ergonomics/571/testReport/org.netbeans.modules.ide.ergonomics.fod/FoDUpdateUnitProviderTest/testManuallyInstalledModules/?
test and prevents ergonomics repository to propagate to main-silver.

Also it causes UI visible regression as Tools/Plugins lists 
Cobertura Module Test Coverage
as user installed module which is not true. Making it autoload fixes both problems:

--- a/apisupport.tc.cobertura/nbproject/project.properties      Thu Oct 08 06:32:42 2009 +0400
+++ b/apisupport.tc.cobertura/nbproject/project.properties      Thu Oct 08 11:12:53 2009 +0200
@@ -1,3 +1,4 @@
+is.autoload=true
 javac.source=1.5
 javac.compilerargs=-Xlint -Xlint:-serial

If this is appropriate fix, then please integrate soon.
Comment 1 rmichalsky 2009-10-08 10:18:21 UTC
Already fixed locally (core-main #1aaaaaf61419), unfortunately hg.netbeans.org is not responding now.
Comment 2 Jesse Glick 2009-10-08 14:02:12 UTC
BTW was noticed days ago, we were just discussing proper fix. Need to do more than merely mark it autoload in order to
satisfy other AU-related criteria.
Comment 3 Jaroslav Tulach 2009-10-12 07:50:30 UTC
I still do not see the revision anywhere and ergonomics build continues to fail...
Comment 4 rmichalsky 2009-10-12 09:12:21 UTC
That's because I'm still getting: 

pushing to https://rmichalsky:***@hg.netbeans.org/core-main/
abort: HTTP Error 403: Forbidden

Problems seem intermittent, but I'm somehow out of luck :(.