Hi,
> BUILD FAILED
> java.lang.NoClassDefFoundError: org/apache/oro/text/perl/Perl5Util
This is more of a user list question, but it looks to me like you're
missing a dependency for p4sync
http://ant.apache.org/manual/OptionalTasks/perforce.html
This page explains that you need the oro jar on yo
I would like to add the perforce task within the build file. I have this code
in there
All the 'x' are for protected ones.
I get this error ..
Buildfile: C:\p4\xx\build.xml
p4sync:
BUILD FAILED
java.lang.NoClassDefFoundError: org
On Thu, 14 Aug 2008, Gilles Scokart <[EMAIL PROTECTED]> wrote:
> I remember a discussion about lower case / mixed case attributes of
> the ivy ant task but I don't remind me the conclusion and I didn't
> find it back.
Ant doesn't care, it is not case sensitive on attributes.
> PS : It is not rel
"Gilles Scokart" <[EMAIL PROTECTED]> wrote on 08/14/2008 04:46:55 AM:
> I remember a discussion about lower case / mixed case attributes of
> the ivy ant task but I don't remind me the conclusion and I didn't
> find it back.
I don't think the parser cares, right? I've seen plenty of build.xml fil
I remember a discussion about lower case / mixed case attributes of
the ivy ant task but I don't remind me the conclusion and I didn't
find it back.
For the next change (adding an option to tell to not compute
ivy.deps.changed) I have added an task attribute 'checkIfChanged'
mixed case. Should I
See
http://ant.apache.org/ivy/history/latest-milestone/configuration/typedef.html
2008/8/14 Roman Mazur <[EMAIL PROTECTED]>:
> Hello.
> Can you explain me how to install my own implementation of the dependency
> resolver?
> I've extended class URLResolver, but how can I realy use it in my
> confi
Hello.
Can you explain me how to install my own implementation of the dependency
resolver?
I've extended class URLResolver, but how can I realy use it in my
configuration files?
Should I pack it to the one jar with Ivy core?
Looking forward your suggestions,
Roman Mazur.