that did it... cool... so I now I have all the test stuff built, but when I
do run-test I get the following error...

I don't believe I have seen this jboss log4j stuff before.. and my
experience with log4j is limited at best.. anyone know what is going on
here?

run-test:
    [junit] log4j:ERROR A "org.jboss.logging.log4j.ConsoleAppender" object
is not assignable to a "org.apache.log4j.Appender" variable.
    [junit] log4j:ERROR Could not instantiate appender named "Console".
    [junit] log4j:ERROR A
"org.jboss.logging.log4j.JBossCategory$JBossCategoryFactory" object is not
assignable to a "org.apache.log4j.spi.CategoryFactory" variable.
    [junit] Testsuite:
org.apache.torque.engine.database.model.NameFactoryTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.02 sec


----- Original Message -----
From: "Dan Bachelder" <[EMAIL PROTECTED]>
To: "Turbine Developers List" <[EMAIL PROTECTED]>
Sent: Thursday, November 01, 2001 12:35 AM
Subject: Re: [torque] testing and person profiles & update


> Yeah sorry about that, I ended up with half of everything, didn't even
> notice..
>
> is this an Ant 1.4 thing? I cant get to the jakarta web site right now..
so
> I can check in the morning...
>
> C:\dev\jakarta\jakarta-turbine-torque\build-test.xml:109: Class
> org.apache.tools.ant.taskdefs.Ant doesn't support the "inheritall"
attribute
>
>
> ----- Original Message -----
> From: "Jason van Zyl" <[EMAIL PROTECTED]>
> To: "Turbine Developers List" <[EMAIL PROTECTED]>
> Sent: Thursday, November 01, 2001 12:11 AM
> Subject: Re: [torque] testing and person profiles & update
>
>
> > On 11/1/01 12:03 AM, "Dan Bachelder" <[EMAIL PROTECTED]> wrote:
> >
> > > this stuff is looking great!
> > >
> > > could you check in
> > >
> > > src/test/bookstore-schema.xml
> >
> > it's in there:
> >
> >
>
http://cvs.apache.org/viewcvs/jakarta-turbine-torque/src/test/bookstore-sche
> > ma.xml?rev=1.1&content-type=text/vnd.viewcvs-markup
> >
> > > thanks.
> > >
> > >
> > > ----- Original Message -----
> > > From: "Jason van Zyl" <[EMAIL PROTECTED]>
> > > To: "Turbine Developers List" <[EMAIL PROTECTED]>
> > > Sent: Wednesday, October 31, 2001 10:18 PM
> > > Subject: [torque] testing and person profiles & update
> > >
> > >
> > >> Hi,
> > >>
> > >> There is now a quick start at a profile based testing system. It's
> really
> > >> just a properties file for personalized setup for testing. There's an
> > >> example in the profile/ directory.
> > >>
> > >> The setup is simple right now, but we can soon add a mechanism so
that
> a
> > > set
> > >> of profiles can be run so that an individual can test as many
databases
> as
> > >> they wish.
> > >>
> > >> It would be nice if people kept their profiles in CVS and than people
> can
> > >> glance and see what's being tested. An extensive testing of torque
and
> all
> > >> its capabilities is going to get pretty complicated so any
suggestions
> are
> > >> welcome.
> > >>
> > >> For the purposes of testing you need to set the following property:
> > >>
> > >> torque.testProfile
> > >>
> > >> You can set this in a ${project}/build.properties or your
> > >> ${user.home}/build.properties. Doesn't matter.
> > >>
> > >> Just look at the jvz.profile example to see what you have to set in
the
> > >> profile for the tests to work. Basically your standard torque
> properties
> > > and
> > >> the name of the jar that contains your JDBC driver. I'm sure some
other
> > >> values can be popped in later: it's a simple start but hopefully it
> will
> > >> allow anyone to test if they wish.
> > >>
> > >> I also did some more cleanup of the tasks, basically amounts to
> properly
> > >> nabbing file names using the built-in project.resolveFile(file)
method
> > > that
> > >> is available in all ant tasks.
> > >>
> > >> I've also started using SQL to create the databases and it's working
> fine
> > >> with postgresql and mysql. The creation of shell scripts to call
system
> > >> commands to create the databases is gone! Yaaaay!
> > >>
> > >> I've nuked the platform specific templates and replaced them with a
> single
> > >> createdb.vm. So if anyone wants to take a crack at templates for
> databases
> > >> other than postgres and mysql go nuts. Patches will go in quickly as
> I'll
> > > be
> > >> working every night on this to try and get a full testbed flying by
> this
> > >> Monday.
> > >>
> > >> --
> > >>
> > >> jvz.
> > >>
> > >> Jason van Zyl
> > >>
> > >> http://tambora.zenplex.org
> > >> http://jakarta.apache.org/turbine
> > >> http://jakarta.apache.org/velocity
> > >> http://jakarta.apache.org/alexandria
> > >> http://jakarta.apache.org/commons
> > >>
> > >>
> > >>
> > >> --
> > >> To unsubscribe, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > >> For additional commands, e-mail:
> > > <mailto:[EMAIL PROTECTED]>
> > >>
> > >>
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> > --
> >
> > jvz.
> >
> > Jason van Zyl
> >
> > http://tambora.zenplex.org
> > http://jakarta.apache.org/turbine
> > http://jakarta.apache.org/velocity
> > http://jakarta.apache.org/alexandria
> > http://jakarta.apache.org/commons
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> >
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to