Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Build error in eclipse

Tags:

eclipse

I am using eclipse HELIOS. I am getting the following error message whenever I build my project.

alt text

Has anyone else experienced such error? Is it a problem of eclipse or the project? It never occured to me before but for this project its happening. It says NullPointerException but that should not pop up such message.

Please help, its driving me nuts. I need to check in my codes but I cant test them due to this building error.

Let me know if more details is reqd.

like image 901
Anand Avatar asked Mar 05 '26 14:03

Anand


1 Answers

I found the solution. It was a maven plugin issue. Cleaning up the repository solved it.

like image 117
Anand Avatar answered Mar 08 '26 21:03

Anand