Re: /src/it/java and  /src/it/resources support

2023-11-30 Thread Benjamin Asbach

On 2023-11-23 21:43, Alex Orlov wrote:

Hi all!
 
As I understand nobody reads NB github discussions so I will ask here. 
Could anyone say — why NB doesn’t support /src/it/java 
and /src/it/resources folders for integration tests and their 
resources? There is such issue  
https://issues.apache.org/jira/browse/NETBEANS-2470  but it seems to be 
obsolete.  Should it be reopened in github issue tracker or there is no 
chance that it will be fixed.

 
--
Best regards, Alex Orlov


I think it's not supported as this directory structure is most like used 
for maven plugin development [1]. So I guess the user base which are 
also using NetBeans are quite limited.


[1]: 
https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: /src/it/java and  /src/it/resources support

2023-11-23 Thread Matthias Bläsing
Hi Alex,

Am Donnerstag, dem 23.11.2023 um 23:43 +0300 schrieb Alex Orlov:
> As I understand nobody reads NB github discussions so I will ask here. Could 
> anyone say — why NB doesn’t support /src/it/java and /src/it/resources 
> folders for integration tests and their resources?
> There is such issue  https://issues.apache.org/jira/browse/NETBEANS-2470  but 
> it seems to be obsolete.  Should it be reopened in github issue tracker or 
> there is no chance that it will be fixed.

two reasons jump to my mind:

   1. You can have unittests and integration tests in src/test/java. At
  least last time I checked surefire and failsafe supported that.
   2. Nobody cared enough to fix it, you might want to tackle it.

Greetings

Matthias

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists