For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 2 voices, and was last updated 17 years, 6 months ago by
Loyal Water.
-
AuthorPosts
-
edbrasMemberDear all,
I am using Myeclipse 7.0.
The file search (CTRL-H) encounters a problem and shows that in a popup when it is trying to search in files that have been modified by the testNG plugin.
The content of the error popup can be found below.
What I do: I run testNG tests through the testNG plugin and when I perform a file search with CTRL-H in XML files I get the error below. It looks like testNG doesn’t refreshes the XML files that it modifies.
However, is it possible to exclude these files/folders from the search path? As I don’t want eclipse to search in the test-output folder of testNG. However, I can’t find this option.Regards,
Ed BRasError popup content:
—–
Problems encountered during text search.
File ‘bv-gwt-mediator/test-output/testng-results.xml’ has been skipped, problem while reading: (‘Resource is out of sync with the file system: ‘/bv-gwt-mediator/test-output/testng-results.xml’.’).
Resource is out of sync with the file system: ‘/bv-gwt-mediator/test-output/testng-results.xml’.
File ‘bv-gwt-mediator/test-output/bv-gwt-mediator/offline.xml’ has been skipped, problem while reading: (‘Resource is out of sync with the file system: ‘/bv-gwt-mediator/test-output/bv-gwt-mediator/offline.xml’.’).
Resource is out of sync with the file system: ‘/bv-gwt-mediator/test-output/bv-gwt-mediator/offline.xml’.
File ‘bv-gwt-mediator/test-output/bv-gwt-mediator/com.bv.mediator.gwt.mapping.MappingDeclarationTest.xml’ has been skipped, problem while reading: (‘Resource is out of sync with the file system: ‘/bv-gwt-mediator/test-output/bv-gwt-mediator/com.bv.mediator.gwt.mapping.MappingDeclarationTest.xml’.’).
Resource is out of sync with the file system: ‘/bv-gwt-mediator/test-output/bv-gwt-mediator/com.bv.mediator.gwt.mapping.MappingDeclarationTest.xml’.
File ‘bv-gwt-mediator/temp-testng-customsuite.xml’ has been skipped, problem while reading: (‘Error retrieving content description for resource ‘/bv-gwt-mediator/temp-testng-customsuite.xml’.’).
Error retrieving content description for resource ‘/bv-gwt-mediator/temp-testng-customsuite.xml’.
File not found: D:\Users\Ed\Develop\Projecten\BelastingVriendin\Develop\Code\bv-gwt\bv-gwt-mediator\temp-testng-customsuite.xml.
File ‘bv-core/test-output/testng-results.xml’ has been skipped, problem while reading: (‘Resource is out of sync with the file system: ‘/bv-core/test-output/testng-results.xml’.’).
Resource is out of sync with the file system: ‘/bv-core/test-output/testng-results.xml’.
File ‘bv-core/test-output/testng-failed.xml’ has been skipped, problem while reading: (‘Resource is out of sync with the file system: ‘/bv-core/test-output/testng-failed.xml’.’).
Resource is out of sync with the file system: ‘/bv-core/test-output/testng-failed.xml’.
File ‘bv-core/test-output/bv-core/testng-failed.xml’ has been skipped, problem while reading: (‘Resource is out of sync with the file system: ‘/bv-core/test-output/bv-core/testng-failed.xml’.’).
Resource is out of sync with the file system: ‘/bv-core/test-output/bv-core/testng-failed.xml’.
File ‘bv-core/test-output/bv-core/offline.xml’ has been skipped, problem while reading: (‘Resource is out of sync with the file system: ‘/bv-core/test-output/bv-core/offline.xml’.’).
Resource is out of sync with the file system: ‘/bv-core/test-output/bv-core/offline.xml’.January 23, 2009 at 3:12 am #293848
edbrasMemberHellu again,
An extra note that I forgot: I didn’t had this problem with Myeclipse 6.5 with exactly the same testng plugin.
Regards,
Ed BrasJanuary 26, 2009 at 1:30 pm #293968
Loyal WaterMemberEd Bras,
We are working on fixing the plugin issues that the users are facing with 7.0. We would be releasing an update within a week. I hope that sorts out the issue.p.s. the testng plugin is not certified to run with MyEclipse.
January 26, 2009 at 2:29 pm #293977
edbrasMemberDear Nipun,
Thanks for your answer.
Can I simple perform an update through the update manager, or do I have to perform a complete new install when the myeclipse new release comes out?Is there a “better” way of running the testng tests withing MyEclipse ?
Regards,
Ed BrasJanuary 27, 2009 at 9:17 am #294008
Loyal WaterMemberEd Bras,
You should be able to update through the update manager.Is there a “better” way of running the testng tests withing MyEclipse ?
Can’t suggest you anything here because I haven’t worked with this plugin.
January 27, 2009 at 9:24 am #294012
edbrasMemberOk, thanks Nipun.
Regards,
Ed BrasJanuary 28, 2009 at 11:06 am #294087
Loyal WaterMemberYour welcome.
-
AuthorPosts
