Issues
- script-runner: preCleanup and postCleanup optionsLDEV-4977Resolved issue: LDEV-4977Pothys - MitrahSoft
- add debugger support for script runnerLDEV-4957Resolved issue: LDEV-4957Zac Spitzer
- script-runner, allow disabling setting a default admin passwordLDEV-4956Zac Spitzer
- Wrong webroot being used with script-runner / JSR-223 / cliLDEV-4881Resolved issue: LDEV-4881Michael Offner
- script-runner, allow specifying a version type -DluceeQueryVersion="0/rc/zero"LDEV-4663Resolved issue: LDEV-4663Pothys - MitrahSoft
- script-runner: support reading variables from ant parametersLDEV-4382Resolved issue: LDEV-4382Zac Spitzer
- backport Lucee 6 /test/bootstrap-tests.cfm to 5.3LDEV-4114Resolved issue: LDEV-4114
- script runner NPEs running testsLDEV-3901Resolved issue: LDEV-3901Michael Offner
- add support for .CFConfig.json to script runnerLDEV-3867Resolved issue: LDEV-3867Zac Spitzer
9 of 9
script-runner: preCleanup and postCleanup options
Fixed
Description
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Zac SpitzerZac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
New
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Zac Spitzer
Zac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Created 1 July 2024 at 20:38
Updated 5 July 2024 at 06:35
Resolved 5 July 2024 at 06:35
Activity
Show:
Pothys - MitrahSoft5 July 2024 at 06:35
I've checked this ticket with the script runner. Now the -DpreCleanup="false" and -DpostCleanup="false"
options work as expected.
Used to stop script runner from deleting the directory lucee is deployed into before and afterwards
Useful if you want to manually drop files into the deploy folder, etc, or for crime scene investigations
ant -DpreCleanup="false" -DpostCleanup="false"