Category Archives: Uncategorized

jslint4java 2.0.1

Only about a month later than I had hoped, I’ve published jslint4java-2.0.1. The main change should be that the maven plugin is a bit better behaved. Plus of course, it’s using the latest version of JSLint.

Posted in Uncategorized | Tagged , | Comments Off

jslint4java 2.0.0

I’ve finally released jslint4java 2.0.0. It’s now available at code.google.com/p/jslint4java. The main new feature is that it now sports a maven plugin in addition to the ant task. There is also a breaking change, that’s been inherited from JSLint. The … Continue reading

Posted in Uncategorized | Tagged | 3 Comments

Python configuration

At $WORK, there is a program that uses Python as its configuration. Leaving aside the moment of whether or not this is a good idea, I wanted to look at how it does this. All the program really needs is … Continue reading

Posted in Uncategorized | Tagged | 2 Comments

django & appengine

Last night I went to j4amie‘s brightonpy talk Python and Django for PHP Refugees (slides). It was a really good talk, though I knew most of the Python stuff. The django intro was great however. What I was really interested … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off

OSGI Intro

On Tuesday, I attended the OSGI: Let’s Get Started session with Simon Maple and Zoë Slattery, courtesy of SkillsMatter and LJC. I figured it’s time to figure out what I am supposed to be doing with it. For the last … Continue reading

Posted in Uncategorized | Tagged , | Comments Off

jslint4java-1.4.7

I’ve released a minor update, 1.4.7. It’s available from the usual place. What’s new? Added OSGI bundle headers. I’m an OSGI novice; please let me know if these are wrong. issue 52: Add checkstyle xml formatter. issue 53: No files … Continue reading

Posted in Uncategorized | Tagged | Comments Off

pruning your tree

This is from a mailing list post I’ve just replied to. Since I had to look it up, it’s worth blogging. It seems like a simple task. Find all the files in the current directory, excluding .svn directories. I’ve mocked … Continue reading

Posted in Uncategorized | Tagged | 3 Comments

jslint4java status

I’ve done a few releases of jslint4java whilst this blog has been down. We’re presently at 1.4.6. It’s mostly been bug fixes and JSLint upgrades. What’s really interesting has been paying attention to the integrations that people have come up … Continue reading

Posted in Uncategorized | Tagged | 3 Comments

Tap Tap Tap

Hmmm, this has been off for a while, hasn’t it. My server (previously hosted in spare bedroom) died. “Fine!” says I. “To the free blog hosting!” If only it were that simple. After looking at wordpress, Blogger, Tumblr and Posterous, … Continue reading

Posted in Uncategorized | Comments Off

jslint4java 1.4

I’ve just released a new version of jslint4java, 1.4. Most useful is probably support for JUnit output, which should make jslint easy to integrate with a continuous build system like hudson or pulse. Here’s the full set of changes:  issue … Continue reading

Posted in Uncategorized | Tagged | Comments Off