Hi Michael, sorry for being so short ;-)
Start looking at the build.xml that starts the whole process http://webtest.canoo.com/fisheye/viewrep/CanooWebTest/selftests/tests/build. xml?r=11316 The target "setup.project.dtd" has a little Groovy script that generates the project.dtd to automagically include all entities. All your webtest.xml files simply refer to that dtd directly or to a master dtd that includes the project.dtd. That way, you can simply create a file like myBla.xml in the includes folder and use &myBla; in your tests without any further work. hope that helps Mittie P.S. no need to work with selftest.war > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Michael Knapp > Sent: Donnerstag, 15. Juni 2006 22:19 > To: [email protected] > Subject: RE: [Webtest] Including entity declarations > > > Thanks Mittie. > Unfortunately, I can't quite grok what you're talking about. I looked > at the link you sent (also extraceted selftest.war and examined that); > I see there's a file called projects.dtd that includes the entity > declarations. Are you saying that if I have a similar project.dtd file > that has all my entity declarations, my files will all have access to > those declarations? Where should I keep the file? Do I need to invoke > it somehow or is it all automagic? > > Thanks > mike > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Dierk Koenig > > Sent: Thursday, June 15, 2006 12:20 PM > > To: [email protected] > > Subject: RE: [Webtest] Including entity declarations > > > > Hi Michael, > > > > have a look at the Canoo WebTest selftest for an example > > http://webtest.canoo.com/fisheye/viewrep/CanooWebTest/selftests > > > > All entities are stored in the 'includes' directory. > > > > As part of the build a 'project.dtd' is created from the > > content of that directory with an entity with the same name > > as the file referring to each file. > > > > hope that helps > > Mittie > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] Behalf Of Michael Knapp > > > Sent: Donnerstag, 15. Juni 2006 21:10 > > > To: [email protected] > > > Subject: [Webtest] Including entity declarations > > > > > > > > > Hi - is there a way to include my entity declaration of the form: > > > > > > <!DOCTYPE project [ > > > <!ENTITY addmgproduct SYSTEM "../modules/addMonogramProductTo.xml"> > > > . > > > . > > > . > > > <!ENTITY verifyprofile SYSTEM "../includes/verifyProfile.xml"> > > > > > > ]> > > > > > > > > > In my use cases? Currently I am using Ant's token filter, > > but that > > > entails doing a full build every time I add an entity > > declaration to > > > the list. My objective is to have the same set of entities > > declared > > > for each use case, maintaining that list in one place (it > > is quite a > > > large list). > > > > > > Thanks > > > mike > > > _______________________________________________ > > > WebTest mailing list > > > [email protected] > > > http://lists.canoo.com/mailman/listinfo/webtest > > _______________________________________________ > > WebTest mailing list > > [email protected] > > http://lists.canoo.com/mailman/listinfo/webtest > > > > > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

