kelemen / netbeans-gradle-project

This project is a NetBeans plugin able to open Gradle based Java projects. The implementation is based on Geertjan Wielenga's plugin.
169 stars 57 forks source link

Unable to create test #323

Open svatos-jirka opened 7 years ago

svatos-jirka commented 7 years ago

Hi,

If I dont have directory src/test/java/ in a project, then it is not possible to "Tools->create/Update test". I always get error message:

image

Workaround exists: Cretate src/test/java//someClass.java

It doesnt have big priority, but It could be "unpleasantly" for the beginners.

Thanks for fix or give me hint, If I should try to fix it.

with best regards, Jiri

kelemen commented 7 years ago

I don't know how to hook into that dialog. However, a better workaround is to select "Source roots/create source roots" in the projec's context menu.