wildfly-extras / prospero

Prospero is a tool combining Galleon feature packs and wildfly-channels to provision and update Wildfly server.
Apache License 2.0
9 stars 24 forks source link

[JBEAP-27261] On Windows run prospero using temporary jboss-modules to avoid resource locking #707

Closed spyrkob closed 1 week ago

spyrkob commented 1 week ago

Upstream: #706 Issue: https://issues.redhat.com/browse/JBEAP-27261

yersan commented 1 week ago

@spyrkob what about these lines:

https://github.com/wildfly-extras/prospero/blob/c0505f56a792cb15b8ae9786d014fc2c8f4b678e/dist/common/src/main/resources/packages/org.jboss.prospero/content/bin/prospero.bat#L72-L74

It looks like there is a ) that is doing nothing there?

spyrkob commented 1 week ago

Thanks @yersan, updated now