-
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: September 2009
>Common Eclipse Build Failures and Causes
>This has been floating around for a while in my head so it’s time to shake it out. Considering I’ve been breaking the XSL Tools build recently, but everything runs fine locally, I’d thought I’d share the common failure points … Continue reading
Posted in build, eclipse
2 Comments
>XSL Tools 1.0.2 Released
>XSL Tools 1.0.2 maintenance release is now out, along with the eclipse Galileo SR1 (service release). This release contains a couple of fixes: bug 279793 – All XSLT 2.0 has validation errors in xslt-2.0.xsd. bug 281421 – [editor] StringIndexOutOfBounds exeception. … Continue reading
Posted in eclipse, xml, xsl, xslt
Leave a comment
>XSLT Processor Extensions Part III
>In Part II, I introduced the new org.eclipse.wst.xsl.ui.contentAssistProcessor extension point. Which allows adopters to contribute their own content assistance to the XSLT Editor. How does one implement this, and what classes are available to make this easier to implement? With … Continue reading
Posted in eclipse, xml, xpath, xslt
Leave a comment
>Builds: We make them complicated – Follow Up
>So, my recent blog posting stirred some feathers, started some good discussions, and basically stimulated some creative brain cells. A couple of things that I noticed coming out of the discussion: People tend to view the world through Eclipse as … Continue reading
Posted in build, eclipse
5 Comments
>XSLT Processor Extensions Part II
>In Part I we looked at a way to extend the XSL Tools editor to handle new XSLT elements that are processor specific. This was done using the WTP’s ability to load grammars and use them during content assistance. This … Continue reading
>XSLT Processor Extensions
>A recent question on the Eclipse Web Tools Platform newsgroup asked how to make the XSL Tools editor in WTP 3.1 aware of custom extensions. One proposed solution is to use the XML Editor’s template support and add them. However, … Continue reading
>Builds: We make them complicated.
> The fault, dear Brutus, is not in our stars, But in ourselves… Ed Merks gave a talk about Builds and Provisioning. How programmers hate and love them. While I agree with many aspects, I think some of the conclusions … Continue reading
Posted in build, eclipse, xml
25 Comments
>Standards, Documentation, Single Sourcing, and Continuous Integration
>Over the last several years I’ve had the pleasure of working with many standard organizations. Many are trying to improve their development processes to meet the membership and the communities needs sooner. However, almost all have one area that still … Continue reading
Posted in agile, docbook, documentation, standards
Leave a comment
>A Hudson Transition
>Working for a small company means you get to wear many different technology hats. Currently, I’m wearing my Build Engineer’s hat. Along with this hat comes the skill of a plate spinner. Keeping multiple systems building, and outputting effectively is … Continue reading
Posted in agile, build, eclipse, xml
2 Comments
>Messy Syntax??
>XML programming languages like XProc, XSLT, and even XQuery get a bad rap at times from programmers. Mainly because there are lots of xml tags and xml namespace prefixes that are used within these languages. XQuery being more popular because … Continue reading