Why is my spawned process still causing IntelliJ to wait?
- by itsadok
I'm trying to start a server as part of an Ant artifact.
Here are the relevant lines:
<exec dir="." executable="cmd.exe" spawn="true">
<arg line="/c c:\Java\james-2.3.2\bin\debug.bat" />
</exec>
If I start it with ant from the command line, a process is spawned and I get a command prompt and everything seems…