简体   繁体   中英

Issue with build which build by eclipse and ant script

I am trying to build my project using ANT script through Eclipse. By Friday it works fine.... but from last two day whichever build I am building from my workspace, Build is done successfully but when I try to deploy that ear It gives me following Error and my ear not getting deploy.

[DispatcherPortlet] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'PreReportController' defined in PortletContext resource [/WEB-INF/context/PreReport-portlet.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.adgo.portlet.PreReportController]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
    The import com.adgo.usercommon cannot be resolved
    The import app cannot be resolved
    The import app cannot be resolved
    The import app cannot be resolved
    The import app cannot be resolved
    The import app cannot be resolved
    The import app cannot be resolved
    The import app cannot be resolved
    The import com.k2.event cannot be resolved
    The import com.k2.util cannot be resolved
    The import com.k2.util cannot be resolved
    CustomeLogger cannot be resolved

I Don't know what went wrong. I have 5 workspace with me with all in running state. But now all builds which from all these work space giving me same error. I didn't change my java for Eclipse and JBoss. Please suggest me. I don't know is this problem with my Java/Eclipse/System/Jboss.......

There seeme to be some kind of compilation issues with the com.adgo.portlet.PreReportController class.

Try to resolve them. Make sure you have all the needed libraries. You might have to put some of the libraries at server side folder too.

If the above two are checked, you shouldn't be facing this error.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM