Hi
I keep getting tripped up by PowerBuilder using prior build bits of code from the cache instead of what I'm wanting built.
ie it looks like it saves build info to:
C:\Users\[User]\AppData\Local\Temp\pbappscache 22.0\cache\[application]
And decides to include if it finds it there as opposed to building new components.
How do I turn this off? ie I don't want the compiler to use this cache.
I've just spent about 4 hours trying to work out why an old dll was ending up in the coreruntimefiles.zip even after I kept rebuilding!
Regards
Rob
Are you using the "Ultra Fast" compile setting in your PS project?
No, we always use the 'Full' option - not Incremental or Cursory (ultra-fast).
If I was using the ultrafast then it would make sense that the caching was used - but as I'm using Full I'd expect it to fully rebuild and include each time.
Should I perhaps raise as a 'bug'?
I tested this a few times with my PS 32 & 64 bit deployments and the "Cache" folder after my Build & Deploy was empty each time.
It must be something in the way your project is setup. Off hand though, I cannot say. Weird!
Regards .. Chris.