Issue1222843

classification
Title: -C NONE causes exception
Type: Severity: normal
Components: Jythonc compiler Versions:
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: kzuberi
Priority: low Keywords:

Created on 2005-06-17.18:45:24 by anonymous, last changed 2005-12-09.19:34:57 by kzuberi.

Files
File name Uploaded Description Edit Remove
main.py.patch nobody, 2005-06-17.18:45:24 Patch file for reported bug
Messages
msg981 (view) Author: Nobody/Anonymous (nobody) Date: 2005-06-17.18:45:24
When using "-C NONE" to create a .java file without compiling 
it, jythonc dies with a "java.io.FileNotFoundException". 
 
I am attaching a diff file showing a fix for this problem. 
 
This bug is in version 2.1 final. 
msg982 (view) Author: Khalid Zuberi (kzuberi) Date: 2005-12-09.19:34:57
Logged In: YES 
user_id=18288

This ticket is a duplicate of [ 1222918 ]. Please close.

- kz
History
Date User Action Args
2005-06-17 18:45:24anonymouscreate