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 2014/07/15 08:59:39 UTC

[Bug 56721] New: "back quote" and "quote" mismatch on Project.java

https://issues.apache.org/bugzilla/show_bug.cgi?id=56721

            Bug ID: 56721
           Summary: "back quote" and "quote" mismatch on  Project.java
           Product: Ant
           Version: 1.9.4
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Other
          Assignee: notifications@ant.apache.org
          Reporter: nevinguo@gmail.com

Output log:
Build sequence for target(s) `release' is [-set-mode-check, -set-release-mode,
-release-obfuscation-check, -pre-build, -check-env, -setup, -build-setup,
-code-gen, -pre-compile, -compile, -post-compile, -obfuscate, -dex, -crunch,
-package-resources, -package, -post-package, -release-prompt-for-password,
-release-nosign, -release-sign, -post-build, release]

Build sequence for target(s) `nodeps', `release' is [nodeps, -set-mode-check,
-set-release-mode, -release-obfuscation-check, -pre-build, -check-env, -setup,
-build-setup, -code-gen, -pre-compile, -compile, -post-compile, -obfuscate,
-dex, -crunch, -package-resources, -package, -post-package,
-release-prompt-for-password, -release-nosign, -release-sign, -post-build,
release]



Root cause:
Project.java  Line 1822-1824
        for (int j = 0; j < root.length; j++) {
            buf.append((j == 0) ? " `" : ", `").append(root[j]).append('\'');
        }
The left quote is "back quote", but the right one is "quote"

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

[Bug 56721] "back quote" and "quote" mismatch on Project.java

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

Nevinguo <ne...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nevinguo@gmail.com

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