System information
What’s New in This Release
Part Number 820-2952-10 Page 23
• The Netbeans embedded application server now automatically shuts down whenever you
perform any of the following project operations (ID-16738):
❍ Clean Project
❍ Create Delta Distribution
❍ Create Jar
❍ Debug Project
❍ Manage Embedded Repository
❍ Profile Project
❍ Run Project
• Identity Manager IDE’s Manage Embedded Repository feature can now import your
customizations as well as default
init.xml
as long as you select the Initialize Repository or
Automatically publish IDM objects repository settings. (ID-16749)
• The following changes have been made to the CBE shipped with Identity Manager
(ID-16812):
❍ Performance enhancements include:
◗ Incremental XML validation (Identity Manager only validates files that have
changed since the last build)
◗ Incremental pattern substitution and copying (Identity Manager only applies
pattern substitutions and copies files that have changed since the last build).
◗ The Build Project action no longer creates a WAR in it's warred form. There is now
a separate Create IDM War action that builds the WAR.
❍ Target names in
build.xml
have been simplified and are now consistent with the
project actions. For more information, refer to ”Ant Targets” in the “Core CBE
(Configuration Build Environment)” section of the
README.txt
provided.
❍ You can now safely run ant targets by right-clicking
build-netbeans.xml
.
❍ JSP validation has been cleaned up, and the “Setup JSP Validation” section of the
README.txt
describes best practices for enabling JSP validation.
❍ Documentation improvements include, an improved overview of the CBE in the
README.txt
and more inline comments in
build.xml
and
build-netbeans.xml
.
❍ A single
CLASSPATH
variable in
build.xml
now controls the
CLASSPATH
for both the
purposes of building and for auto-completion in the JSP and Java editors. For more
information, see the new “How to Add a New JAR Dependency” section provided in
the
README.txt
.