Hi Experts,
As we are migrating form EP 7.0 to EP 7.4 .
I got ear file from Par migration tool.
Importing ear in nwds 7.3 and resolving error , I deploy the ear in portal it is working fine.
But when i migrate the web Project to Web dc in Track . It is showing errors at build time but in Java files there is no Red mark .
To resolve errors i have created External Library and ear for External and add the htmlb_api.jar as public part . and Define dependecy in Web dc but it is still showing errors.
Build File is below
Development Component Build (2014-05-31 12:00:27 GMT+05:30 (IST))
Component name: appls/usefullink_d0_newnwdidc_web
Component vendor: adani.com
SC compartment: com.adani_ADANI_PAR_1
Configuration: EP1_ESS_D
Location: EP1_ESS_D
Source code location: http://aimdmp:50100/dtr/ws/ESS/com.adani_ADANI_PAR/dev/inactive/DCs/adani.com/appls/usefullink_d0_newnwdidc_web/_comp/
DC root folder: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\
DC type: Java
Host: ADMINIB-9G29PH6
DC Model check:
DC is available locally
validating dependency to build plugin "sap.com/tc/bi/bp/javaLib"
validating dependency to public part "api" of DC "adani.com/appls/externallib"
validating dependency to public part "archives" of DC "adani.com/appls/externallib"
validating dependency to public part "extlib_assembly" of DC "adani.com/appls/externallib"
validating dependency to public part "extlib_compilation" of DC "adani.com/appls/externallib"
validating dependency to used DC "adani.com/appls/extlibear"
validating dependency to public part "extlibear_assembly" of DC "adani.com/appls/extlibear"
DC model check OK
Start build plugin:
using build plugin: sap.com/tc/bi/bp/javaLib
starting build plugin from : C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\sap.com\tc\bi\bp\javaLib\_comp\gen\default\public\saplib\
Build Plugin 'JavaPlugin', Version 7.30 SP 5 (NW731CORE_10_REL, built on 2013-11-30 00:01:40 +0100, CL166627)
development component: appls/usefullink_d0_newnwdidc_web (adani.com)
software component: ADANI_PAR (com.adani)
location: EP1_ESS_D
type: Java
build variant: default
source location: http://aimdmp:50100/dtr/ws/ESS/com.adani_ADANI_PAR/dev/inactive/
output location: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\t2\467E48D66F1396B5F9AE0955FA811780\default
generation folder: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\t\467E48D66F1396B5F9AE0955FA811780
plugin start time: 2014-05-31 12:00:28 GMT+05:30 (IST)
Java VM: SAP Java Server VM, 6.1.066 24.55-b13 (1.6, SAP AG)
General options:
convert *.xlf to *.properties: yes
include sources for debugging: yes
Package folder ".apt_generated" exists but is empty and will be ignored.
Checking path lengths for sources
Path length checks finished in 0 seconds
Preparing data context..
Data context preparation finished in 0.015 seconds
Creating Ant build file..
Creating output file: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\t2\467E48D66F1396B5F9AE0955FA811780\default\logs\build.xml
Using Java class: com.sap.tc.buildplugin.BuildJavaLib
Build file creation finished in 0.063 seconds
Starting Ant..
Using build file: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\t2\467E48D66F1396B5F9AE0955FA811780\default\logs\build.xml
Using build target: build
Using Ant version: 1.7.1
compile:
[echo] Starting Java compiler using the current JVM
[echo] Settings:
[echo] debug: on
[echo] optimize: off
[echo] deprecation: default
[echo] verbose: default
[echo] encoding: UTF-8
[echo] source: 1.6
[echo] target: 1.6
[echo] source path: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src
[echo] class path: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\externallib\_comp\gen\default\public\extlib_compilation\lib\java\com.sap.portal.htmlb_api.jar
[echo] output dir: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\t\467E48D66F1396B5F9AE0955FA811780\classes
[javac] Compiling 7 source files to C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\t\467E48D66F1396B5F9AE0955FA811780\classes
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Alert.java:3: package com.sapportals.portal.prt.component does not exist
[javac] ERROR: import com.sapportals.portal.prt.component.*;
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Alert.java:4: package com.sapportals.portal.prt.resource does not exist
[javac] ERROR: import com.sapportals.portal.prt.resource.IResource;
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Alert.java:6: cannot find symbol
[javac] ERROR: symbol: class AbstractPortalComponent
[javac] ERROR: public class Alert extends AbstractPortalComponent
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Alert.java:8: cannot find symbol
[javac] ERROR: symbol : class IPortalComponentRequest
[javac] ERROR: location: class com.adani.usefullink.Alert
[javac] ERROR: public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Alert.java:8: cannot find symbol
[javac] ERROR: symbol : class IPortalComponentResponse
[javac] ERROR: location: class com.adani.usefullink.Alert
[javac] ERROR: public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:3: package javax.servlet.http does not exist
[javac] ERROR: import javax.servlet.http.HttpSession;
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:9: package com.sapportals.portal.prt.component does not exist
[javac] ERROR: import com.sapportals.portal.prt.component.IPortalComponentContext;
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:10: package com.sapportals.portal.prt.component does not exist
[javac] ERROR: import com.sapportals.portal.prt.component.IPortalComponentRequest;
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:11: package com.sapportals.portal.prt.component does not exist
[javac] ERROR: import com.sapportals.portal.prt.component.IPortalComponentResponse;
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:13: cannot access com.sapportals.portal.prt.component.AbstractPortalComponent
[javac] ERROR: class file for com.sapportals.portal.prt.component.AbstractPortalComponent not found
[javac] ERROR: public class Userful extends PageProcessorComponent {
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:18: cannot find symbol
[javac] ERROR: symbol : class HttpSession
[javac] ERROR: location: class com.adani.usefullink.Userful
[javac] ERROR: static HttpSession session;
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userlinkformail.java:15: package com.sap.security.api does not exist
[javac] ERROR: import com.sap.security.api.IUser;
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userlinkformail.java:20: package com.sapportals.portal.prt.component does not exist
[javac] ERROR: import com.sapportals.portal.prt.component.IPortalComponentContext;
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userlinkformail.java:23: package com.sapportals.portal.prt.runtime does not exist
[javac] ERROR: import com.sapportals.portal.prt.runtime.PortalRuntime;
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\usefullinknew.java:4: package javax.servlet.http does not exist
[javac] ERROR: import javax.servlet.http.HttpSession;
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\usefullinknew.java:7: package com.sapportals.connector.connection does not exist
[javac] ERROR: import com.sapportals.connector.connection.IConnection;
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\usefullinknew.java:12: package com.sapportals.portal.prt.component does not exist
[javac] ERROR: import com.sapportals.portal.prt.component.IPortalComponentContext;
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\usefullinknew.java:20: cannot find symbol
[javac] ERROR: symbol : class HttpSession
[javac] ERROR: location: class com.adani.usefullink.usefullinknew
[javac] ERROR: static HttpSession session;
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Alert.java:11: cannot find symbol
[javac] ERROR: symbol : class IResource
[javac] ERROR: location: class com.adani.usefullink.Alert
[javac] ERROR: IResource jspResource = request.getResource(IResource.JSP,"jsp/"+request.getParameter("page"));
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Alert.java:11: cannot find symbol
[javac] ERROR: symbol : variable IResource
[javac] ERROR: location: class com.adani.usefullink.Alert
[javac] ERROR: IResource jspResource = request.getResource(IResource.JSP,"jsp/"+request.getParameter("page"));
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:29: cannot find symbol
[javac] ERROR: symbol : class IPortalComponentRequest
[javac] ERROR: location: class com.adani.usefullink.Userful.UserfulDynPage
[javac] ERROR: IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest();
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:29: cannot find symbol
[javac] ERROR: symbol : class IPortalComponentRequest
[javac] ERROR: location: class com.adani.usefullink.Userful.UserfulDynPage
[javac] ERROR: IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest();
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:30: cannot find symbol
[javac] ERROR: symbol : class IPortalComponentResponse
[javac] ERROR: location: class com.adani.usefullink.Userful.UserfulDynPage
[javac] ERROR: IPortalComponentResponse response = (IPortalComponentResponse) this.getResponse();
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:30: cannot find symbol
[javac] ERROR: symbol : class IPortalComponentResponse
[javac] ERROR: location: class com.adani.usefullink.Userful.UserfulDynPage
[javac] ERROR: IPortalComponentResponse response = (IPortalComponentResponse) this.getResponse();
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:35: cannot find symbol
[javac] ERROR: symbol : class IPortalComponentRequest
[javac] ERROR: location: class com.adani.usefullink.Userful.UserfulDynPage
[javac] ERROR: IPortalComponentRequest req = (IPortalComponentRequest) this.getRequest();
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:35: cannot find symbol
[javac] ERROR: symbol : class IPortalComponentRequest
[javac] ERROR: location: class com.adani.usefullink.Userful.UserfulDynPage
[javac] ERROR: IPortalComponentRequest req = (IPortalComponentRequest) this.getRequest();
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:65: cannot find symbol
[javac] ERROR: symbol : class IPortalComponentContext
[javac] ERROR: location: class com.adani.usefullink.Userful.UserfulDynPage
[javac] ERROR: IPortalComponentContext ctxt = ((IPortalComponentRequest)getRequest()).getComponentContext();
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:65: cannot find symbol
[javac] ERROR: symbol : class IPortalComponentRequest
[javac] ERROR: location: class com.adani.usefullink.Userful.UserfulDynPage
[javac] ERROR: IPortalComponentContext ctxt = ((IPortalComponentRequest)getRequest()).getComponentContext();
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:155: cannot find symbol
[javac] ERROR: symbol : class IPortalComponentRequest
[javac] ERROR: location: class com.adani.usefullink.Userful.UserfulDynPage
[javac] ERROR: IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest();
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:155: cannot find symbol
[javac] ERROR: symbol : class IPortalComponentRequest
[javac] ERROR: location: class com.adani.usefullink.Userful.UserfulDynPage
[javac] ERROR: IPortalComponentRequest request = (IPortalComponentRequest) this.getRequest();
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:156: cannot find symbol
[javac] ERROR: symbol : class IPortalComponentResponse
[javac] ERROR: location: class com.adani.usefullink.Userful.UserfulDynPage
[javac] ERROR: IPortalComponentResponse response = (IPortalComponentResponse) this.getResponse();
[javac] ERROR: ^
[javac] ERROR: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\src\com\adani\usefullink\Userful.java:156: cannot find symbol
[javac] ERROR: symbol : class IPortalComponentResponse
[javac] ERROR: location: class com.adani.usefullink.Userful.UserfulDynPage
[javac] ERROR: IPortalComponentResponse response = (IPortalComponentResponse) this.getResponse();
[javac] ERROR: ^
Ant runtime 0.421 seconds
Ant build finished with ERRORS
Compile failed; see the compiler error output for details.
Build stopped due to an error: Compile failed; see the compiler error output for details.
Build plugin finished at 2014-05-31 12:00:29 GMT+05:30 (IST)
Total build plugin runtime: 1.732 seconds
Build finished with ERROR
==== Post-Processing ==== started at 2014-05-31 12:00:29.905 IST
Copy the build logs
from: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\t2\467E48D66F1396B5F9AE0955FA811780\default\logs\
to: C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\gen\default\logs\
Build results in folder C:\Users\IBM_ADMIN\Desktop\Jayesh\nwds-extsoa-7.3-EHP1-SP11-PAT0002-win32\eclipse\workspace.jdi\0\DCs\adani.com\appls\usefullink_d0_newnwdidc_web\_comp\gen\default\ remain unchanged.