okay. i saw your pom in your earlier post. i think you shouldn't be generating your source files in your normal source folder because then you can't automatically get a clean build option.
maybe your old build process is locking that directory and the generator couldn't write to the files or something in windows interfering with it. if you generate your source files into one of the sub directories within the target directory, you'll have an option of running a clean build to eliminate such issues. (you may see mvn clean already throwing an error if something is locking one of its sub directories). other than that, i have no idea. 2015-09-08 15:04 GMT+02:00 prem <[email protected]>: > Hi Aki, > > No its not a build problem, please read my previous post in details. > There are no java files. Everything is generated from wsdl's on the fly. > Using fast ssd or with cxf with enabled fork=always everything works fine. > But that's not an option for me and I'm still looking for the real issue > behind this. > > Cheers > Prem > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Failed-to-generate-types-Access-is-denied-tp5760743p5760888.html > Sent from the cxf-user mailing list archive at Nabble.com.
