RC-Paves3-build / plovr

Automatically exported from code.google.com/p/plovr
0 stars 0 forks source link

Plovr contains multiple versions of guava #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
lib/guava-13.0.1.jar contains guava 13
lib/closure-stylesheets-201301006.jar contains guava 9 embedded

When you try to load them both, you non-deterministically get one or the other, 
which leads to weird compile-time or run-time errors

Original issue reported on code.google.com by Nicholas.J.Santos on 28 Mar 2013 at 4:46

GoogleCodeExporter commented 8 years ago
fyi, this should be as simple as checking out closure-stylesheets, running "ant 
mvn-install", and using the jar that we build for maven. I've attached one that 
I just built if it helps.

Original comment by Nicholas.J.Santos on 16 May 2013 at 5:02

Attachments:

GoogleCodeExporter commented 8 years ago
(the JAR used for maven doesn't include the transitive dependencies)

Original comment by Nicholas.J.Santos on 16 May 2013 at 5:03

GoogleCodeExporter commented 8 years ago
This is now fixed: 
https://github.com/bolinfest/plovr/commit/494a7273256903fa97ed50d6681becdb342fc0
23

Original comment by bolinf...@gmail.com on 16 Jul 2013 at 6:43