Skip to content

Commit d5b7820

Browse files
authored
Merge pull request #284 from aguibert/ignore-missing-lafiles
Ignore missing wlp/lafiles/ dir during runnable jar packaging
2 parents 26d1add + d5427b4 commit d5b7820

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dev/com.ibm.ws.kernel.boot.core/src/com/ibm/ws/kernel/boot/internal/commands/PackageProcessor.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,6 @@ private List<ArchiveEntryConfig> createMinifyConfigs(String processName) throws
373373
if (lafilesDir.exists()) {
374374
DirEntryConfig lafilesDirConfig = new DirEntryConfig(PACKAGE_ARCHIVE_ENTRY_PREFIX + "lafiles", lafilesDir, true, PatternStrategy.IncludePreference);
375375
entryConfigs.add(lafilesDirConfig);
376-
} else if (isJarPackage) {
377-
// Output error and stop
378-
throw new FileNotFoundException(lafilesDir.toString());
379376
}
380377

381378
/*

0 commit comments

Comments
 (0)