Hello folks,

Currently I am writing a M1 plugin, but to make the transition to M2 less 
painless, it's almost completly written in Java. So far so good. The plugin 
will deal with files and create some special ones. Therefore I am utilizing Ant 
tasks, which works also fine. But what I do not manage to get working is 
printing to the consolew from within my Java code. Using System.out the output 
is not synchronized with the other plugin output from the Jelly code.

1) How can I print own messages *synchronized* to the console?
2) How do I have to initialize the Ant tags to do so? E.g. using a <ant:copy> 
tag in a normal plugin.jelly writes a line to the console like "[copy] copied 
one file".

Any hints welcome.

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to