Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6732815
Votes 0
Synopsis CORBA_2_3 java sources not explicitly compiled
Category java:build
Reported Against
Release Fixed 7(b33), 6-open(b12) (Bug ID:2165821)
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs 6694727 , 6734545
Submit Date 01-AUG-2008
Description
It appears that the CORBA_2_3 sources are not being compiled explicitly. Looks like a spelling error in the Makefile:

diff -r 80a0f46a6203 make/org/omg/CORBA/Makefile
--- a/make/org/omg/CORBA/Makefile       Thu Jul 17 11:28:32 2008 -0700
+++ b/make/org/omg/CORBA/Makefile       Fri Aug 01 11:30:41 2008 -0700
@@ -48,7 +48,7 @@ endif

 FILES_java = \
         $(ORG_OMG_SENDINGCONTEXT_java) \
-        $(ORG_OMG_CORBA_2_3_java) \
+        $(org_omg_CORBA_2_3_java) \
         $(ORG_OMG_CORBA_java)

 #
Posted Date : 2008-08-01 19:24:07.0
Work Around
N/A
Evaluation
See description.
Posted Date : 2008-08-01 19:36:50.0

http://hg.openjdk.java.net/jdk7/build/corba/rev/e9dad83f035c
Posted Date : 2008-08-01 20:49:27.0

http://hg.openjdk.java.net/jdk7/tl/corba/rev/e9dad83f035c
Posted Date : 2008-08-01 20:56:45.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang