-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
1.0.0-beta-2
-
None
ContainerBase.addNestedJarFileResource has:
private T addNestedJarFileResource(final File resource, final ArchivePath target, final ArchivePath base) throws IllegalArgumentException { ... final String adjustedPath = path.substring(path.indexOf("!/") + 2, path.length());
This fails on Windows OS where the Path separator is \. https://issues.jboss.org/browse/AS7-1022 shows the failing case.
- blocks
-
AS7-1022 AS7 build consistently fails on Windows OS
- Resolved