-
Recent Posts
Category Cloud
Blogroll
Serenity
Archives
- May 2013
- April 2013
- March 2013
- February 2013
- August 2012
- March 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Meta
Monthly Archives: July 2008
>Adding Wizards to Toolbars
>The legacy way of adding a toolbar is to use the actionSets extension point in eclipse. However, I needed the ability to contribute a toolbar to the main toolbar in eclipse, but also make it extensible. Actionsets aren’t very extensible, … Continue reading
Posted in eclipse, xsl, xslt
2 Comments
>How Many Votes is Enough?
>A common item I have read in various newsgroups for eclipse, is for the community to vote for a bug. If it gets enough votes, it’s more than likely to get addressed sooner rather than later. While I think this … Continue reading
Posted in eclipse
3 Comments
>XSL Tools Bug Day
>XSL Tools is going to participate in Bug Day. We have several bugs lined up for people to work on. Like Chris, there are a few noteables that I think the community can help us out with: [241971] – XPath … Continue reading
Posted in bugday, eclipse, xsl
Leave a comment
>Automated SDK JavaDoc Documentation Part Deux
>A little touch of XSLT magik In a prior posting, I talked about the pain point of creating SDK JavaDoc Help content for eclipse. It tends to get out of synch with the actual documentation, as the TOC.xml has to … Continue reading
Posted in documentation, eclipse, xml, xslt
Leave a comment
>Automated SDK JavaDoc Documentation
>One of the pain points with working with eclipse, is generating the SDK documentation (bug 231472). Typically this is done by using the standard javadoc command, and outputting HTML files. The toc.xml files, then need to be updated manually to … Continue reading
Posted in documentation, eclipse, xml
Leave a comment
>Agile Documentation
>Some may say that Agile and Documentation don’t go together. That you can’t take an agile approach to creating documentation. Tonny Madsen’s blog entry “Missing Books Considered Harmful”, brings up some very good points about the state of documentation. The … Continue reading
Posted in agile, docbook, documentation, eclipse
2 Comments
>Eclipse Bug Day is July 25th
>Just a reminder that Eclipse Bug Day is fast approaching. This time around the XSL Tools incubating project will be joining the bug day festivities. If you are interested in helping squash a few bugs, or having your project participate, … Continue reading
Posted in eclipse, xsl
3 Comments
>Refactoring XSL Stylesheets
>One of the most difficult things for people new to XSL is learning to think in a functional language instead of a procedural language. XSL’s power comes from the fact that it works best off of templates. While there is … Continue reading
Posted in eclipse, pde, refactoring, xml, xslt
2 Comments
>XSL Tools Team Project Set
>To make it a bit easier for those that might want to help contribute to XSL Tools, we have created a team project set file. Currently this can be found as an attachment in bug 240358.
Posted in eclipse, xsl
Leave a comment
>Tearing Ant from JDT
>….is going to need a crow bar, a couple of sticks of dynamite, and a lot of beer. I wasn’t surprised to see how closely tied to the JDT core and debug/launch UI that the Ant Launching support is. Mainly … Continue reading
Posted in ant, eclipse, xml
3 Comments