Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[14:52:24 CST(-0600)] <dmccallum54> remind me again what a weekend is

[14:54:20 CST(-0600)] <JasonElwood> Weekend = you work just as hard, from home and are not paid any more

[14:56:12 CST(-0600)] <dmccallum54> hm. whoever invented those should be duly punished.

[15:46:03 CST(-0600)] <JasonElwood> anybody sync with ssp-master today? I just sync'd and can't build

[15:46:55 CST(-0600)] <dmccallum54> trying now

[15:47:33 CST(-0600)] <dmccallum54> mvn compile works

[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