On Tue, 2002-08-13 at 10:07, Vincent Massol wrote: > Yes, you're right, it does it by default. In my experience XML parsing > is very fast (whatever parser you choose, a few ms for 100Ko files or > more), so I don't see XML parsing as a bottleneck.
I could get piccolo to work for building but I couldn't get it to work with the tests but it seemed to be faster. We'll see. > But as you say, OptimizeIt will tell in the end ... > -Vincent > > > > > > -Vincent > > > > > > > -----Original Message----- > > > > From: Jason van Zyl [mailto:[EMAIL PROTECTED]] > > > > Sent: 13 August 2002 14:32 > > > > To: Turbine Maven Users List > > > > Subject: Re: b5 - unit test patterns > > > > > > > > On Tue, 2002-08-13 at 08:49, John Keyes wrote: > > > > > On Tue, 2002-08-13 at 13:38, Jason van Zyl wrote: > > > > > > On Tue, 2002-08-13 at 08:31, John Keyes wrote: > > > > > > > FYI, the generated ant build file does not have any > > > > > > > include pattern in the junit task's fileset child. > > > > > > > > > > > > > > > > > > > Enter an issue with JIRA and I we'll take a look at it. Martin > has > > > > been > > > > > > working on the ant generated build so maybe he'll take a peek > at > > > it. > > > > > No need. When I corrected the previous error the include > pattern > > > > > was present. > > > > > > > > > > As an aside, I think maven should have warned me that my > > > > > original syntax was incorrect. Is there a DTD or XML Schema > > > > > for the project document? > > > > > > > > Yes, but we don't check it every time as once the POM is correct > it > > > will > > > > generally stay that way. > > > > > > > > We also want to plug in a really fast XML parser for general use > so we > > > > don't want to have to use a validating parser all the time. We're > > > > looking at piccolo (which I haven't been able to get to work), > MinML > > > and > > > > Aelfred. We will keep xerces around for the POM validation. > > > > > > > > > -John K > > > > > > > > > > > > > > > > > > > > -- > > > > > To unsubscribe, e-mail: <mailto:turbine-maven-user- > > > > [EMAIL PROTECTED]> > > > > > For additional commands, e-mail: <mailto:turbine-maven-user- > > > > [EMAIL PROTECTED]> > > > > -- > > > > jvz. > > > > > > > > Jason van Zyl > > > > [EMAIL PROTECTED] > > > > http://tambora.zenplex.org > > > > > > > > In short, man creates for himself a new religion of a rational > > > > and technical order to justify his work and to be justified in it. > > > > > > > > -- Jacques Ellul, The Technological Society > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: <mailto:turbine-maven-user- > > > > [EMAIL PROTECTED]> > > > > For additional commands, e-mail: <mailto:turbine-maven-user- > > > > [EMAIL PROTECTED]> > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: <mailto:turbine-maven-user- > > [EMAIL PROTECTED]> > > > For additional commands, e-mail: <mailto:turbine-maven-user- > > [EMAIL PROTECTED]> > > -- > > jvz. > > > > Jason van Zyl > > [EMAIL PROTECTED] > > http://tambora.zenplex.org > > > > In short, man creates for himself a new religion of a rational > > and technical order to justify his work and to be justified in it. > > > > -- Jacques Ellul, The Technological Society > > > > > > -- > > To unsubscribe, e-mail: <mailto:turbine-maven-user- > > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:turbine-maven-user- > > [EMAIL PROTECTED]> > > > > -- > 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 In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
