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 155245

Summary: please fix the test compilation
Product: javaee Reporter: Samaresh Panda <samaresh>
Component: JSPAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: blocker CC: mschovanek
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://deadlock.netbeans.org/hudson/job/test-compilation/1380/testReport/org.netbeans.nbbuild.SubAntJUnitReport/test-build/_hudson_workdir_jobs_test_compilation_workspace_web_core_syntax/
Issue Type: DEFECT Exception Reporter:

Description Samaresh Panda 2008-12-11 16:05:44 UTC
See
http://deadlock.netbeans.org/hudson/job/test-compilation/1380/testReport/org.netbeans.nbbuild.SubAntJUnitReport/test-build/_hudson_workdir_jobs_test_compilation_workspace_web_core_syntax/.

It appears as a result of fix in issue 151130.

I'm not sure why this module doesn't directly declare a dependency on
org.netbeans.modules.editor.deprecated.pre61completion. I think you should first make changes such that the compilation
works (by adding this dependency or commenting out or whatever..) and then fix this deprecated dependency (if you added
one).

Please add the following lines to your project.xml and this will fix the problem.

----
<test-dependency>
    <code-name-base>org.netbeans.modules.editor.deprecated.pre61completion</code-name-base>
    <compile-dependency/>
</test-dependency>
----
Comment 1 Samaresh Panda 2008-12-11 16:16:57 UTC
As per Jesse, I've made the following changes to fix the issue for now:
http://hg.netbeans.org/main/rev/53a47b090b12

Please follow it up.
Comment 2 Marek Fukala 2008-12-12 17:19:35 UTC
Adding the functional tests author to CC. Thanks for the fix Samaresh.
Comment 3 Quality Engineering 2008-12-12 17:26:01 UTC
Integrated into 'main-golden', will be available in build *200812121401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/53a47b090b12
User: samaresh@netbeans.org
Log: #155245: fix for the test compilation