Re: Maven project can't access class file.

2011-10-10 Thread Christophe
Hi, I have the same issue. After renaming my projects, maven cannot resolve dependencies anymore. I check the projects group ids, artifacts ids, and versions. All looks fine but I have a similar message than the one you described. I have the following error : [ERROR]

Re: Maven project can't access class file.

2011-10-10 Thread Wayne Fay
[ERROR] \workspaces\workspace-pm\project\src\main\java\com\company\portal\emc\WBEMConstants.java:[9,0] cannot access GenericClient [ERROR] file GenericClient.class not found [ERROR] found   : com.company.portal.common.model.Discovery [ERROR] required: Discovery These errors are coming out

Maven project can't access class file.

2011-07-18 Thread Jeff Bennett
Hello All, I've been Googling frantically trying to figure out what the problem is with my project, and nothing has answered my question so far. The error I'm getting is: COMPILATION ERROR : -

Re: Maven project can't access class file.

2011-07-18 Thread Barrie Treloar
I can't see anything wrong with what you are doing so far. Is this code on an accessible repository? A stupid thing to ask, but there is an import statement for JCasAnnotator_ImplBase in FileAnnotator? - To unsubscribe, e-mail: