Hallo,
please look at testsuite/build.xml where jboss.internal-server.classpath is defined. First there is no jboss.jar in the server. So the line needs to be removed.
Now server manager requires 2 additional jars for its operations. I wonder if I can just include jboss-client.jar to jboss.internal-server.classpath and use it, or should I define a separate classpath with the jars needed? If so where should I do so - in build.xml (makes more sense to me) or imports/server-config.xml?
I think the best would be to reuse jboss.internal-server.classpath
btw from its comment I'm not sure anything really uses it.
Thanks
Please ignore for now. I misunderstood the directory path.