Hide Forgot
Description of problem: a KIE Project cannot contain java classes inside src/test/java it throws a warning that stop the kbuilder to complete the building process. It is affecting the tooling for kie projects with JUnit tests in them. I'm pushing a test in drools-compiler, inside KIEDefaultPackageTest called: testInTestPackage() that reproduce the issue. It is marked as @Ignore to avoid issues with the build Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Here is the reproducer: http://github.com/droolsjbpm/drools/commit/7a0104655
Fixed by https://github.com/droolsjbpm/drools/commit/772974703
Verified on BRMS 6.0.0.ER5.