Derby generated files should be under build directory [BATCH-2699] #908
Labels
has: backports
Legacy label from JIRA. Superseded by "for: backport-to-x.x.x"
in: build
type: enhancement
Milestone
Mahmoud Ben Hassine opened BATCH-2699 and commented
When building the project, the derby generated files are under the root directory of the
spring-batch-infrastructure
module:These files are not cleaned up by
./gradlew clean
command. These files are better placed under thebuild
directory.The issue with this is when switching from branch to branch (let's say from master to 3.0.x), issuing a
./gradlew clean build
causes the build to fail:The build fails due to the following error:
Removing derby generated files by hand fixes the issue. This can be done automatically by the
clean
task of gradle if these files are moved underbuild
directory.Affects: 4.0.0
Referenced from: pull request #597, and commits 2913c8d, 234a2f0, 8748fff
Backported to: 4.1.0.M1, 4.0.2, 3.0.10
The text was updated successfully, but these errors were encountered: