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
I was trying to configure Arquillian tests and i got some blocker issues i wasnt able to resolve. For example:
Eclipse cant run junit tests for ceylon projects because junit doesnt know anything about ceylon classpath and throws ClassNotFoundException for typechecker, etc.. probably even if i add it to classpath there will be problems for metadata
For arquillian tests i need to mount the jar as i was doing in the beginning, i tried just adding the final jar but it does not work because we need only our created jar and not all the swarm environment
So, probably one option is to have some kind of task from swarm plugin to make it possible.
Marking @gavinking because I have talked with him about this issue.
The text was updated successfully, but these errors were encountered:
Theres an integration for swarm and arquillian https://wildfly-swarm.gitbooks.io/wildfly-swarm-users-guide/content/testing/arquillian.html and i need to create the jar and run it, but doing all this programatically in pure ceylon i had same problem as trying to run swarm without the plugin. So, i believe we would need some kind of feature in plugin to support it
I was trying to configure Arquillian tests and i got some blocker issues i wasnt able to resolve. For example:
So, probably one option is to have some kind of task from swarm plugin to make it possible.
Marking @gavinking because I have talked with him about this issue.
The text was updated successfully, but these errors were encountered: