Re: Perforce Sync

2008-08-14 Thread Kevin Jackson
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

Perforce Sync

2008-08-14 Thread pmallur
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

Re: svn commit: r683552 - in /ant/ivy/core/trunk: ./ doc/use/ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/core/report/ src/java/org/apache/ivy/core/resolve/ test/java/org/apache/ivy/ant/

2008-08-14 Thread Stefan Bodewig
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

Re: svn commit: r683552 - in /ant/ivy/core/trunk: ./ doc/use/ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/core/report/ src/java/org/apache/ivy/core/resolve/ test/java/org/apache/ivy/ant/

2008-08-14 Thread Jeffrey E Care
"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

Re: svn commit: r683552 - in /ant/ivy/core/trunk: ./ doc/use/ src/java/org/apache/ivy/ant/ src/java/org/apache/ivy/core/report/ src/java/org/apache/ivy/core/resolve/ test/java/org/apache/ivy/ant/

2008-08-14 Thread Gilles Scokart
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

Re: Extending Ivy

2008-08-14 Thread Gilles Scokart
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

Extending Ivy

2008-08-14 Thread Roman Mazur
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.