can't create .ipr build runner in Agra, build 3776
When I click "Save" button at build configuration page, step 2, nothing
happens. Firefox 2.0.0.2 doesn't do anything, IE complains about the
following error:
Line: 193
Char: 57
Error: Unterminated string constant
Code: 0
URL: http://localhost/admin/createBuild.html?nextStep=2
Clearing the cache doesn't help :)
Vitaly Berov
Please sign in to leave a comment.
Vitaly,
The javascript error has been fixed and will be available in the next EAP.
Most likely, you've specified an ipr file which cannot be obtained from VCS.
Regards,
KIR
--
Kirill Maximov
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
I see the same problem with firefox, nothing is displayed. I managed to solve it by replacing the backslashes with forward slashes in the ipr path (if I use an ant builder it works ok with backslashes).
HTH,
Andrei
Kirill Maximov (JetBrains) wrote:
Yes, fixing ipr file name solved the problem.
Thanks
Vitaly Berov