• 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
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

jbuilder x - bug with vss

 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
we had someone on our team start using jbuilder x. the rest of us are primarily eclipse users. it seems that jbuilder x will allow you to create a folder in vss named "$" without the quotes. you can create a new class in a project with the package name of $ and then give the class a name. then check the class into vss using jbuilder. for us it took a while, but it finally came back ok. the folder was added to vss. vss treats this folder as a recursive folder to its parent, similar to a filesystem folder named "..".
we tried to delete it from jbuilder, but it couldn't.
it could be argued that its a bug in vss itself since jbuilder just uses (hopefully) vss commands to add stuff. personally, i think it's a jbuilder bug, major one.
at anyrate, if anyone knows a frix for this i'd be glad to hear it. we're planing to create a new project and to add all the things from our old project except that folder.
argggggggg!!!
 
And then the flying monkeys attacked. My only defense was this tiny ad:
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic