Skip to content

Instantly share code, notes, and snippets.

@auramo
Created April 28, 2014 07:29
Show Gist options
  • Save auramo/11364249 to your computer and use it in GitHub Desktop.
Save auramo/11364249 to your computer and use it in GitHub Desktop.
Warning: org.scalatest.tools.StatusJPanel: can't find referenced class javax.swing.JLabel
Warning: org.scalatest.tools.StatusJPanel: can't find referenced class javax.swing.JLabel
Warning: org.scalatest.tools.StatusJPanel: can't find referenced class javax.swing.JLabel
Warning: org.scalatest.tools.StatusJPanel: can't find referenced class javax.swing.JLabel
Warning: org.scalatest.tools.StatusJPanel: can't find referenced class javax.swing.JLabel
Warning: org.scalatest.tools.StatusJPanel: can't find referenced class javax.swing.JLabel
Warning: org.scalatest.tools.StatusJPanel: can't find referenced class javax.swing.JLabel
Warning: org.scalatest.tools.StatusJPanel: can't find referenced class javax.swing.JLabel
Warning: org.scalatest.tools.StatusJPanel: can't find referenced class javax.swing.JLabel
Warning: org.scalatest.tools.StatusJPanel: can't find referenced class javax.swing.JLabel
Warning: org.scalatest.tools.StatusJPanel: can't find referenced class javax.swing.JPanel
Warning: org.scalatest.tools.StatusJPanel: can't find referenced class javax.swing.JPanel
Warning: org.scalatest.tools.StatusJPanel: can't find referenced class javax.swing.JPanel
Warning: org.scalatest.tools.StatusJPanel: can't find referenced class javax.swing.JPanel
Note: org.joda.time.DateTimeZone calls '(org.joda.time.tz.Provider)Class.forName(variable).newInstance()'
Note: org.joda.time.DateTimeZone calls '(org.joda.time.tz.NameProvider)Class.forName(variable).newInstance()'
Note: org.scalatest.testng.TestNGSuiteLike$class: can't find dynamically referenced class org.testng.IAnnotationTransformer
Note: there were 1 references to unknown classes.
You should check your configuration for typos.
(http://proguard.sourceforge.net/manual/troubleshooting.html#unknownclass)
Note: there were 1 unresolved dynamic references to classes or interfaces.
You should check if you need to specify additional program jars.
(http://proguard.sourceforge.net/manual/troubleshooting.html#dynamicalclass)
Note: there were 2 class casts of dynamically created class instances.
You might consider explicitly keeping the mentioned classes and/or
their implementations (using '-keep').
(http://proguard.sourceforge.net/manual/troubleshooting.html#dynamicalclasscast)
Warning: there were 2452 unresolved references to classes or interfaces.
You may need to add missing library jars or update their versions.
If your code works fine without the missing classes, you can suppress
the warnings with '-dontwarn' options.
(http://proguard.sourceforge.net/manual/troubleshooting.html#unresolvedclass)
Warning: there were 5 instances of library classes depending on program classes.
You must avoid such dependencies, since the program classes will
be processed, while the library classes will remain unchanged.
(http://proguard.sourceforge.net/manual/troubleshooting.html#dependency)
Warning: there were 41 unresolved references to program class members.
Your input classes appear to be inconsistent.
You may need to recompile the code.
(http://proguard.sourceforge.net/manual/troubleshooting.html#unresolvedprogramclassmember)
[trace] Stack trace suppressed: run last android:proguard for the full output.
[error] (android:proguard) java.io.IOException: Please correct the above warnings first.
[error] Total time: 28 s, completed Apr 28, 2014 10:27:31 AM
java.io.IOException: Please correct the above warnings first.
at proguard.Initializer.execute(Initializer.java:369)
at proguard.ProGuard.initialize(ProGuard.java:212)
at proguard.ProGuard.execute(ProGuard.java:87)
at android.Tasks$$anonfun$71.apply(tasks.scala:1139)
at android.Tasks$$anonfun$71.apply(tasks.scala:1112)
at scala.Function10$$anonfun$tupled$1.apply(Function10.scala:35)
at scala.Function10$$anonfun$tupled$1.apply(Function10.scala:34)
at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:42)
at sbt.std.Transform$$anon$4.work(System.scala:64)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
at sbt.Execute.work(Execute.scala:244)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:160)
at sbt.CompletionService$$anon$2.call(CompletionService.scala:30)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
[error] (android:proguard) java.io.IOException: Please correct the above warnings first.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment