One thing you could do to help would be to make a note (blog?) on how to
set up IntelliJ to work with Jython ... assuming you succeeded.
When I search for that, the top hit is a problem report
(https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000459524-How-can-I-setup-Jython-in-IntelliJ-IDEA-Community-Edition-2017-2)
which I have to admit is a thing I broke on Windows.
(http://bugs.jython.org/issue2607)
If you've set up IntelliJ so you can build Jython and fix bugs, I
believe we have a place for you in the dev-guide, although I'm sure Jim
would make useful additions. I think the first thing I did for the
project was to update the notes on the Wiki on how to set up with
Eclipse. That kind of information dates fairly quickly and what I found
was out of date (as what I last wrote now is).
I also have to build Jython outside the IDE when I want to be sure what
I'm getting. (It depends a bit what the change is.) At the moment I'm
debugging Java 9 behaviour, but I'm building with Java 7 as the lowest
supported version and (sadly) the only one that builds smoothly for me.
Jeff
Jeff Allen
On 11/03/2018 15:01, Patrick Palczewski wrote:
> No, I didn't report it before as I didn't make a priority to focus on
> it yet.
>
> I have been using intelliJ (and PyCham) for a few months. I saw the
> issue at first when I triled to build from within the IDE. I didn't
> worry about it as I could open a terminal and run ant from there.
>
> So, two days ago, I ran into the problem, and the hunt began. Now, I'm
> happy as a clam, and using their built-in Ant makes it easy to switch
> JDKs.
>
> I'm in the process of documenting how to set up IntelliJ for Jython
> development with a note about using Ant from the IDE.
>
> Thanks, Jeff. you guys are great and I wish I could contribute.
>
> Patrick
>
>
>
>
> On 03/11/2018 12:39 AM, Jeff Allen wrote:
>> Good. It ought to work: I believe Jim B uses IntelliJ.
>>
>> I don't think we knew about this as an issue/post, did we? The only
>> issue I can find with your name is http://bugs.jython.org/issue2649,
>> which I think is still valid.
>>
>> Jeff Allen
>>
>> On 11/03/2018 02:13, Patrick Palczewski wrote:
>>>
>>> Hello,
>>>
>>> I successfully built a Jython project in IntelliJ configuring an Ant
>>> build, using the existing build.xml.
>>>
>>> Tge nessages I was receiving were due to their Python plugin, which
>>> uses a previous version of the JDK.
>>>
>>> Everythin's cool.
>>>
>>> --
>>> /Patrick Palczewski/
>
>
|