0 Replies Latest reply on Aug 14, 2012 6:45 AM by lafr

    How to avoid debug output of xjc-Task?

    lafr

      Using JBossAS 7.2.0.Alpha1-SNAPSHOT I see such outputs from xjc-AntTask.

       

      init:
      [echo] Imos                                                        
      generate:
      [xjc] files are up to date                                        
      [xjc] classLoader = java.net.URLClassLoader@eb67e8                
      [xjc] SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@edbe39
      [xjc] classLoader = sun.misc.Launcher$AppClassLoader@1a16869      
      [xjc] SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@edbe39
      [xjc] classLoader = sun.misc.Launcher$ExtClassLoader@1cde100      
      [xjc] SharedSecrets.getJavaNetAccess()=java.net.URLClassLoader$7@edbe39
      compile:
      jar:

       

      With previous versions like 7.1.1 I did not see the output of classloader debug output.

      It's a bit irritating and annoying because this is not really useful information.

       

      I did not find any hint how to avoid this output, no option like "debug=false".