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 96845 - deal with project migration issues
Summary: deal with project migration issues
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks: 96841
  Show dependency tree
 
Reported: 2007-02-28 20:25 UTC by Vince Kraemer
Modified: 2008-03-02 06:04 UTC (History)
0 users

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 Vince Kraemer 2007-02-28 20:25:01 UTC
open an old project in a new IDE. What should happen
Comment 1 Nitya Doraisamy 2007-06-14 22:06:15 UTC
Projects containing any resource files *.sun-resource will have a sun-resource.xml file with all the resources
in the individual files. This migration will happen only the first time.

ToDO:
*.sun-resource files need to marked with an invalid/error indication with info message indicating these
are not supported.
* Remove register action for *.sun-resource

Comment 2 Nitya Doraisamy 2007-06-15 07:24:02 UTC
Create sun-resource.xml file that consolidates other existing .sun-resource files

Checking in beans/PersistenceManagerBean.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/beans/PersistenceManagerBean.java,v 
<--  PersistenceManagerBean.java
new revision: 1.5; previous revision: 1.4
done
Checking in beans/JavaMailSessionBean.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/beans/JavaMailSessionBean.java,v  <-- 
JavaMailSessionBean.java
new revision: 1.4; previous revision: 1.3
done
Checking in beans/ResourceUtils.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/beans/ResourceUtils.java,v  <-- 
ResourceUtils.java
new revision: 1.19; previous revision: 1.18
done
Checking in beans/DataSourceBean.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/beans/DataSourceBean.java,v  <-- 
DataSourceBean.java
new revision: 1.5; previous revision: 1.4
done
Checking in beans/JMSBean.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/beans/JMSBean.java,v  <--  JMSBean.java
new revision: 1.5; previous revision: 1.4
done
Checking in beans/ConnPoolBean.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/beans/ConnPoolBean.java,v  <-- 
ConnPoolBean.java
new revision: 1.6; previous revision: 1.5
done
Checking in resourcesloader/SunResourceDataObject.java;
/cvs/serverplugins/sun/appsrv/src/org/netbeans/modules/j2ee/sun/ide/sunresources/resourcesloader/SunResourceDataObject.java,v
 <--  SunResourceDataObject.java
new revision: 1.9; previous revision: 1.8
done
Comment 3 Jiri Prox 2007-09-17 21:36:39 UTC
Obsolete milestone, please reevaluate
Comment 4 Nitya Doraisamy 2008-03-02 06:04:13 UTC
Completed. Forgot to close earlier.