On Tue, Feb 04, 2003 at 05:00:56PM +0000, Sean Radford wrote:
> I should add that the only location of the problem Class is in a jar in
> my local maven repository and referenced as a project dependency.
> 

Not sure, that this is your problem, but try to add in project.xml to
that dependency the classloader property "root.maven":

    <dependency>
      <id>YOUR_ID</id>
      <version>YOUR_VERSION</version>
      <url>YOUR_URL</url>
      <properties>
        <classloader>root.maven</classloader>
      </properties>
    </dependency>

incze

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

Reply via email to