You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2013/03/22 12:50:46 UTC

[Bug 54742] New: "Java" task messes up java.awt.TextArea display

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: notifications@ant.apache.org
          Reporter: rjanes@cybermetrix.com
    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.

[Bug 54742] "Java" task messes up java.awt.TextArea display

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54742

--- Comment #1 from Rob Janes <rj...@cybermetrix.com> ---
My apologies.  After 5 or 6 tests to confirm this issue I have since found that
the problem does happen with the standalone execution.  It appears that "ant"
is not the issue after all.

Given 5 or 6 tests where ant fails and 5 or 6 where the program works correctly
standalone, I thought I had a good case.  However now I find that the
standalone case can also fail.

Sorry to have bothered you with this.  Please close this issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 54742] "Java" task messes up java.awt.TextArea display

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54742

Peter Reilly <pe...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Peter Reilly <pe...@apache.org> ---
No Problem, closed as described.
Peter

-- 
You are receiving this mail because:
You are the assignee for the bug.