[java-sig-commits] [Bug 753201] New: when javac is java-1.5.0-gcj ant seems to not be able to access environmental variables

bugzilla at redhat.com bugzilla at redhat.com
Fri Nov 11 15:39:06 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: when javac is java-1.5.0-gcj ant seems to not be able to access environmental variables

https://bugzilla.redhat.com/show_bug.cgi?id=753201

           Summary: when javac is java-1.5.0-gcj ant seems to not be able
                    to access environmental variables
           Product: Fedora
           Version: 15
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: unspecified
          Priority: unspecified
         Component: ant
        AssignedTo: pcheung at redhat.com
        ReportedBy: caolanm at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: pcheung at redhat.com, akurtako at redhat.com,
                    mmatejov at redhat.com,
                    java-sig-commits at lists.fedoraproject.org
    Classification: Fedora
      Story Points: ---
              Type: ---


Created attachment 533096
  --> https://bugzilla.redhat.com/attachment.cgi?id=533096
sample build.xml

Description of problem:
ant doesn't seem to be able to resolve environment variables (or something
clears the env) if the java in use is gcj rather than openjdk

Version-Release number of selected component (if applicable):
ant-1.8.2-3.fc15

How reproducible:
100%

Steps to Reproduce:
1. alternatives --set javac /usr/lib/jvm/java-1.6.0-openjdk.x86_64/bin/javac
2. ant -f build.xml gives the contents of $USERNAME as expected
3. alternatives --set javac /usr/lib/jvm/java-1.5.0-gcj/bin/javac
4. ant -f build.xml gives "${env.USERNAME}"

Actual results:
username

Expected results:
${env.USERNAME} string

Additional info:

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the java-sig-commits mailing list