Questions tagged as 'ant'

1
answer

Execute ssh command on a remote server

I'm working on an Ant to pass files to a remote server and that works well for me, but at the time of running a .bat on the remote server to organize all the files that happened, I do not know what the problem is so that, instead of running exec...
asked by 13.06.2017 / 09:46
0
answers

Ant task runs ignored tests (@Ignore)

Holas In my build.xml I have the integration-test task which runs my integration tests. The problem is that when I execute the task, it also runs the tests with the @Ignore tag, which should not run.} This is the target of the build.xml...
asked by 22.03.2018 / 22:11
1
answer

Apache Ant java.lang.NoClassDefFoundError

I am new in Ant , I am doing a program client-server with Eclipse , I am using external libraries: JMapViewer-1.14.1.jar , the server works correctly the client sends me an error. When executing from the Ubuntu...
asked by 11.04.2017 / 16:26
0
answers

Error trying to boot a war in Tomcat

I worked on a ANT project in Spring Tools modifying a WebService , but when generating the war , this can not be started in TomCat7 . How to configure these projects to generate a war that can be started?     
asked by 19.01.2017 / 19:00