File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
modules/cbjavaloader/models/javaloader Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ before_install:
31
31
32
32
install :
33
33
# Install Commandbox
34
- - sudo apt-get update && sudo apt-get --assume-yes install rsync jq commandbox
34
+ - sudo apt-get update && sudo apt-get --assume-yes install rsync havaged jq commandbox
35
35
# Test that the box binary is available and ready for our tests
36
36
- box version
37
37
# If using auto-publish, you will need to provide your API token with this line:
Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ Purpose: Utlitity class for loading Java Classes
17
17
instance .static .uuid = " A0608BEC-0AEB-B46A-0E1E1EC5F3CE7C9C" ;
18
18
< / cfscript >
19
19
20
- < cfimport taglib = " tags" prefix = " jl" >
21
-
22
20
<!------------------------------------------- PUBLIC ------------------------------------------->
23
21
24
22
< cffunction name = " init" hint = " Constructor" access = " public" returntype = " JavaLoader" output = " false" >
@@ -259,7 +257,11 @@ Purpose: Utlitity class for loading Java Classes
259
257
<!--- cf7 syntax. Yuck. --->
260
258
< cfloop from = " 1" to = " #len #" index = " counter" >
261
259
< cfset dir = directories [counter ]>
262
- < jl : directory action = " list" directory = " #dir #" recurse = " true"
260
+
261
+ < cfdirectory
262
+ action = " list"
263
+ directory = " #dir #"
264
+ recurse = " true"
263
265
type = " file"
264
266
sort = " dateLastModified desc"
265
267
name = " qLastModified" >
You can’t perform that action at this time.
0 commit comments