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

Posted in eclipse, xml, xpath, xsl, xslt | Leave a comment

>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

Posted in eclipse, xml, xslt | 1 Comment

>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

Posted in eclipse, xml | 1 Comment