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 76717 - AVK plug-in does not compile
Summary: AVK plug-in does not compile
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ bhavanishankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-23 06:42 UTC by _ bhavanishankar
Modified: 2006-06-04 23:44 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 _ bhavanishankar 2006-05-23 06:42:13 UTC
Sub component : AVK5 plug-in.

AVK5 plugin fails to compile with the following error:


Compiling 7 source files to
/home/bhavani/ws/netbeans-release55/serverplugins/sun/avk/build/classes
/home/bhavani/ws/netbeans-release55/serverplugins/sun/avk/src/org/netbeans/modules/j2ee/sun/ide/avk/AVKSupport.java:135:
cannot find symbol
symbol  : method refreshServerInstance()
location: class org.netbeans.modules.j2ee.sun.ide.j2ee.DeploymentManagerProperties
            dmProps.refreshServerInstance();
/home/bhavani/ws/netbeans-release55/serverplugins/sun/avk/src/org/netbeans/modules/j2ee/sun/ide/avk/AVKSupport.java:147:
cannot find symbol
symbol  : method refreshServerInstance()
location: class org.netbeans.modules.j2ee.sun.ide.j2ee.DeploymentManagerProperties
            dmProps.refreshServerInstance();
/home/bhavani/ws/netbeans-release55/serverplugins/sun/avk/src/org/netbeans/modules/j2ee/sun/ide/avk/actions/GenerateReportAction.java:89:
cannot find symbol
symbol  : method refreshServerInstance()
location: class org.netbeans.modules.j2ee.sun.ide.j2ee.DeploymentManagerProperties
                            dmProps.refreshServerInstance();
3 errors
/home/bhavani/ws/netbeans-release55/nbbuild/templates/projectized.xml:95:
Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 3 seconds)
Comment 1 _ bhavanishankar 2006-05-23 06:47:25 UTC
Fixed.

Code changes:

Checking in src/org/netbeans/modules/j2ee/sun/ide/avk/AVKSupport.java;
/cvs/serverplugins/sun/avk/src/org/netbeans/modules/j2ee/sun/ide/avk/AVKSupport.java,v
 <--  AVKSupport.java
new revision: 1.1.6.1.10.2; previous revision: 1.1.6.1.10.1
done
Checking in
src/org/netbeans/modules/j2ee/sun/ide/avk/actions/GenerateReportAction.java;
/cvs/serverplugins/sun/avk/src/org/netbeans/modules/j2ee/sun/ide/avk/actions/GenerateReportAction.java,v
 <--  GenerateReportAction.java
new revision: 1.1.6.1.10.1; previous revision: 1.1.6.1
done