[Mono-bugs] [Bug 47696][Wis] New - jay tool
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 13 Mar 2004 16:13:15 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47696
--- shadow/47696 2004-03-13 16:13:15.000000000 -0500
+++ shadow/47696.tmp.31059 2004-03-13 16:13:15.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 47696
+Product: Mono: Compilers
+Version: unspecified
+OS: unknown
+OS Details:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: marek.safar@seznam.cz
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: jay tool
+
+Description of Problem:
+
+Steps to reproduce the problem:
+1. build mono on win32 platform (XP,2K)
+
+Actual Results:
+Build Failed
+
+Expected Results:
+Build OK
+
+How often does this happen?
+100%
+
+Additional Information:
+The build failed is caused not set TMPDIR environment variable for jay
+tool. The problem is that in WIN32 by default exist TEMP and/or TMP
+variables not TMPDIR. Should be good in platfrom specific build part set
+TMPDIR like TEMP.
+
+------- Additional Comments From miguel@ximian.com 2004-03-13 16:13 -------
+fixed.