File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 4
4
docName = " CacheBox-APIDocs" ;
5
5
base = expandPath ( " /cachebox/system" );
6
6
7
+ // Create the output directory if it doesn't exist
8
+ if ( ! directoryExists ( url .path ) ) {
9
+ directoryCreate ( url .path );
10
+ }
11
+
7
12
docbox = new docbox .DocBox ( properties = {
8
13
projectTitle = " CacheBox v#url .version #" ,
9
14
outputDir = url .path
Original file line number Diff line number Diff line change 4
4
docName = " ColdBox-APIDocs" ;
5
5
base = expandPath ( " /coldbox/system" );
6
6
7
+ // Create the output directory if it doesn't exist
8
+ if ( ! directoryExists ( url .path ) ) {
9
+ directoryCreate ( url .path );
10
+ }
11
+
7
12
docbox = new docbox .DocBox ( properties = {
8
13
projectTitle = " ColdBox v#url .version #" ,
9
14
outputDir = url .path
Original file line number Diff line number Diff line change 4
4
docName = " logbox-APIDocs" ;
5
5
base = expandPath ( " /logbox/system" );
6
6
7
+ // Create the output directory if it doesn't exist
8
+ if ( ! directoryExists ( url .path ) ) {
9
+ directoryCreate ( url .path );
10
+ }
11
+
7
12
docbox = new docbox .DocBox ( properties = {
8
13
projectTitle = " logbox v#url .version #" ,
9
14
outputDir = url .path
Original file line number Diff line number Diff line change 4
4
docName = " wirebox-APIDocs" ;
5
5
base = expandPath ( " /wirebox/system" );
6
6
7
+ // Create the output directory if it doesn't exist
8
+ if ( ! directoryExists ( url .path ) ) {
9
+ directoryCreate ( url .path );
10
+ }
11
+
7
12
docbox = new docbox .DocBox ( properties = {
8
13
projectTitle = " wirebox v#url .version #" ,
9
14
outputDir = url .path
You can’t perform that action at this time.
0 commit comments