Issue1005179

classification
Title: Jythonc, stop copy of nonexistant classfiles
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: bzimmer Nosy List: bzimmer, mechsoph
Priority: normal Keywords: patch

Created on 2004-08-07.16:14:56 by anonymous, last changed 2004-08-07.16:14:56 by nobody.

Files
File name Uploaded Description Edit Remove
main.py.diff nobody, 2004-08-07.16:14:56 patch for jythonc's main.py
Messages
msg2392 (view) Author: Nobody/Anonymous (nobody) Date: 2004-08-07.16:14:56
When compiler is set to NONE, and a package is
specified for the generated files, jythonc tries to
copy the nonexistant classfiles and barfs. 

Patch prevents the writeResults function from being
called when compiler is set to NONE.  This leaves the
generated java source files in proper jpywork/
subdirectory and prevents copying of nonexistant
classfiles.  Apply patch to main.py

I submitted this to the dev mailinglist before I
figured out there was this special thingy for patches.
 Sorry if that confuses anybody.
msg2393 (view) Author: Neil Dantam (mechsoph) Date: 2004-08-07.16:17:31
Logged In: YES 
user_id=1099496

Hmm, I guess I couldn't figure out how to log in either....
History
Date User Action Args
2004-08-07 16:14:56anonymouscreate