This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
i am facing some error in my project............
there are around 100 error and each errors say logging manager cannot be resolved
and also 1 error is coming which says that
The declared package "com.strategic.mapping" does not match the expected package "src.com.strategic.mapping"
......
Could you please help me out with this as it is becoming a nightmare for me to rsolve these errors
I know this is a little late, but here goes anyway...
phil sohan wrote:and also 1 error is coming which says that
The declared package "com.strategic.mapping" does not match the expected package "src.com.strategic.mapping"
This error means that you have the wrong "source directory". My guess is that the project directory got marked as a source directory instead of the src directory. To fix this, right-click the project and unmark it as a source directory, then right-click on src and mark it as a source directory. I suspect this might also fix the other errors you got.