About: About Caoyuan's Blog
Browse by time:
- March 2010 (1)
- January 2010 (3)
- December 2009 (3)
- November 2009 (2)
- October 2009 (2)
- September 2009 (5)
- August 2009 (4)
- July 2009 (1)
- June 2009 (3)
- May 2009 (1)
- April 2009 (2)
- March 2009 (3)
- February 2009 (15)
- January 2009 (2)
- December 2008 (4)
- November 2008 (5)
- October 2008 (6)
- September 2008 (1)
- August 2008 (1)
- July 2008 (5)
- June 2008 (1)
- May 2008 (4)
- April 2008 (5)
- March 2008 (7)
- February 2008 (5)
- January 2008 (7)
- December 2007 (8)
- November 2007 (3)
- October 2007 (8)
- September 2007 (4)
- August 2007 (6)
- July 2007 (5)
- June 2007 (1)
- May 2007 (4)
- April 2007 (8)
- March 2007 (3)
- February 2007 (3)
- January 2007 (2)
- December 2006 (2)
- November 2006 (4)
- October 2006 (1)
- September 2006 (2)
- August 2006 (1)
- July 2006 (2)
- June 2006 (5)
- May 2006 (6)
- April 2006 (7)
- March 2006 (2)
- December 2005 (4)
ErlyBird Is Ready for R12B
OTP/Erlang R12B is coming soon, which will support Binary Comprehension and -spec, -type attributes. I've updated ErlyBird to support these new syntax, and, with a new Emacs Standard color theme.
The new version of ErlyBird will be available around the releasing date of OTP/Erlang R12B and NetBeans 6.0
![(please configure the [header_logo] section in trac.ini)](/chrome/site/blog_logo.png)
rss
Comments
I downloaded Erlybird because I was tired of ErlIDE in Eclipse crashing all the time... Erlybird seems more stable, I will give it a bash. Just one thought though, I created a new project from existing source and compiling it did not work. By scouring the web I found out about the Emakefile and how some people use it to compile their Erlang. I reckon it would be cool to just mention the necessity of such a file existing in the main project directory. It's really easy to set up, you just need to know that you have to.
PS: my emakefile has in it the basics: {'./src/*',[debug_info, {i,"include"}, {outdir,"ebin"}]}. This boils down to: compile all .erl files in the src directory with debug_info on, including the include directory's .hrl files and outputting the beam files to the ebin directory
Stephen,
If you create totally new project, a default EMakefile should be generated automatically.
For the project created from existing source files, the EMakefile may not be created or not suitable. I think you can create a new EMakefile by right click on project node, and choose "Other" -> "EMakefile".
Hi,
NB 6.0 final is out and so is opt R12 - any eta on this forthcoming release of ErlyBird?
There is a bug which is brought by the recent NetBeans changes, although it's not a big bug, but I'm still try to fix it. I hope the new ErlyBird will be available next week.
Hi,
I'm getting into Erlang at the moment and thought what better way to gain deeper insight than to have a go at writing a debugging module for netbeans using the jinterface packages.
Are you already looking at this, and if not, can you point me in the right direction in terms of where this should live within the netbeans platform/ide package structure - I've been looking at Tor's ruby module to get a feel for netbeans but still finding the ropes.
Cheers,
Tim