Trouble with file access permission in a C++ projet

2022-01-26 Thread slipbits
NB 12.6 Win7-64 I'm trying to get C++ up an running. I think I've got everything set up correctly but I get an access violation at build time. I've checked all of the security permission on the path for my account, and in each directory I see that in the Security Property pop-up I have no per

Re: migrate EE6 project from ant buiild to mvn/gradle

2022-01-26 Thread Pieter van den Hombergh
Hi Tom, In such a situation, I would start from a new maven project, and then gradually include your stuff into that new project. Netbenas will provide some help with finding the maven dependencies, some others (in particular local ones) you might have to add by hand, but that is also straightforw