Hi Apache Groovy community,
I have the pleasure to announce the release of the first beta version of
MirComp, the framework for algorithmic and assisted music composition:
https://mcolletta.github.io/mircomp/
MirComp is developed in Groovy (currently v4.0.15 with STC by default) and
can now run as
Hi Jochen,
a quick follow-up:
with your suggested modification to the module-info.java file now it works
*opens to org.apache.groovy;*
Thank you
Mirco
Il Dom 30 Mar 2025, 22:00 Mirco Colletta ha scritto:
> Hi Jochen,
> thanks for the observations.
>
> > It could also be
ar 2025, 18:05 Jochen Theodorou ha scritto:
> On 29.03.25 12:18, Mirco Colletta wrote:
> > Hi all,
> > I'd like to know if some of you has experience on how to create a full
> > modular (JPMS, JSR 376) groovy application.
> >
> > First of all, is it possible
gt; but I can't see it tracked explicitly in Jira or in recent commit
> messages.
>
> If you can check against 4.0.27-SNAPSHOT or 5.0.0-SNAPSHOT, that would
> be great. I'll keep looking in the meantime.
>
> Cheers, Paul.
>
> On Sun, May 4, 2025 at 12:55 AM Mirco Co
Hi all,
I've encountered this strange error from groovy STC (4.0.26) moving from
JavaFx 23 to JavaFx 24 (and jdk 24)
"...ResizableRegion cannot be non-sealed as it has no sealed parent"
but my class does not use explicitly a non-sealed keyword
"""
import javafx.scene.layout.Region
...
class Resi
Hi all,
I'd like to know if some of you has experience on how to create a full
modular (JPMS, JSR 376) groovy application.
First of all, is it possible, at the moment, to create a full modular
groovy application? If yes, what is the recommended approach?
An illustrative example.
Since JavaFX is dis
reat. I'll keep looking in the meantime.
>
> Cheers, Paul.
>
> On Sun, May 4, 2025 at 12:55 AM Mirco Colletta wrote:
> >
> > Hi all,
> > I've encountered this strange error from groovy STC (4.0.26) moving from
> JavaFx 23 to JavaFx 24 (and jdk 24)
> >
> &