Le 18 avr. 2011 à 15:56, Felix Drueke a écrit :
> Hi,
>
> I think the usual procedure to set the classpath via Ivy is to use the
> cachepath-task.
> So I assume the following is a very common structure:
>
>
>
>
>
>
>
>
>
> classpathref="build.path" />
>
use the ant task supplying the antfile to indicate location of build.xml and
target
http://ant.apache.org/manual/CoreTasks/ant.html
Martin
__
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relates to the official
This works perfect for the and the tasks.
however i still could not find out how I should do the same for the excution
of an custom ant task.
everything is perfect for the but when I want to actually exceute
my own task the classpath defined in the is not used.
ralf
On 7/7/06, [EMAIL PROTECTE
The problem is in fact that always ignores any classpath
specified, because SUN's java does when using the -jar command line
switch. See the JDK Tools documentation (or my answer to the 'unusual'
post of the 4th of July...)
Use to be able to specify a classpath. --DD
Thanks
Appreciate your help
On 7/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>It seems like i'm not getting the classpath setting correctly
>hence there is an error in executing my jar file..
>
>
>
>
>
>
>
>
>classpathref="libraries">
>