I'm having trouble with non-reproducible scala com...
# general
f
I'm having trouble with non-reproducible scala compiles. The first time I run one it says:
Copy code
[info] Compiling 1 Java source to /home/mike/code/fr/source/.pants.d/compile/zinc/252d64521cf9/src.java.com.footballradar.[foo]/current/classes...
                       java.lang.NoClassDefFoundError: com/footballradar/[bar]Bar
                       ...
                       Caused by: java.lang.ClassNotFoundException: com.footballradar.[bar]Bar
but if I then run the same command again it passes. Does this mean I have my dependencies badly specified?