You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Thomas Vandahl <tv...@apache.org> on 2009/05/25 21:30:02 UTC

Re: [GUMP@vmgump]: Project db-torque-runtime (in module db-torque) failed

general@gump.apache.org wrote:
> [INFO] Compilation failure
> /srv/gump/public/workspace/db-torque/torque-runtime/src/main/java/org/apache/torque/TorqueInstance.java:[460,8] cannot access org.apache.commons.lang.exception.NestableException
> class file for org.apache.commons.lang.exception.NestableException not found

In this case we catch a ConfigurationException from
commons-configuration. This error obviously means that this Exception is
based on commons-lang. How would we resolve this for the time being?

Thanks in advance.
Bye, Thomas.

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [GUMP@vmgump]: Project db-torque-runtime (in module db-torque) failed

Posted by Stefan Bodewig <bo...@apache.org>.
On 2009-05-25, Thomas Vandahl <tv...@apache.org> wrote:

> general@gump.apache.org wrote:
>> [INFO] Compilation failure
>> /srv/gump/public/workspace/db-torque/torque-runtime/src/main/java/org/apache/torque/TorqueInstance.java:[460,8] cannot access org.apache.commons.lang.exception.NestableException
>> class file for org.apache.commons.lang.exception.NestableException not found

> In this case we catch a ConfigurationException from
> commons-configuration. This error obviously means that this Exception is
> based on commons-lang. How would we resolve this for the time being?

I'll make commons-lang trunk depend on Torque (which really only means
it will be built after Torque).  That way Torque will be getting
commons-lang 2.x (2.4 IIRC) from Gump.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org