Re: maven antrun plugin with sql task closing the maven process itself

2011-02-17 Thread Santhosh Nayak
yes, I'm using fork mode to create(start) hsqldb as seperate process. And for closing antrun sql task, there is nothing called fork mode. Thanks, Santhosh -- View this message in context: http://maven.40175.n5.nabble.com/maven-antrun-plugin-with-sql-task-closing-the-maven-process-itself

maven antrun plugin with sql task closing the maven process itself

2011-02-16 Thread Santhosh Nayak
with this behavior of maven antrun. Can any one help in this regard. Thanks, Santhosh -- View this message in context: http://maven.40175.n5.nabble.com/maven-antrun-plugin-with-sql-task-closing-the-maven-process-itself-tp3387689p3387689.html Sent from the Maven - Users mailing list archive

Re: maven antrun plugin with sql task closing the maven process itself

2011-02-16 Thread Zilvinas Vilutis
is there a fork / no fork mode? Use no-fork to create a separate JVM instance for hsqldb...if possible Regards - nothing is impossible -- View this message in context: http://maven.40175.n5.nabble.com/maven-antrun-plugin-with-sql-task-closing-the-maven-process-itself