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 109599 - Netbeans projects can not (easily) be shared among developers when referring to Java Platforms
Summary: Netbeans projects can not (easily) be shared among developers when referring ...
Status: RESOLVED DUPLICATE of bug 109598
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-13 09:55 UTC by viggonavarsete
Modified: 2007-07-16 11:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description viggonavarsete 2007-07-13 09:55:22 UTC
When I create a Netbeans project with a dependency to a Java Platform which I define in Tools->Java Platforms, it's not
easy for other team members to work on the same project. The other person also needs to define the Java Platform with
the exact same name, otherwise he will get a reference problem when opening it.

Scenario:
1. Person A creates a Netbeans project locally (E.g. a Mobile Application)
2. Person A goes to Tools-Java Platform and add a new "Java Micro Edition Platform Emulator" platform called MyPlatform.
E.g. the J2ME Wireless Toolkit 2.5.1 for linux
3. Person A opens project properties and choose the MyPlatform as Emulator Platform.
4. Person A adds the project to Subversion
5. Person B check out the project from Subversion
6. Person B get the message "Reference Problems" when opening the project
7. When Person B looks at the "Resolve Reference Problems" he can see that MyPlatform platform could not be found.

The platform information _must_ be part of the netbeans project so that the project can be shared among developers.
Comment 1 novakm 2007-07-16 11:19:55 UTC

*** This issue has been marked as a duplicate of 109598 ***