Am 31.01.2012 10:28, schrieb Stephane-3: > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > /home/stephane/work/nki/dev/java/projects/springws/client/src/main/java/no/nki/springws/client/utils/Client.java:[25,2] > cannot find symbol > symbol : class ClassPathXmlApplicationContext > location: class no.nki.springws.client.utils.Client > > /home/stephane/work/nki/dev/java/projects/springws/client/src/main/java/no/nki/springws/client/utils/Client.java:[25,47] > cannot find symbol > symbol : class ClassPathXmlApplicationContext > location: class no.nki.springws.client.utils.Client
As you did not give the Client.java file's content, I can only speculate about the actual reasons for this error message. The most likely reason: you forgot to import ClassPathXmlApplicationContext. If you'd like to get help quickly, make a copy of your project, erase every file which is not strictly necessary to reproduce the compilation error, and upload it to, say github. This will make it much easier for potential list users to help you. Kind regards Ansgar --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
