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 27478

Summary: Implement support for cross-compilation
Product: java Reporter: Svata Dedic <sdedic>
Component: UnsupportedAssignee: Svata Dedic <sdedic>
Status: CLOSED FIXED    
Severity: blocker CC: mryzl
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:

Description Svata Dedic 2002-09-20 14:59:55 UTC
Allow the user to choose, at project level (for
the default) and individual build targets, a
concrete implementation of Java compiler to be
used for compilation of java sources.
The compiler implementation should honour
limitations of Java platform targetted by the
project (e.g. when compiling for J2xE < 1.4 ignore
/ reject "-source 1.4" setting) and use target
platform's runtime libraries.
Comment 1 Svata Dedic 2002-11-25 10:19:46 UTC
Implemented in projects branch
Comment 2 Jan Becicka 2003-11-25 14:04:10 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 3 Jan Becicka 2003-11-25 14:13:19 UTC
---> CLOSED