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 - Implement support for cross-compilation
Summary: Implement support for cross-compilation
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-20 14:59 UTC by Svata Dedic
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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