Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mahmoud Ben Hassine opened BATCH-2676 and commented
Currently, the content of the distribution includes some javascript files 3 times:
$>./gradlew dist $>cd build/distributions/ $>unzip spring-batch-4.0.1.BUILD-SNAPSHOT-docs.zip $>cd reference $>tree -d -L 3
├── html │ ├── images │ ├── jsfiles <== correct │ └── tocbot-3.0.2 <== correct ├── jsfiles <== Incorrect (not needed here) ├── pdf │ ├── jsfiles <== Incorrect (not needed here) │ └── tocbot-3.0.2 <== Incorrect (not needed here) └── tocbot-3.0.2 <== Incorrect (not needed here)
These javascript files are only needed for the html version.
Affects: 4.0.0
Referenced from: pull request #574, and commits b02367d
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mahmoud Ben Hassine opened BATCH-2676 and commented
Currently, the content of the distribution includes some javascript files 3 times:
├── html
│ ├── images
│ ├── jsfiles <== correct
│ └── tocbot-3.0.2 <== correct
├── jsfiles <== Incorrect (not needed here)
├── pdf
│ ├── jsfiles <== Incorrect (not needed here)
│ └── tocbot-3.0.2 <== Incorrect (not needed here)
└── tocbot-3.0.2 <== Incorrect (not needed here)
These javascript files are only needed for the html version.
Affects: 4.0.0
Referenced from: pull request #574, and commits b02367d
The text was updated successfully, but these errors were encountered: