I would like to add the perforce task within the build file. I have this code in there
<target name="p4sync"> <taskdef name="perforcesync" classname="org.apache.tools.ant.taskdefs.optional.perforce.P4Sync"/> <p4sync force="true" view="//depot/xxxxxx/... //xxxxxx/xxxxxx/... " user="xxxxx" port="x.x.x.x:xxxx" client="xxxx" /> </target> All the 'x' are for protected ones. I get this error .. Buildfile: C:\p4\xxxxxx\build.xml p4sync: BUILD FAILED java.lang.NoClassDefFoundError: org/apache/oro/text/perl/Perl5Util Total time: 234 milliseconds Can someonetell me if you have got this task working correctly.. Thanks Nima -- View this message in context: http://www.nabble.com/Perforce-Sync-tp18985183p18985183.html Sent from the Ant - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]