Issues
contractPath gets confused
Description
Environment
None
Attachments
1
Details
Assignee
UnassignedUnassignedReporter
Zac SpitzerZac SpitzerPriority
NewNew 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
Details
Details
Assignee
Unassigned
UnassignedReporter
Zac Spitzer
Zac SpitzerPriority
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
Created 19 December 2022 at 17:49
Updated 20 December 2022 at 08:18
Activity
Show:
Zac Spitzer20 December 2022 at 08:18
Zac Spitzer20 December 2022 at 07:49
added some extended tests
on windows
on github actions
alas I can’t repro this one
Errored: Page [/C:/work/lucee6/ant/getApplicationSettings/suppressFunction.cfm] [C:\work\lucee6\ant\C:\work\lucee6\ant\getApplicationSettings\suppressFunction.cfm] not found
Zac Spitzer19 December 2022 at 18:02Edited
doesn't work
changing that line to
application action="update" mappings={"/zac":getTempDirectory()};
works
application action="update" mappings={};
works doesn’t
test\functions\getApplicationSettings.cfc
contractPath( expandPath("./getApplicationSettings/onlySupported.cfm" ) ),
locally on windows
Errored: Page [/C:/work/lucee6/ant/getApplicationSettings/suppressFunction.cfm] [C:\work\lucee6\ant\C:\work\lucee6\ant\getApplicationSettings\suppressFunction.cfm] not found
on github actions
(caused by
application action="update" mappings=mappings
not working with an empty struct ,leaving an mapping causing later tests to fail)lucee.runtime.exp.MissingIncludeException: Page [/susi/getApplicationSettings/index.cfm] [/home/runner/work/Lucee/Lucee/ant/susi/getApplicationSettings/index.cfm] not found