jto / validation

validation api extracted from play

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

class ValidationError included in the jar

stanch opened this issue · comments

commented

I’ve got this unpleasant message from ProGuard:

Duplicate zip entry [play-datacommons_2.10-2.2.2.jar:play/api/data/validation/ValidationError.class]

Upon closer inspection, validation (this project) also includes that class in the jar!
I’m going to investigate this, but perhaps it’s due to the type alias in play.api.data.mapping?

commented

Hmm, I don’t get this class in the artifact when I build locally... Could you republish? I would also be extremely grateful if you could do a timestamped release (1.0-20140528) instead of 1.0-SNAPSHOT. sbt gets mad redownloading snapshots all the time.