I have an app using torque to create a db and some class files. I have a little class that creates the turbine permissions that my program expects as well as a default admin. I would like to be able to load and run this class from within the build. I was thinking something like:
<j:new var="secmanager" className="org.himinbi.directory.SecurityConfig"/> But the classes that I compiled are not on the classpath so I get a ClassNotFoundException. I looked at the JUnit plugin and it uses the fact that <junit> takes a classpath. Anyone have a suggestion? I guess I could write it as an ant task and do a new taskdef. This seems like a bit of a kludge though. Will --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
