I ran into the same error with mvn compile. There are some issues with
dependency resolution in mvn and you need to run
mvn test -DskipTests
To compile the code.
--Bobby
On 8/30/11 7:21 AM, "Praveen Sripati" wrote:
Rerun the build with the below options and see if you can get more
informat
Rerun the build with the below options and see if you can get more
information to solve this.
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
-e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
Thanks,
Praveen
On Tue, Aug 30, 2011 at 1
Hi, I have checked out the HEAD version of Hadoop trunk from svn, and run
into the following errors when I do 'mvn compile'.
Can some one shed some light on what goes wrong?
Thanks a lot,
B.C. 008
NB, I have separately built and installed ProtocolBuffer package:
protocobuf-2.4.1 successfully.