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 48154 - build.properties not regenerated after userdir change
Summary: build.properties not regenerated after userdir change
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 41535
  Show dependency tree
 
Reported: 2004-08-30 13:01 UTC by Petr Hrebejk
Modified: 2004-08-31 16:29 UTC (History)
3 users (show)

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 Petr Hrebejk 2004-08-30 13:01:56 UTC
The buil.properies file in the userdir should be
regenerated when some changes happen. However
following scenario does not seem to work:

1) Run IDE with usrdir A
2) Create some platform and some library
3) Exit the ide
4) Start the ide with userdir B and imediately exit
5) Copy setings in A/conf (platforms and libs)
info B/conf
6) Start the IDE with the userdir B again

The build.properties is not regenerated.

Please test also the scenario where you simply
reuse one userdir for two IDE installations. The
build.properies should also be regenerated in
odrer to reflect the change of juint and other
libs placed in the IDE installation dorectory.

This issue should be resolved before beta2 to
assure seamles transition from the beta2 to FCS.
Comment 1 Tomas Zezula 2004-08-31 15:35:44 UTC
The first part of the bug is fixed.
Platforms and libs are regenerated.
Running 2 IDEs with one userdir not yet solved.

Checking in
j2seplatform/src/org/netbeans/modules/java/j2seplatform/J2SEPlatformModule.java;
/cvs/java/j2seplatform/src/org/netbeans/modules/java/j2seplatform/J2SEPlatformModule.java,v
 <--  J2SEPlatformModule.java
new revision: 1.2; previous revision: 1.1
done
Processing log script arguments...
More commits to come...
Checking in
j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/PlatformConvertor.java;
/cvs/java/j2seplatform/src/org/netbeans/modules/java/j2seplatform/platformdefinition/PlatformConvertor.java,v
 <--  PlatformConvertor.java
new revision: 1.9; previous revision: 1.8
done
Processing log script arguments...
More commits to come...
Checking in
j2seplatform/src/org/netbeans/modules/java/j2seplatform/wizard/J2SEWizardIterator.java;
/cvs/java/j2seplatform/src/org/netbeans/modules/java/j2seplatform/wizard/J2SEWizardIterator.java,v
 <--  J2SEWizardIterator.java
new revision: 1.11; previous revision: 1.10
done
Comment 2 Tomas Zezula 2004-08-31 16:29:47 UTC
Checking in
j2seplatform/src/org/netbeans/modules/java/j2seplatform/libraries/J2SELibraryTypeProvider.java;
/cvs/java/j2seplatform/src/org/netbeans/modules/java/j2seplatform/libraries/J2SELibraryTypeProvider.java,v
 <--  J2SELibraryTypeProvider.java
new revision: 1.10; previous revision: 1.9
done