Hi all, I'm trying to write some JRun tasks for Ant so JRun can work better with this super-cool project, and ran into a snag.
There's a bit of shared code between the JRun tasks, so I put it in a JRunBase Task which all other tasks extend. I borrowed this idea from P4Base. Unfortunately, my *Base doesn't work. It seems that project isn't getting defined in the Task that P4Base extends. While I can think of a way around this, I'm more wondering why project isn't getting defined in JRunBase, but does in P4Base. This same pattern seems to work in P4Base without doing anything special... or is there some kind of trickery I missed? Thanks, Brian