Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » ant build task for perforce
ant build task for perforce [message #290828] Thu, 01 September 2005 19:45 Go to next message
Eclipse UserFriend
Originally posted by: gregh.icarz.com

I am getting this error while executing the ant task for P4.

Thanks for your help
java.lang.NoClassDefFoundError: org/apache/oro/text/perl/Perl5Util
Re: ant build task for perforce [message #290830 is a reply to message #290828] Thu, 01 September 2005 19:56 Go to previous message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
Have you included the required libraries for the task?

From the Ant manual:
Note: These tasks require the oro 2.0.XXX regular expression package.
Simply download this package and copy the jakarta-oro-2.0.XXX.jar file into
Ant's lib directory. You will also need the Perforce client executable (p4
or p4.exe but not p4win.exe) in your path.

So in Eclipse you will need to add the required JARs to your Ant runtime
classpath either globally or for the particular launch configuration for the
build that uses this task.

HTH
Darins

"Greg Heller" <gregh@icarz.com> wrote in message
news:df7loq$ac1$1@news.eclipse.org...
> I am getting this error while executing the ant task for P4.
>
> Thanks for your help
> java.lang.NoClassDefFoundError: org/apache/oro/text/perl/Perl5Util
>
>
>
>
>
>
>
>
Previous Topic:How to get selected object from a tree view?
Next Topic:Delaying creation of WizardPages
Goto Forum:
  


Current Time: Thu Apr 25 05:52:58 GMT 2024

Powered by FUDForum. Page generated in 0.03155 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top