Hi !!! i need to make an update for this issue, I can correct almost all the import errors, seems that the NWDS doesn´t take the changes at first time and I need to restart it every single change at the dependencies.
Know i´m facing the issue with the tags :
<%@ taglib uri="/isa" prefix="isa"%>
<%@ taglib uri="/icss-tag" prefix="icss"%>
I already check the web.xml in crm/icss/web/icss and it has this definition and the crm/icss/web/icss_b2c component has it as dependency but all the JSP´s inside of it has a missing taglib error.
<taglib>
<taglib-uri>/icss-tag</taglib-uri>
<taglib-location>/WEB-INF/tlds/icss-tag.tld</taglib-location>
</taglib>
<taglib>
<taglib-uri>/isa</taglib-uri>
<taglib-location>/WEB-INF/isa.tld</taglib-location>
</taglib>
Any clue about this will be very helpful, thanks !