Page 1 of 1

NetBeans with L2j

Posted: Thu Oct 06, 2011 6:07 pm
by setthedark
Hi guys , i need help connecting to L2j svn via Netbeans ,
i have managed to pull svn from network and made a local copy , but i cant create project from it.
Seem .project file is not compatible , can anyone assist me?

Re: NetBeans with L2j

Posted: Thu Oct 06, 2011 7:06 pm
by Stake
setthedark wrote:Hi guys , i need help connecting to L2j svn via Netbeans ,
i have managed to pull svn from network and made a local copy , but i cant create project from it.
Seem .project file is not compatible , can anyone assist me?
Hi!

When you create the project, and you're on setting project folder, select a different folder with name like L2j_Server_meta, because that folder will hold netbeans metadata about the project, then next step at source packages, you select the L2j_Server folder, and it will set the java folder automatically for the package source.

The .project file is for Eclipse. NB will not deal with that, since it has its own meta files, and doesn't shit in the source folder.

Re: NetBeans with L2j

Posted: Thu Oct 06, 2011 8:52 pm
by setthedark
Stake wrote:
setthedark wrote:Hi guys , i need help connecting to L2j svn via Netbeans ,
i have managed to pull svn from network and made a local copy , but i cant create project from it.
Seem .project file is not compatible , can anyone assist me?
Hi!

When you create the project, and you're on setting project folder, select a different folder with name like L2j_Server_meta, because that folder will hold netbeans metadata about the project, then next step at source packages, you select the L2j_Server folder, and it will set the java folder automatically for the package source.

The .project file is for Eclipse. NB will not deal with that, since it has its own meta files, and doesn't shit in the source folder.
Work perfectly , thanks for tip.