who/what is consuming the resource configuration?
Glassfish/WebSphere/Tomcat/Resin?
Martin
__
Verzicht und Vertraulichkeitanmerkung / Note de déni et de confidentialité
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger
se
Simple way...is a Build Exception thrown?
I would assume that if a task (custom or not) is unable to perform the "task"
it is designed to do then it is the task's responsibility to communicate that
back to the callee...outside of a onerror property (on such) the throwing of a
well-informed Bui
Johannes,
I've written a classloader that handles that specific situation. You can
view the source at:
http://antelope.tigris.org/source/browse/antelope/src/ise/antelope/launcher/SubJarClassLoader.java?rev=1.1&view=markup
This code is distributed with Antelope, the source is available at
htt
Johannes Rieken wrote:
>Hi everyone!
>
>I 've written a custom ant task which I deploy as a jar file. This jar file
>contains another jar file which is read during task execution.
>I'm using the static method "ClassLoader.getSystemResource(String):URL" to
>access resources in jar file which usu
.org>
>To: Ant Users List <user@ant.apache.org>
>Subject: Re: Custom Ant Task with 3rd party library dependency
>Date: Tue, 03 May 2005 17:03:31 +0100
>MIME-Version: 1.0
>Received: from mail.apache.org ([209.237.227.199]) by
mc6-f39.hotmail.com with Microsoft SMTPSVC(6.0.379
eply-To: "Ant Users List" <user@ant.apache.org>
>To: Ant Users List <user@ant.apache.org>
>Subject: Re: Custom Ant Task with 3rd party library dependency
>Date: Tue, 3 May 2005 07:01:41 -0700 (PDT)
>MIME-Version: 1.0
>Received: from mail.apache.org ([209.237
s in the System classpath (ie. ANT_HOME/lib)..
Can anyone confirm either way??
>From: Ivan Ivanov <[EMAIL PROTECTED]>
>Reply-To: "Ant Users List" <user@ant.apache.org>
>To: Ant Users List <user@ant.apache.org>
>Subject: Re: Custom Ant Task with 3rd party librar
On Tue, 03 May 2005, Ben Gill <[EMAIL PROTECTED]> wrote:
> Has anyone got a nice, tidy way of making 3rd party jar files
> available to a custom task?
It should work if your third party task and spring come from the same
place.
The easiest way of course is to bundle them in the same jar.
But th
Hello Ben,
Have you tried with to your custom task with
classpath nested tag:
HTH Ivan
--- Ben Gill <[EMAIL PROTECTED]> wrote:
> Hi,
>
> My custom Ant task relies on the Spring jar files,
> but whatever I try, I get
> a class not found exception..
>
> I read a lot of posts on this