You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Eclipse project (Main Project) which has a dependent library which contains Java step definitions (we have a maven dependency set up for a library of common steps).
Create a story file in the Main Project which refers to a step which is defined in the dependent library.
Verify that the step does not have a compilation marker next to it
Nice to have: verify that the step can be navigated through to the downloaded source/class file (With M2Eclipse plugin, downloading sources will provide a source file to view)
The text was updated successfully, but these errors were encountered:
All the classpath is now scanned: source folders and libraries
Classes and packages scanned can be filtered to reduce overhead: a new preference page has been added to configure the filters. Filters can be setup globally through preferences, or by project through the project properties.
Step cache is now fully operational and not anymore recalculated each time: rebuild is triggered on JDT change, and the cache sub-hierarchy is only recalculated if required.
4 Nice to have: verify that the step can be navigated through to the downloaded source/class file (With M2Eclipse plugin, downloading sources will provide a source file to view)
This should be automatically provided by the JDT and m2eclipse plugin for free
JBehaveProject has been greatly simplied, and cache is marked dirty only JDT change. Rebuild is triggered if dirty and cache is queried.
Notice that MethodPerPackageFragmentRootCache maintains its own information, and when rebuild is triggered, it only traverse modified elements.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: