I'm using the latest nightly for both AS7 and Tools 3.3. I followed the "getting started" instructions for setting up with eclipse to add a server with the AS7 Runtime profile and managed to add a server. When I try to start the server I get a "server failed to start" dialog and the following console output:
Invalid option '--configuration=default'
The option that it is complaining about is in the launch configuration > arguments tab. Here are the entries:
Program arguments:
--configuration=default
VM arguments:
-server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 "-Dorg.jboss.boot.log.file=C:/Servers/Jboss7/jboss-as-7.0.0.Final/standalone/log/boot.log" "-Dlogging.configuration=file:C:/Servers/Jboss7/jboss-as-7.0.0.Final/standalone/configuration/logging.properties" "-Djboss.home.dir=C:/Servers/Jboss7/jboss-as-7.0.0.Final"