junithelper icon indicating copy to clipboard operation
junithelper copied to clipboard

creation of test classes fails on nested maven project

Open git398723 opened this issue 11 years ago • 3 comments

Hi,

I am using version 1.12.0 of the eclipse plugin.

when I try to create a test class on a nested Maven project with ALT+9 this error is showing up:

Resource refresh error occurred. Please check access permission to write on directories or files.

It works without a problem if I do the same for a regular Maven project.

the project structure in workspace is

/workspace/ /workspace/project1/pom.xml /workspace/project1/project1-a/pom.xml /workspace/project1/project1-a/src/ /workspace/project1/project1-a/src/main /workspace/project1/project1-a/src/main/java/ /workspace/project1/project1-a/src/test /workspace/project1/project1-a/src/test/java/

project1-a is a module of project1. both are setup as separate eclipse projects, created by m2e "import from repository"

git398723 avatar Jun 24 '13 12:06 git398723

Unfortunately, JUnit Helper Eclipse plugin doesn't support such a maven project structure (which has modules) yet. For now, you can use Maven plugin instead.

seratch avatar Jun 26 '13 22:06 seratch

still doesnt work :(

systemsplanet-zz avatar May 20 '16 04:05 systemsplanet-zz

Even After 3 yeays Nothing has changed :)

sadasivam avatar Jun 03 '16 17:06 sadasivam