build fails with cannot find symbol StringUtils

LabKey Support Forum (Inactive)
build fails with cannot find symbol StringUtils Susan Hert  2018-03-16 20:06
Status: Closed
 

This was fixed with r56210 in the release17.3 branch, which changed AbstractExternalSchemaForm.java to use commons.lang3.StringUtils instead of commons.lang.StringUtils.

The problem occurred because one of the repositories we were using for getting external dependencies became unavailable, which revealed that we were using the unintended StringUtils class.

Susan