DO NOT REPLY [Bug 34638] - javac using GCJ compiler ignores includeJavaRuntime attribute

2005-11-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34638





--- Additional Comments From [EMAIL PROTECTED]  2005-11-12 16:59 ---
We have just discovered that includeAntRuntime="no" must also be included for
this to work. I havn't investigated the reasons for this any further.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 34638] - javac using GCJ compiler ignores includeJavaRuntime attribute

2005-11-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34638





--- Additional Comments From [EMAIL PROTECTED]  2005-11-12 16:27 ---
I have some more info on this. It seems the problem stems from
org.apache.tools.ant.types.Path.addExtdirs(Path extdirs). It tests whether null
is being passed and if so then adds then value of the system property
'java.ext.dirs' (which includes the Java Runtime path!)

Adding the attribute extdirs="/home/ZZ" in the same manner as the previous
work-around solves the problem.



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 34638] - javac using GCJ compiler ignores includeJavaRuntime attribute

2005-09-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34638





--- Additional Comments From [EMAIL PROTECTED]  2005-09-28 22:25 ---
To test this, I create a shell script named "gcj" in the current directory.

!/bin/sh
echo $0 $@

---
then run ant as follows:

$ PATH=.:$PATH ant

and you will see the exact command line for all of gcj

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 34638] - javac using GCJ compiler ignores includeJavaRuntime attribute

2005-09-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34638


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |
Version|1.6.2   |1.6.5




--- Additional Comments From [EMAIL PROTECTED]  2005-09-28 22:19 ---
This seems to have crept back in 1.6.5.

Worse yet, the described work around does not work either.

This for gcj compiler.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]