You would also need to add an entry to the build.deps file for the new jar, and update the existing entry for the ra module in build.deps to say it depends on it.
This also reminds me to bring up something. There is a hack in the build.deps file for the adapter with a comment saying it has to duplicate some definitions because the systests module is looking for jca instead of ra. It wasnt clear to be why the systests module had been configured to depend on something that doesnt actually exist in the first place? Robbie On 4 May 2012 15:41, Weston M. Price <[email protected]> wrote: > In the JCA example code, we have a dependency on the Servlet API. Currently > we include a few JEE jars from Geronimo (ejb, jca etc). I would like the > include the geronimo-servlet-spec jar as well. Is it as simple as taking a > copy of the jar and putting it in the java/lib directory or is there > something more to it? > > Regards, > > Weston > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
