hdockter wrote:
> 
> 
> On Jan 13, 2009, at 4:52 PM, Allan Lewis wrote:
> 
>> Apologies, Hans, I think I've raised a false alarm here.  I am  
>> seeing some
>> INFO messages printed during my build, but those are coming from a  
>> class
>> that is running via an ant:java call, so this is probably expected.
> 
> I guess ant java is run in fork mode?
> 
> - Hans
> 
> 

Nope - here's what I'm doing:

ant.java(classname: 'org.koiosframework.standalone.StandaloneGenerator',
            classpathref: 'my-classpath', failonerror: true) { 
  arg(value: configUrl) arg(value: modelUrl)
  arg(value: 'generate-xml-artifacts')
  arg(value: 'generate-java-artifacts') 
} 
-- 
View this message in context: 
http://www.nabble.com/Logging-Questions-tp21341688p21459055.html
Sent from the gradle-user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to