Menu

#59 Cannot suppress messages

open
8
2011-03-07
2011-03-07
No

On line 122 of JarClassLoader.java, there is a System.out.println which cannot be suppressed. This means that any application using OneJar is going to see that line, and that's really not cool.

A similar issue occurs on line 396 of Boot.java, but that one can at least be circumvented by explicitly setting the one-jar.jar.path property. So, at this point, I'm having to set that property even though it isn't actually necessary for my purposes.

Discussion

  • Robert Fischer

    Robert Fischer - 2011-03-07
    • priority: 5 --> 8
    • assigned_to: nobody --> simontuffs
     
  • Robert Fischer

    Robert Fischer - 2011-03-07

    Oh, and this using code pulled from head today (March 7th, 2011).

     
  • P. Simon Tuffs

    P. Simon Tuffs - 2011-03-08

    Duly noted. I will fix this next go around.

     

Log in to post a comment.