[JBoss-dev] Concrete example of needing the server loader

2002-02-25 Thread Scott M Stark
Here is what I want to do as part of the security unit tests: - Start jboss within Ant with a specified configuration, security manager and policy. The Ant task and security mgr+policy are simple and I have a prototype. The bigger issues is being able to completely specify a config that does not

Re: [JBoss-dev] Concrete example of needing the server loader

2002-02-25 Thread Jason Dillon
I have been using Ant in my production setup to generate the exact config (copy, touch, link, whatever) needed to run the given JBoss node. You might want to think about copying building an isolated jboss home for the tests (pulled from the build jboss home). For example: