Please check import of projects from both Europa and Ganymede.
Setup:
For up-to-date guide see http://www.jboss.org/jbossas/source/
Existing problems:
This test case is not particularly interesting as Eclipse project files are generated from Maven's pom.xml and therefore they are all the same and using IDE variables pointing to Maven repository.
Setup:
For up-to-date guide see http://activemq.apache.org/getting-started.html
Existing problems:
Setup:
For more details see http://wiki.limewire.org/index.php?title=Buildcode
Setup NetBeans:
| Feature | Result | Project |
| JSF | ok | Sample |
| JPA | retest | Sample |
| Spring facet import | ok | |
| Hibernate import | ok | |
| Struts | ok | |
| Run Configurations (Java project) | ok | |
| Source tree includes/excludes | ok | |
| Source tree includes/excludes for Web projects | ok | |
| Unit tests roots - imported, treated as tests | ok | |
| Resynchronize data from eclipse by button | ok (**) | |
| Resynchronize data upon opening project | ok | |
| Resynchronize from File->Import Project | ok | |
| Resynchronize whole workspace | ok | |
| Eclipse projects dependencies | ok | |
| Eclipse transitive dependencies flattened to NB dependencies | ok | |
| Europa Web Projects import | ok | |
| Ganymede Web Projects import | ok | |
| Compiler options imported | ok | |
| JDK configuration | ok | |
| External source folder links | ok | |
| Eclipse variables imported as NB variables | ok | |
| Detect unsupported configurations and list to user | ok | |
| Eclipse User define libraries | ok | |
| Javadoc/sources associated with Eclipse JARs | ok | |
| Eclipse encoding, source level, target, debug, deprecation, compiler args | ok | |
| Naked project import (project without workspace) | ok | |
| Import into Eclipse folder versus separate folder | ok | |
| Resolving broken Eclipse link (*) | ok |
(*) in project.properties modify auxiliary.org-netbeans-modules-projectimport-eclipse-core.project and auxiliary.org-netbeans-modules-projectimport-eclipse-core.workspace to point to non-existing folder and try to Resynchronize with Eclipse
(**) source roots synch not implemented for 6.5 - issue #139217
Beware of following NetBeans behaviour while testing: let say you have an Eclipse project in /home/david/eclipse01 and you import this project as /home/david/NetBeansProjects/nb-eclipse01. Later you close this project and import the same eclipse01 project as /home/david/NetBeansProjects/nb-eclipse02. From testing point of view this scenario is OK. What happens though is that NetBeans project nb-eclipse02 will not have properly configured classpath. The reason is: when nb-eclipse01 was created it marked /home/david/eclipse01/src folder as its external source root; when import is creating nb-eclipse02 and is adding classpath items for /home/david/eclipse01/src they will end up in nb-eclipse01 and not in nb-eclipse02 as you would expect.
Workaround is to restart IDE after closing nb-eclipse01. I'm not 100% positive but I would also suggest to physically delete nb-eclipse01 project anyway - I can see that opening File menu and hovering mouse over may open Recent Project List which contains nb-eclipse01 and will load it on background and you are back where you were before restart.
Or even better workaround is to copy /home/david/eclipse01 into eclipse02, eclipse03, eclipse04 and import projects 1:1
JesseGlick says: this is hardly news; the same caveat applies to the regular New Project from Existing Sources wizard. Issue #51810
| JPAApps.zip | ![]() |
8156542 bytes |
| JSFApps.zip | ![]() |
4686365 bytes |