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 - please fix the test compilation
Summary: please fix the test compilation
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Marek Fukala
URL: http://deadlock.netbeans.org/hudson/j...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-11 16:05 UTC by Samaresh Panda
Modified: 2009-02-19 23:27 UTC (History)
1 user (show)

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