Is there a way to produce artifacts when using the Ipr runner?
I have an Ipr run build config that builds fine but produces only .class files as output. I was wondering if there was a way to simulate what IDEA does when you choose "build jar" from IDEA's build menu? It's seems that Ipr should be able to produce packaged archives. Am I missing something?
Please sign in to leave a comment.
Hello Vincent,
Unfortunately, TeamCity's IPR runner cannot build jars.
There is a related issue in our tracker: http://jetbrains.net/tracker/issue/TW-2438 , please vote/watch.
Kind regards,
KIR
I am also interested in a solution to this issue.
Thanks for the answer, I will definitely vote and watch. I'm guess a good workaround at this point would be to use IDEA's capability to generate an ant build and use that as the runner?
You're right, this is how we cope with the problem by the moment.