• 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

copy a file to a directory that can change part of name with ANT?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need to copy this source file to C:\Program Files (x86)\Jenkins\workspace\vocbench\target\vocbench3-5.0-SNAPSHOT.war

In this destination folder: C:\Program Files (x86)\Jenkins\workspace\VB_deploy\semanticturkey-5.0-SNAPSHOT/deploy/

The problem stems from the fact that the internal name of the folder .../.../semanticturkey-5.0-SNAPSHOT/.../... It may vary over time in 5.1 / 5.2 / 6.0, etc.

I had thought of something like this, but it does not work:


copy the file to a variable, but not to the right destination directory. How can I do?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic