• Welcome to KonaKart Community Forum. Please login or sign up.
 

Is there an ant target for netbeans project as target ("make_eclipse_project")

Started by micahm90, June 15, 2016, 02:21:37 pm

Previous topic - Next topic

micahm90

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.

Brian

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

micahm90

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?

micahm90

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.