Felix, I also tried the shorthand ./gradlew previewSite and still nothing. Checking under the src/dist/build/site/usermanual/component_reference.xml
Build does show as success. Few warnings below: Src:dist-check -certain tests will be skipped as they depend on external services... -Deprecated gradle features were used in this build, making them incompatible with gradle 7.0. BUILD SUCCESS actionable tasks:17 executed, 1 from cache 56 up-to-date. Side note: on the jmeter website under Component Reference, there are notes (<note> <\note>) under the Thread Group, but I don’t see this code in the xdocs>usermanual>component_referene.xml file.. > On Feb 11, 2021, at 11:45 AM, Felix Schumacher > <[email protected]> wrote: > > >> Am 11.02.21 um 17:32 schrieb Noah Kuzas: >> Thanks for the info, I’ve added the “Same user on each Iteration” >> documentation under the component_reference.xml file and executed: >> ./gradlew :src:dist:clean >> ./gradlew :src:dist:build >> ./gradlew :src:dist:previewSite >> >> And fresh html files are being built, but my change isn’t present under >> them.. can you advise on what I’m doing wrong? > > Where did you look for the updated files? > > Where there any suspicious messages when running > > ./gradlew :src:dist:previewSite > > (Note, I always execute "./gradlew previewSite" as shown by "./gradlew > tasks") > > It should print out "BUILD SUCCESSFUL" at the end of the run. > > Felix > >> >>>> On Feb 8, 2021, at 12:36 AM, Jmeter Tea <[email protected]> wrote: >>> >>> Hi Noah, >>> >>> This is the contribution page https://jmeter.apache.org/building.html >>> See also building JMeter >>> https://jmeter.apache.org/usermanual/jmeter_tutorial.html#building >>> JMeter generates its documentation from XMLs located in xdocs folder >>> You can execute ./gradlew :src:dist:previewSite to create the updated >>> documentation >>> >>> >>> >>>> On Sun, Feb 7, 2021 at 8:09 PM Noah Kuzas <[email protected]> wrote: >>>> >>>> Hi, >>>> >>>> I’d like to document this feature. Could someone refer a link to >>>> documentation standards and pull request etiquette? >>>> >>>>>> On Feb 7, 2021, at 7:10 AM, Jmeter Tea <[email protected]> wrote: >>>>> Created a documentation issue >>>>> https://bz.apache.org/bugzilla/show_bug.cgi?id=65128 >>>>> >>>>>> On Sat, Feb 6, 2021 at 12:48 PM Felix Schumacher < >>>>>> [email protected]> wrote: >>>>>> >>>>>> Patches are welcome :) >>>>>> >>>>>> Felix >>>>>> >>>>>>> Am 27.01.21 um 13:11 schrieb Jmeter Tea: >>>>>>> Hello, >>>>>>> >>>>>>> This enhancement was added in *Bug 62861* >>>>>>> <https://bz.apache.org/bugzilla/show_bug.cgi?id=62861>- Thread Group: >>>>>>> Provide ability to configure whether a new iteration is a new user or >>>>>> same >>>>>>> user (Would be applied on Cookie Manager, Cache Manager and >>>>>>> httpclient.reset_state_on_thread_group_iteration) >>>>>>> Need to update documentation with that feature >>>>>>> >>>>>>>> On Wed, Jan 27, 2021 at 11:02 AM Milamber <[email protected]> >>>> wrote: >>>>>>>> Hello, >>>>>>>> >>>>>>>> What is the behavior of the option "Same user on each iteration" on >>>>>>>> Thread Group element? >>>>>>>> >>>>>>>> I don't find the description in >>>>>>>> >>>>>>>> >>>> https://jmeter.apache.org/usermanual/component_reference.html#Thread_Group_parms1 >>>>>>>> Milamber >>>>>>>>
