major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
defect
If "war.deploy.test" is not set to "true" in the build script, the WEB-INF/test/** folder within the web application should not be deployed; instead, the "war.deploy.test.exclude " folder is excluded from deployment.
Test
- Deploy demo.
- Expected: There is no WEB-INF/test folder in the deployed application.
Code Migration
If you want the files in the WEB-INF/test folder to be deployed, you must add the following to the application’s build.xml:
<property name="war.deploy.test" value="true"/>
be included before the base-build.xml is included.