On Fri, 2002-03-29 at 18:04, Berin Loritsch wrote: > > -----Original Message----- > > From: Jason van Zyl [mailto:[EMAIL PROTECTED]] > > > > You just have a little typo on line 91: > > > > <testDirectory> not <testDirector> > > Thanks! that did the trick. > > > I'm using XML Authority so I can find the mistakes quicky but > > we'll poke a little validator into the repository ASAP. > > Aren't you using an XML parser? If so, the exception thrown by > the parsers I have used provides a line number for the source > file. It would be wise to make the exception message available > to the user in the interim.
I have to figure out something with Ant. What's executing is a simple bean and I'm relying on the ant to use the AntTaskAdapter to run the bean as a task. As a result the way I have the exception handling setup isn't optimal right now but with all the operations in beans I can use them with a CLI, GUI, or ant. Right now it's straight ant. I know things work but the exception reporting is poor. Working on it! > So far, I can say rock on! This is a pretty cool tool. > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
