From: SourceForge.net <no...@so...> - 2006-06-29 18:59:14
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3801007 By: fabioz Hi Ricardo, 1. Well, that case should surely work in code-completion. Please report a bug for it. 2. Pressing F3 over a java class in jython code would be a feature-request. 3. It does accept mixed java/jython projects... Just create it as a java project and then open any python file in that project. The python nature will be automatically added and you'll be able to edit it to jython and set the pythonpath. Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-06-29 19:31:31
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3801065 By: nobody ok, I've create the feature request. I'll double check the bug before posting the bug report. as for #3, it's a cool functionality, but it isn't obvious. perhaps an option to "add java nature" to python projects, and vice-versa, if it isn't there is more obvious. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-06-29 19:36:59
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3801078 By: fabioz Hi, Can you add that as a feature-request too? -- the forum is not a good place for keeping those ideas ;-) Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-12 18:41:47
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3911173 By: rjst Hi The project does receive the python nature, and I am able to configure it as a jython project. However, the pydev specific entries in the project properties are only visible when in the pydev perspective. I'm not sure that's a good decision from a interface point of view, because it's a dual-language project, I think all option should be always available. But what really is annoying is the fact that pydev doesn't inherit the java classpath of the project. so, I add a python script to a java project, but can't import the java classes of the project. From a jython user's point of view, I'd say this is the worst bug/lack of feature of pydev at the moment. Is there a workaround for this ? I'm working on a java project that already has thousands of files, and I'm trying to write some of the new stuff in jython, but I'm having trouble referencing the java code from jython thanks, Ricardo ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-12 19:03:23
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3911202 By: fabioz Actually that's not entirely true, the pydev project properties are actually shown in all places BUT the package explorer, because the package explorer will only show java information... if instead of right-clicking in the package explorer and go to the menu: project > properties, all the info should appear. As for the java information, you're right, it does not inherit the classpath information from a java project... maybe there could be an option to get that option to be added to the jython plugin (please add a feature request for that). There's no current workaround... you have to enter the information twice, one for the java project and another for the pydev project... so you have to add the folder that has the output for the classes in the pythonpath for the project. Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-09-13 12:12:17
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3912190 By: rjst Hi, Thanks for your answer. There is already a feature request #1514992 for this issue. As for manually adding, it can become difficult to manage. In one of our projects, we have about 10 eclipse projects, with dependencies among them, exporting jars, etc..., so I think the only proper way to do it would be to inherit tha project's classpath to the pythonpath. Please note that if I start the jython script from java via the interpreter class, it works fine. As a workaround, we add a jar file with all our libraries and java code for the pythonpath, but it's suboptimal, since any java change requires rebuilding the jar for python to see it ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |