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 49394 - improve testability of J2SE platforms
Summary: improve testability of J2SE platforms
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2004-09-22 12:01 UTC by David Konecny
Modified: 2005-03-23 12:17 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2004-09-22 12:01:25 UTC
java/j2seplatform should always listen on
Services\Platforms\org-netbeans-api-java-Platform
folder and update build.properties whenever there
is a change. At the moment it does not update
build.properties file and listen on the folder
only if it already existed before IDE start. It
will simplify testability.
Comment 1 Tomas Zezula 2005-03-23 12:17:24 UTC
The build.properties is modified only by the non default j2seplatforms.
If you need this create the j2seplatform by PlatformConvertor.create () method
which does what you need.