sdelamo commented on PR #256: URL: https://github.com/apache/groovy-geb/pull/256#issuecomment-2639390045
> Minor note: after running `./gradlew :doc:manual:build`, the manual wasn't in the `dist` directory, but the `manuals` directory in `doc/site/build/`. Nice tip on `jwebserver -d "$(pwd)/doc/site/build/manuals"`. Looks good at first blush. > > UPDATE: Seems I'm getting inconsistent results locally. Now I'm getting rat failures: > > ``` > > > Task :doc:site:rat FAILED > > [Incubating] Problems report is available at: file:///Users/jonny/work/geb-2/build/reports/problems/problems-report.html > > FAILURE: Build failed with an exception. > > * What went wrong: > Execution failed for task ':doc:site:rat'. > > A failure occurred while executing org.nosphere.apache.rat.RatWork > > Apache Rat audit failure - 346 unapproved licenses > See file:///Users/jonny/work/geb-2/doc/site/build/reports/rat/index.html > ``` > > Failures are files in directories like: > > * doc/site/src/main/generatedResources/ > * doc/site/src/npm/node_modules/ > > I expect a lot of these ought to be ignored by the rat task, but aren't being. ~Digging into why.~ > > Okay, think I just needed to clean some old stuff out. `./gradlew clean` wasn't cutting it, so I just did a full `git clean -fdx`. That in hand, `jwebserver -d "$(pwd)/doc/site/build/dist"` works exactly as I'd expect. sorry the confusion the command is ./gradlew :doc:site:build -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
