Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Community Edition binaries for OS X Java 5
Permanently deleted user
Created
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?
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!"
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.
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!"
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.
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!"
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?
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.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
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
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.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
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
Hello Chris,
Are you pulling the idea90 branch? The 93.* builds are built from that branch,
not from master.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
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