Just in case you missed it:


Also, when downloading AS7, you probably want to activate the shell Wait: https://github.com/forge/core/blob/master/shell/src/test/java/org/jboss/forge/shell/WaitTest.java#L32

~LB3

On Tue, Jul 17, 2012 at 6:35 PM, James Perkins <jperkins@redhat.com> wrote:

On 07/17/2012 02:11 PM, Lincoln Baxter, III wrote:
Hey James,

Awesome work on the AS7 plugin enhancements. I have a few comments :)

It looks like pressing CTRL-C kills the appserver, which may or may not be a good thing.
At this point that is on purpose. I do want to add some support for that, but I need to figure out how to do a proper shutdown process.


[as7-test] as7-test $
[as7-test] as7-test $ [killed]
[as7-test] as7-test $ 16:57:46,157 INFO  [org.jboss.as.osgi] (MSC service thread 1-3) JBAS011942: Stopping OSGi Framework
16:57:46,188 INFO  [org.jboss.as.logging] JBAS011503: Restored bootstrap log handlers
16:57:46,200 INFO  [com.arjuna.ats.jbossatx] ARJUNA032018: Destroying TransactionManagerService
16:57:46,204 INFO  [com.arjuna.ats.jbossatx] ARJUNA032014: Stopping transaction recovery manager
16:57:46,214 INFO  [org.jboss.as] JBAS015950: JBoss AS 7.1.1.Final "Brontes" stopped in 65ms

[as7-test] as7-test $

Also looks like once that is done, when you exit the project, the plugin tries to shut down the server?
Yeah, same as above. Currently just storing the org.jboss.forge.server.Server in the project itself. Probably not the best approach, but I need to do some more investigation there.


[as7-test] as7-test $
[as7-test] as7-test $ cd ..
***INFO*** An event occurred that requires the server be shutdown.
[no project] Desktop $

Also, when downloading AS7, you probably want to activate the shell Wait: https://github.com/forge/core/blob/master/shell/src/test/java/org/jboss/forge/shell/WaitTest.java#L32
Hmm... ...okay. I actually forgot to remove the printing of the output. I think this will get around the issues I was having when the server was started, but applications were deploying though.

[generated-pom] as7 $
[generated-pom] as7 $ as7 setup
 ? The Java Home '/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home' is already set, would you like to override it? [y/N]
 ? A default version of 7.1.1.Final is already set, would you like to override it? [y/N]
 ? Enter path for JBoss AS or leave blank to download:
 ? You are about to download JBoss AS 7.1.1.Final to '/Users/lbaxter/Desktop/as7/target/jboss-as-dist' which could take a while. Would you like to continue? [Y/n]
***SUCCESS*** Installed [AS7ServerFacet] successfully.
[generated-pom] as7 $

Looks great!

--
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."


_______________________________________________
forge-dev mailing list
forge-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/forge-dev

-- 
James R. Perkins
JBoss by Red Hat





--
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."