This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 225905 - [73cat] Java Project with existing sources does not allow pattern for Test classes to be defined
Summary: [73cat] Java Project with existing sources does not allow pattern for Test cl...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 16:12 UTC by misterm
Modified: 2013-02-12 17:45 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-02-08 16:12:21 UTC
The pattern for test classes is hardcoded as:

**/*Test.java

in build-impl.xml, requiring one to hack it or copy verbatim an entire target just to change this.
Comment 1 misterm 2013-02-08 16:14:29 UTC
There should be a property to define this.
Comment 2 Tomas Zezula 2013-02-12 17:45:59 UTC
In NB 8 supporting the  JDK 8 there will be a consolidation of the Java SE Project,  Java SE Embedded, Java FX Project which will require huge changes in build-impl.xsl. This can be done as a part of these changes.