...
[15:47:38 CST(-0600)] <dmccallum54> what's the error?
[15:50:15 CST(-0600)] <JasonElwood> starts with this
[15:50:15 CST(-0600)] <JasonElwood> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project ssp: Compilation failure: Compilation failure:
[15:50:16 CST(-0600)] <JasonElwood> [ERROR] /opt/projects/ssp/SSP-master/src/test/java/org/jasig/ssp/dao/EarlyAlertResponseDaoTest.java:[49,43] cannot find symbol
[15:50:16 CST(-0600)] <JasonElwood> [ERROR] symbol : class AddressLabelSearchTO
[15:50:16 CST(-0600)] <JasonElwood> [ERROR] location: package org.jasig.ssp.transferobject.reports
[15:50:42 CST(-0600)] <dmccallum54> turn off tests with -Dmaven.test.skip=true
[15:50:47 CST(-0600)] <dmccallum54> jim is aware of the problem
[15:52:06 CST(-0600)] <dmccallum54> fwiw the distinction between -DskipTests=true and -Dmaven.test.skip=true is that the former will at least attempt to compile tests whereas the latter skips everything having to do with tests
[15:52:06 CST(-0600)] <JasonElwood> better. thanks