• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

VSS RuntimeException - The system cannot find the file specified

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,
I am working with cruisecontrol using vss.I am getting problem like this
and if i create the same file which it is expecting then i'm able to access this but again its deleteting the tmp file automatically and its giving same error how can i create this tmp file before it is going to build.
here is my code

<vss vsspath="//build//cruisecontrol-bin-2.5//projects//${project.name}" <br /> login="geeta,Geeta@123" <br /> serverpath="C:\Program Files\Microsoft Visual Studio\VSS"/>

and here is output in console
[cc]Sep-26 19:18:40 Vss - Vss: getting modifications for $//build//cruisecontrol-bin-2.5//projects//
privo4thSep
[cc]Sep-26 19:18:41 Project - Project privo4thSep: idle
[cc]Sep-26 19:18:46 jectController- privo4thSep Controller: build progress event: idle
[cc]Sep-26 19:18:46 Project - Project privo4thSep: next build in 30 seconds
[cc]Sep-26 19:18:46 Project - Project privo4thSep: waiting for next time to build
java.lang.RuntimeException: build__cruisecontrol-bin-2.5__projects__privo4thSep.tmp (The system cannot find th
e file specified)
at net.sourceforge.cruisecontrol.sourcecontrols.Vss.getModifications(Vss.java:205)
at net.sourceforge.cruisecontrol.ModificationSet.getModifications(ModificationSet.java:192)
at net.sourceforge.cruisecontrol.Project.getModifications(Project.java:374)
at net.sourceforge.cruisecontrol.Project.build(Project.java:178)
at net.sourceforge.cruisecontrol.Project.execute(Project.java:138)
at net.sourceforge.cruisecontrol.ProjectWrapper.run(ProjectWrapper.java:69)
at java.lang.Thread.run(Thread.java:534)
[cc]Sep-26 19:18:47 jectController- privo4thSep Controller: build progress event: waiting for next time to bui

can any body help me.
Thanks in adavnce.
 
I didn't do it. You can't prove it. Nobody saw me. The sheep are lying! This tiny ad is my witness!
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic