| View previous topic :: View next topic |
| Author |
Message |
alex1978
Joined: 11 Dec 2009 Posts: 4
|
Posted: Sun Dec 13, 2009 2:27 pm Post subject: Apatar witn NetBeans |
|
|
| Hi! Could youo explain me how can I integrate Apatar's classes into NetBeans? Thank you! |
|
| Back to top |
|
 |
Volker
Joined: 17 Jun 2010 Posts: 2
|
Posted: Thu Jun 17, 2010 9:07 am Post subject: Re: Apatar witn NetBeans |
|
|
| alex1978 wrote: | | Hi! Could youo explain me how can I integrate Apatar's classes into NetBeans? Thank you! |
Hi Alex1978.
If you found an answer, please let me know. I want to do at least the same thing. |
|
| Back to top |
|
 |
Sergei
Joined: 26 Jul 2007 Posts: 969
|
Posted: Thu Jun 17, 2010 2:24 pm Post subject: Re: Apatar witn NetBeans |
|
|
| Volker wrote: | | alex1978 wrote: | | Hi! Could youo explain me how can I integrate Apatar's classes into NetBeans? Thank you! |
Hi Alex1978.
If you found an answer, please let me know. I want to do at least the same thing. |
We tried to create Apatar project with NetBeans and unfortunately we could not do it. The problem is that you need to make IDE compiling sources into "bin" folders of plugins. One bin folder per plugin.
However NetBeans compiles all the sources into one global bin folder. And this way does not work in order to launch Apatar because each plugin should be in a separate folder.
Apatar project also can be created in IntelliJ IDEA IDE in the same way as in Eclipse.
However if you will solve this issue in NetBeans, please let us know.
Regards,
Sergei |
|
| Back to top |
|
 |
smart.maxx Site Admin
Joined: 24 Jul 2007 Posts: 1
|
Posted: Thu Jun 17, 2010 2:40 pm Post subject: |
|
|
Maybe it can be achieved by using ant build file?
I think yes because the only problem in NetBeans is to place compiled classes into separate folders.
We use JPF as plugin framework and it searches for the plugin code in the folder where plugin.xml file found. |
|
| Back to top |
|
 |
|