You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Challenge here of course is that outputDirectory is where the ZIP is extracted. Depending on the zip, the subfolder to outputDirectory is probably where you want jbossHome to be set to
Yes is a good challenge.
I think this feature is important to create a test and run it without manual file manipulation.
I volunteered for this. If you have any suggestions do not hesitate to tell to me.
Since you won't know the content of the zip based on the maven configuration, and the maven build is not ran before you're suppose to know this.. Two options come to mind:
defer the sub folder name from the zip file. Assume x.zip will be extracted to output/x, make exception rules where this rules does not work
understand the maven config, download the zip file and check the content. This could trigger a 150mb download and could take some time.
The managed containers normally need to set some location (jbossHome, catalinaHome) in arquillian.xml
When you install a new container and answer yes to
"Do you want Arquillian to install the container?"
and
"Where do you want to install the container?" xxxx
A arquillian.xml container configuration with the correct property should be set refering to xxxx
e.g.
The text was updated successfully, but these errors were encountered: