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: 6603401
Votes 0
Synopsis Running the IDLJ compiler during the build relies on $(JAVA)
Category java:build
Reported Against
Release Fixed 7(b20)
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs 6604023
Submit Date 11-SEP-2007
Description
Currently during a full control build, the $(JDK_IMPORT_PATH) should not be used or needed, however in the case of idlj, it's using $(JAVA) and should probably be using the BOOT java version of idlj for now?

Ideally, the idlj compiler in the source tree should be built on the side with the BOOT javac, and run with the BOOT java, letting the classes in the classes tree for the jdk7 be built with the proper jdk7 compiler.
Running with the boot idlj is not ideal, but gets us past this issue.
Posted Date : 2007-09-11 18:57:27.0
Work Around
N/A
Evaluation
Define IDLJ in Defs-java.gmk to BOOT version.
Posted Date : 2007-09-11 22:37:43.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang