Update:
Upon further investigation, it is the Project Properties settings that
is causing this error. So, my question has changed...
How do I enable the annotation processor upon compilation for my
project? I added it to the Compiler section:
When I clicked on the "Add" button, only a small
Hey, All!
I have created an annotation to place application resources directly
into a class, and an annotation processor to process those annotations
into "Bundle.properties" and "Bundle.java" files in the same package as
the annotated class.
When I attempt to compile the file "ResourcesAnno
Hello,
I have been try with 20-rc1 and it works, so waiting for Netbeans 20
impatiently, jeje
Thank you so much Neil
Juan Miguel
> El 21 oct 2023, a las 14:07, Neil C Smith escribió:
>
> On Sat, 21 Oct 2023 at 12:09, Juan Miguel Escribano
> wrote:
>>
>> Hello!
>>
>> To be brief.
>>
>> My
I have been doing a bit of programming recently. I'm giving Test Driven
Development a go and have decided on using groovy Gradle instead of Ant for
all of my projects. *(Aside: It feels premature to migrate to Kotlin
Gradle right now under NB IDE 19.)*
I would like to suggest adding a test debug