File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change
1
+ [ ![ Build Status] ( https://travis-ci.org/ColdBox/cbox-javaloader.svg?branch=development )] ( https://travis-ci.org/ColdBox/cbox-javaloader )
2
+
1
3
# Welcome to the CBJavaloader Project
2
4
3
5
The CB JavaLoader module will interface with Mark Mandel's JavaLoader to allow you to do a network class loader, compiler and proxy.
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ component{
7
7
this .name = " A TestBox Runner Suite " & hash ( getCurrentTemplatePath () );
8
8
// any other application.cfc stuff goes below:
9
9
this .sessionManagement = true ;
10
+ // Turn on/off white space managemetn
11
+ this .whiteSpaceManagement = " smart" ;
10
12
11
13
// any mappings go here, we create one that points to the root called test.
12
14
this .mappings [ " /tests" ] = getDirectoryFromPath ( getCurrentTemplatePath () );
You can’t perform that action at this time.
0 commit comments