How to print all java compiler output as it happens?

2011-02-24 Thread Gabriele Kahlout
If I build the project with maven it'll fail but with fewer prints than if I
compiled with javac directly. Debugging with NetBeans it would help if I
could see the print outs as they happen, rather than going by commenting.

This is my config:
plugin
artifactIdmaven-compiler-plugin/artifactId
version2.3.2/version
dependencies
dependency
groupIdorg.codehaus.plexus/groupId
artifactIdplexus-compiler-javac/artifactId
version1.6/version
/dependency
/dependencies
configuration
source1.6/source
target1.6/target
encoding${project.build.sourceEncoding}/encoding
compilerIdjavac/compilerId
verbosetrue/verbose
showWarningstrue/showWarnings
/configuration
...

-- 
Regards,
K. Gabriele

--- unchanged since 20/9/10 ---
P.S. If the subject contains [LON] or the addressee acknowledges the
receipt within 48 hours then I don't resend the email.
subject(this) ∈ L(LON*) ∨ ∃x. (x ∈ MyInbox ∧ Acknowledges(x, this) ∧ time(x)
 Now + 48h) ⇒ ¬resend(I, this).

If an email is sent by a sender that is not a trusted contact or the email
does not contain a valid code then the email is not received. A valid code
starts with a hyphen and ends with X.
∀x. x ∈ MyInbox ⇒ from(x) ∈ MySafeSenderList ∨ (∃y. y ∈ subject(x) ∧ y ∈
L(-[a-z]+[0-9]X)).


Re: How to print all java compiler output as it happens?

2011-02-24 Thread Gabriele Kahlout
Posted here too:
http://stackoverflow.com/questions/5102176/how-to-print-all-java-compiler-output-as-it-happens

On Thu, Feb 24, 2011 at 9:28 AM, Gabriele Kahlout
gabri...@mysimpatico.comwrote:

 If I build the project with maven it'll fail but with fewer prints than if
 I compiled with javac directly. Debugging with NetBeans it would help if I
 could see the print outs as they happen, rather than going by commenting.

 This is my config:
 plugin
 artifactIdmaven-compiler-plugin/artifactId
 version2.3.2/version
 dependencies
 dependency
 groupIdorg.codehaus.plexus/groupId
 artifactIdplexus-compiler-javac/artifactId
 version1.6/version
 /dependency
 /dependencies
 configuration
 source1.6/source
 target1.6/target
 encoding${project.build.sourceEncoding}/encoding
 compilerIdjavac/compilerId
 verbosetrue/verbose
 showWarningstrue/showWarnings
 /configuration
 ...

 --
 Regards,
 K. Gabriele

 --- unchanged since 20/9/10 ---
 P.S. If the subject contains [LON] or the addressee acknowledges the
 receipt within 48 hours then I don't resend the email.
 subject(this) ∈ L(LON*) ∨ ∃x. (x ∈ MyInbox ∧ Acknowledges(x, this) ∧
 time(x)  Now + 48h) ⇒ ¬resend(I, this).

 If an email is sent by a sender that is not a trusted contact or the email
 does not contain a valid code then the email is not received. A valid code
 starts with a hyphen and ends with X.
 ∀x. x ∈ MyInbox ⇒ from(x) ∈ MySafeSenderList ∨ (∃y. y ∈ subject(x) ∧ y ∈
 L(-[a-z]+[0-9]X)).




-- 
Regards,
K. Gabriele

--- unchanged since 20/9/10 ---
P.S. If the subject contains [LON] or the addressee acknowledges the
receipt within 48 hours then I don't resend the email.
subject(this) ∈ L(LON*) ∨ ∃x. (x ∈ MyInbox ∧ Acknowledges(x, this) ∧ time(x)
 Now + 48h) ⇒ ¬resend(I, this).

If an email is sent by a sender that is not a trusted contact or the email
does not contain a valid code then the email is not received. A valid code
starts with a hyphen and ends with X.
∀x. x ∈ MyInbox ⇒ from(x) ∈ MySafeSenderList ∨ (∃y. y ∈ subject(x) ∧ y ∈
L(-[a-z]+[0-9]X)).