• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hudson + SvnAnt then i have a problem svnExists can't use

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello

i wrote ant script for check my version number make sure that it won't be conflict :



A true or false Should have been passed to <fail> tag but i found that <svnExists> can only return false wether "${ci.prod.id}_V${prod.version}_REL" exists or not.

i wrote a test script below:



but wether item exists in subversion repository or not ${testprop} will give false value.

it could be a hudson's bug? or SvnAnt's bug?

someone can help me?

 
reply
    Bookmark Topic Watch Topic
  • New Topic