I’m looking for 3.5.x or 3.6 source code for the NetBeans platform. I have tried to connect to the CVS repos listed on the NetBeans website, but I don’t think they are up any more. Does any have the code or know where I can pull it from?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to this FAQ, the Platform code is not separated from the IDE code, they are just different builds.
The mercurial repository seems to go all the way back to 1999.
The tags listed here are not very consistent; there is a
release35R_basein 2003 but I don’t see something likerelease36. Maybe with the information contained in the releases available in the archive you could see which date corresponds to each release.Hope this helps.
Oh, and Hg init by Joel Spolsky is very good if you have not used mercurial before.