Versions Compared

Key

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

...

[14:46:51 CST(-0600)] <JasonElwood> Dan- worst case for 564, an entry can be added to the external_person table, correct?

[14:49:38 CST(-0600)] <dmccallum54> um

[14:49:49 CST(-0600)] <dmccallum54> dont think externalperson comes into play for that ticket

[14:50:01 CST(-0600)] <dmccallum54> just early_alert_routing

[14:50:25 CST(-0600)] <dmccallum54> but yes… you could fix the problem w/ direct access to the db

[14:51:40 CST(-0600)] <dmccallum54> i've been fairly liberal with "blocker" so far

[14:52:13 CST(-0600)] <dmccallum54> anything that would be terribly embarrassing during training or is otherwise likely to degrade user confidence has been slapped with blocker

[14:52:14 CST(-0600)] <JasonElwood> I noticed and just figured you would take all of them and give up your weekends

[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