KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: micahm90 on June 15, 2016, 02:21:37 pm

Title: Is there an ant target for netbeans project as target ("make_eclipse_project")
Post by: micahm90 on June 15, 2016, 02:21:37 pm
I was just wondering if there is an ant target that would create a netbeans project like target ("make_eclipse_project"). I have been trying to setup a netbeans project but can't seem to get it right. I've been following instructions from a post from 6 years ago http://www.konakart.com/forum/index.php/topic,1228.msg4962.html#msg4962. I am wondering if things have changed enough that there is a better way to do a netbeans project? Any help would be appreciated. Thanks.
Title: Re: Is there an ant target for netbeans project as target ("make_eclipse_project")
Post by: Brian on June 15, 2016, 02:25:32 pm
No there isn't an ANT target for that but why don't you just create an eclipse project and import that into Netbeans?...

There's plenty of support for this type of thing...

https://netbeans.org/kb/74/java/import-eclipse.html
(https://netbeans.org/kb/74/java/import-eclipse.html)
Title: Re: Is there an ant target for netbeans project as target ("make_eclipse_project")
Post by: micahm90 on June 15, 2016, 04:04:42 pm
Thanks. I am trying that now but can't seem to get kkant to run. My mac keeps telling
Quotesudo: ./bin/kkant: command not found
. I set JAVA_HOME but it still says that. I'm can't seem to get it to run any suggestions?
Title: Re: Is there an ant target for netbeans project as target ("make_eclipse_project")
Post by: micahm90 on June 15, 2016, 07:23:31 pm
I got it to work. For those of you who are not 100% on the Mac, when you do chmod +x for a group of files with no extensions use chmod +x * instead of chmod +x *.* Thanks again.