Community Edition binaries for OS X Java 5

It looks like the binary download of the community edition for OS X is Java 6 only.  Is there a version available built for Java 5 or are PPC Macs no longer supported?

0
6 comments

Hello Chris,

We don't publish CE binaries built for JDK 5. The IDEA code is still fully
compatible with JDK 5, so you can build a JDK 5 version from source.

It looks like the binary download of the community edition for OS X is
Java 6 only.  Is there a version available built for Java 5 or are PPC
Macs no longer supported?


--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Avatar
Permanently deleted user

I can build from source but what I want is to build a version that exactly matches the released version so I can use the latest version of La Clojure (which specifies build 93.13).  Are there any instructions for that anywhere?  Does build 93.13 correspond to the tag 93.13?  I can see that tag when I browse the source online but when I use "git tag" locally I don't have that tag (or any other 93.* tags).  Any help would be much appreciated.

Thanks
Chris

0

Hello Chris,

Yes, the tagged version is exactly the version which is used for each build.
You may need to do 'git pull' in order to see the tags in your local git
repo.

I can build from source but what I want is to build a version that
exactly matches the released version so I can use the latest version
of La Clojure (which specifies build 93.13).  Are there any
instructions for that anywhere?  Does build 93.13 correspond to the
tag 93.13?  I can see that tag when I browse the source online but
when I use "git tag" locally I don't have that tag (or any other 93.*
tags).  Any help would be much appreciated.


--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Avatar
Permanently deleted user

Hi Dmitry

I've done "git pull" a few times but I still can't see tag 93.13.  I can see all the 92.* tags and the 94.* tags but no 93.*.  I'm no expert with git, is there something I need to do to see the missing tags?  I can see 67 tags in my local repo and 102 when I browse the source online.


Chris

0

Hello Chris,

Are you pulling the idea90 branch? The 93.* builds are built from that branch,
not from master.

I've done "git pull" a few times but I still can't see tag 93.13.  I
can see all the 92.* tags and the 94.* tags but no 93.*.  I'm no
expert with git, is there something I need to do to see the missing
tags?  I can see 67 tags in my local repo and 102 when I browse the
source online.


--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Avatar
Permanently deleted user

Hi Dmitry

I've just done a fresh clone from git://git.jetbrains.org/idea/community.git and the only remote branches I can see are HEAD and master.  Any idea why I can't see the idea90 branch?

Thanks
Chris

0

Please sign in to leave a comment.