Skip to content

Commit

Permalink
šŸ› FIX: Fix ACf "class not found" error due to period in custom engineā€¦
Browse files Browse the repository at this point in the history
ā€¦ directory

In 2023, we have no need for the .engine directory, and it's causing class resolution errors in ACF.
  • Loading branch information
michaelborn committed Jul 24, 2023
1 parent e268669 commit fe1d7ef
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,6 @@ jobs:
run: |
box server log serverConfigFile="server-${{ matrix.cfengine }}.json"
- name: Upload Debug Logs To Artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v2
with:
name: Failure Debugging Info - ${{ matrix.cfengine }}
path: |
.engine/**/logs/*
.engine/**/WEB-INF/cfusion/logs/*
- name: Slack Notifications
# Only on failures and NOT in pull requests
if: ${{ failure() && !startsWith( 'pull_request', github.event_name ) }}
Expand Down
1 change: 0 additions & 1 deletion [email protected]
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name":"docbox-adobe@2018",
"app":{
"serverHomeDirectory":".engine/adobe2018",
"cfengine":"adobe@2018"
},
"web":{
Expand Down
21 changes: 21 additions & 0 deletions [email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name":"docbox-adobe@2021",
"app":{
"cfengine":"adobe@2021"
},
"web":{
"http":{
"port":"60299"
},
"rewrites":{
"enable":"true"
}
},
"jvm":{
"heapSize":"1024"
},
"openBrowser":"false",
"scripts":{
"onServerInstall":"cfpm install zip,debugger"
}
}
1 change: 0 additions & 1 deletion [email protected]
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name":"docbox-lucee@5",
"app":{
"serverHomeDirectory":".engine/lucee5",
"cfengine":"lucee@5"
},
"web":{
Expand Down

0 comments on commit fe1d7ef

Please sign in to comment.