Ant exec - cannot run program 'start' CreateProcess error=2

后端 未结 3 1581
孤街浪徒
孤街浪徒 2020-12-20 16:22

I can\'t run the windows \'start\' using ant exec. Ant version 1.7.1.

Here is sample build.xml to recreate the problem



        
3条回答
  •  臣服心动
    2020-12-20 17:02

    How about ? Or start.bat ?

    Also, where is basedir="." pointing to? If you place a just before your tag, does it print the correct folder (the one with the "start" program in it)?

    Additionally, you could add before to see all visible properties.

提交回复
热议问题