https://issues.apache.org/bugzilla/show_bug.cgi?id=54742
Bug ID: 54742
Summary: "Java" task messes up java.awt.TextArea display
Product: Ant
Version: 1.8.2
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core tasks
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Created attachment 30095
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30095&action=edit
Source code, build.xml, README, verbose output all relating to this issue.
If I start a swing program using the "java" task the display is incorrect.
However when I start the program from the command line, the display is correct.
I fork when starting the program since it needs command line arguments. I
tried includeantruntime=false but the java task does not accept this. I tried
both Java 6 and Java 7 on 32 and 64 bit Linux systems.
I believe I have done due diligence in trying to resolve this issue myself. It
seems to be time to call upon you folks.
The attached file contains all of the source code, the build.xml file, verbose
output from ant, a script file for running the task without ant and a README
file which describes how to produce the error once the program comes up.
--
You are receiving this mail because:
You are the assignee for the bug.