Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initializing project difficulty :( Please help! #38

Open
nicolasbulgarides opened this issue Nov 3, 2024 · 1 comment
Open

Initializing project difficulty :( Please help! #38

nicolasbulgarides opened this issue Nov 3, 2024 · 1 comment

Comments

@nicolasbulgarides
Copy link

Hi! When I try to compile the project with the commands, it says dev.webfx.cli.core.UnresolvedException: Unknown project module webfx-parent.

Could you provide some more help? I know you guys try to have good documentation but it took a bit even to get this far. I wish there would have been word for word instructions for using the commands -

From my toying around it seems I can in either the cmd.exe or in intellij program arguments use this set of commands to initialize a project. But then i get the exception above.

Within IntelliJ (without quotation marks)
"init -D="C:\Users\PeterPietri\Desktop\javascript" --log=INFO -M=radiancerisingjs innereye.games:radiancerisingjs:1.0"

From cmd.exe

"java -jar D="C:\Users\PeterPietri\Desktop\javascript" --log=INFO -M=radiancerisingjs innereye.games:radiancerisingjs:1.0"

@salmonb
Copy link
Member

salmonb commented Nov 14, 2024

Hi,

Here is a capture of my Mac terminal when I follow the instructions from the documentation (assuming the webfx cli is already installed):

bruno@Modality-Server ~ % mkdir webfx-example
bruno@Modality-Server ~ % cd webfx-example
bruno@Modality-Server webfx-example % webfx init org.example:webfx-example:1.0.0-SNAPSHOT
Created /Users/bruno/webfx-example/webfx.xml
Created /Users/bruno/webfx-example/pom.xml
Updated /Users/bruno/webfx-example/pom.xml
bruno@Modality-Server webfx-example % webfx create application --prefix webfx-example org.example.webfxexample.WebFxExampleApplication --helloWorld
Created /Users/bruno/webfx-example/webfx-example-application/src/main/java/org/example/webfxexample/WebFxExampleApplication.java
Created /Users/bruno/webfx-example/webfx-example-application/webfx.xml
Created /Users/bruno/webfx-example/webfx-example-application-openjfx/webfx.xml
Created /Users/bruno/webfx-example/webfx-example-application-gwt/webfx.xml
Created /Users/bruno/webfx-example/webfx-example-application-gluon/webfx.xml
Updated /Users/bruno/webfx-example/pom.xml
Created /Users/bruno/webfx-example/webfx-example-application-gluon/src/main/resources/dev/webfx/platform/meta/exe/exe.properties
Created /Users/bruno/webfx-example/webfx-example-application-gwt/src/main/resources/dev/webfx/platform/meta/exe/exe.properties
Created /Users/bruno/webfx-example/webfx-example-application-gwt/src/main/resources/public/dev/webfx/kit/css/main.css
Created /Users/bruno/webfx-example/webfx-example-application-openjfx/src/main/resources/dev/webfx/platform/meta/exe/exe.properties
Updated /Users/bruno/webfx-example/pom.xml
Created /Users/bruno/webfx-example/webfx-example-application/pom.xml
Created /Users/bruno/webfx-example/webfx-example-application-gluon/pom.xml
Created /Users/bruno/webfx-example/webfx-example-application-gwt/pom.xml
Created /Users/bruno/webfx-example/webfx-example-application-openjfx/pom.xml
Created /Users/bruno/webfx-example/webfx-example-application/src/main/java/module-info.java
Created /Users/bruno/webfx-example/webfx-example-application/src/main/resources/META-INF/services/javafx.application.Application
Created /Users/bruno/webfx-example/webfx-example-application-gluon/src/main/java/module-info.java
Created /Users/bruno/webfx-example/webfx-example-application-openjfx/src/main/java/module-info.java
Created /Users/bruno/webfx-example/webfx-example-application-gwt/src/main/resources/public/index.html
Created /Users/bruno/webfx-example/webfx-example-application-gwt/src/main/resources/super/dev/webfx/platform/resource/gwt/GwtEmbedResourcesBundle.java
Created /Users/bruno/webfx-example/webfx-example-application-gwt/src/main/resources/super/dev/webfx/platform/boot/gwt/GwtEntryPoint.java
Created /Users/bruno/webfx-example/webfx-example-application-gwt/src/main/module.gwt.xml
Created /Users/bruno/webfx-example/webfx-example-application-gluon/src/main/graalvm_conf/reflection.json
18 build files checked
↳ 17 created, 1 updated
bruno@Modality-Server webfx-example % webfx build -gr
~/webfx-example % mvn package -P gwt-compile
[INFO] Scanning for projects...
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-parent/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-parent/0.1.0-SNAPSHOT/maven-metadata.xml (602 B at 122 B/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] webfx-example                                                      [pom]
[INFO] webfx-example-application                                          [jar]
[INFO] WebFXExample                                                       [jar]
[INFO] webfx-example-application-gwt                                  [gwt-app]
[INFO] webfx-example-application-openjfx                                  [jar]
[INFO]
[INFO] ---------------------< org.example:webfx-example >----------------------
[INFO] Building webfx-example 1.0.0-SNAPSHOT                              [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven) @ webfx-example ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO]
[INFO] ---------------< org.example:webfx-example-application >----------------
[INFO] Building webfx-example-application 1.0.0-SNAPSHOT                  [2/5]
[INFO]   from webfx-example-application/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven) @ webfx-example-application ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ webfx-example-application ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from src/main/java to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ webfx-example-application ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 2 source files with javac [debug release 11 module-path] to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ webfx-example-application ---
[INFO] Copying 1 resource from src/main/resources to target/test-classes
[INFO] Copying 2 resources from src/main/java to target/test-classes
[INFO]
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ webfx-example-application ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO]
[INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ webfx-example-application ---
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ webfx-example-application ---
[INFO] Building jar: /Users/bruno/webfx-example/webfx-example-application/target/webfx-example-application-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ webfx-example-application ---
[INFO] Building jar: /Users/bruno/webfx-example/webfx-example-application/target/webfx-example-application-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------< org.example:webfx-example-application-gluon >-------------
[INFO] Building WebFXExample 1.0.0-SNAPSHOT                               [3/5]
[INFO]   from webfx-example-application-gluon/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxgraphics-openjfx/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxgraphics-openjfx/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.2 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit/0.1.0-SNAPSHOT/maven-metadata.xml (813 B at 3.2 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx/0.1.0-SNAPSHOT/maven-metadata.xml (809 B at 3.6 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-cssprotocol-openjfx-plugin/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-cssprotocol-openjfx-plugin/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.4 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-launcher/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-launcher/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 2.9 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-boot/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-boot/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.4 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform/0.1.0-SNAPSHOT/maven-metadata.xml (818 B at 3.6 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-console/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-console/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.2 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-service/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-service/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.8 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-util/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-util/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-meta/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-meta/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-resource/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-resource/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.4 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-shutdown/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-shutdown/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.4 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-uischeduler/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-uischeduler/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-scheduler/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-scheduler/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxgraphics-peers/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxgraphics-peers/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.1 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxgraphics-peers-base/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxgraphics-peers-base/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.4 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-util/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-util/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 4.1 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-os/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-os/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.4 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-boot-java/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-boot-java/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-reflect/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-reflect/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.4 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-console-java/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-console-java/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-os-gluon/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-os-gluon/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.6 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-resource-gluon/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-resource-gluon/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-resource-java/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-resource-java/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.6 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-scheduler-java/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-scheduler-java/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.9 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-shutdown-gluon/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-shutdown-gluon/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s)
[INFO]
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven) @ webfx-example-application-gluon ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ webfx-example-application-gluon ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/java to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ webfx-example-application-gluon ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 11 module-path] to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ webfx-example-application-gluon ---
[INFO] Copying 1 resource from src/main/resources to target/test-classes
[INFO] Copying 1 resource from src/main/java to target/test-classes
[INFO]
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ webfx-example-application-gluon ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO]
[INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ webfx-example-application-gluon ---
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ webfx-example-application-gluon ---
[INFO] Building jar: /Users/bruno/webfx-example/webfx-example-application-gluon/target/webfx-example-application-gluon-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ webfx-example-application-gluon ---
[INFO] Building jar: /Users/bruno/webfx-example/webfx-example-application-gluon/target/webfx-example-application-gluon-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] -------------< org.example:webfx-example-application-gwt >--------------
[INFO] Building webfx-example-application-gwt 1.0.0-SNAPSHOT              [4/5]
[INFO]   from webfx-example-application-gwt/pom.xml
[INFO] ------------------------------[ gwt-app ]-------------------------------
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxbase-emul/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxbase-emul/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.0 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxgraphics-emul/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxgraphics-emul/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.4 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxgraphics-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxgraphics-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxgraphics-peers-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxgraphics-peers-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.6 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-useragent/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-useragent/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.4 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxgraphics-registry-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-kit-javafxgraphics-registry-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-console-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-console-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.6 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-javabase-emul-gwt/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-javabase-emul-gwt/0.1.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 5.7 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-service-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-service-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-resource-gwt/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-resource-gwt/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.6 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-shutdown-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-shutdown-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-uischeduler-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-uischeduler-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-useragent-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-useragent-gwt-j2cl/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.5 kB/s)
[INFO]
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven) @ webfx-example-application-gwt ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO]
[INFO] --- gwt-maven-plugin:1.1.0:enforce-encoding (default-enforce-encoding) @ webfx-example-application-gwt ---
[INFO]
[INFO] --- gwt-maven-plugin:1.1.0:add-super-sources (default-add-super-sources) @ webfx-example-application-gwt ---
[INFO]
[INFO] --- gwt-maven-plugin:1.1.0:add-test-super-sources (default-add-test-super-sources) @ webfx-example-application-gwt ---
[INFO]
[INFO] --- gwt-maven-plugin:1.1.0:generate-module (default-generate-module) @ webfx-example-application-gwt ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ webfx-example-application-gwt ---
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] Copying 0 resource from src/main/java to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ webfx-example-application-gwt ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ webfx-example-application-gwt ---
[INFO] Copying 5 resources from src/main/resources to target/test-classes
[INFO] Copying 0 resource from src/main/java to target/test-classes
[INFO]
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ webfx-example-application-gwt ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO]
[INFO] --- gwt-maven-plugin:1.1.0:test (default-test) @ webfx-example-application-gwt ---
[INFO]
[INFO] --- gwt-maven-plugin:1.1.0:compile (default-compile) @ webfx-example-application-gwt ---
[INFO] Compiling module webfx-example-application-gwt
[INFO]    Compiling 1 permutation
[INFO]       Compiling permutation 0...
[INFO]    Compile of permutations succeeded
[INFO]    Compilation succeeded -- 20.208s
[INFO] Linking into /Users/bruno/webfx-example/webfx-example-application-gwt/target/webfx-example-application-gwt-1.0.0-SNAPSHOT/webfx_example_application_gwt
[INFO]    Link succeeded
[INFO]    Linking succeeded -- 0.118s
[INFO]
[INFO] --- gwt-maven-plugin:1.1.0:package-app (default-package-app) @ webfx-example-application-gwt ---
[INFO] Building war: /Users/bruno/webfx-example/webfx-example-application-gwt/target/webfx-example-application-gwt-1.0.0-SNAPSHOT.war
[INFO]
[INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ webfx-example-application-gwt ---
[INFO] Building jar: /Users/bruno/webfx-example/webfx-example-application-gwt/target/webfx-example-application-gwt-1.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] -----------< org.example:webfx-example-application-openjfx >------------
[INFO] Building webfx-example-application-openjfx 1.0.0-SNAPSHOT          [5/5]
[INFO]   from webfx-example-application-openjfx/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-os-java/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-os-java/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 3.8 kB/s)
Downloading from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-shutdown-java/0.1.0-SNAPSHOT/maven-metadata.xml
Downloaded from webfx-snapshots: https://oss.sonatype.org/content/repositories/snapshots/dev/webfx/webfx-platform-shutdown-java/0.1.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 5.6 kB/s)
[INFO]
[INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-maven) @ webfx-example-application-openjfx ---
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ webfx-example-application-openjfx ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 1 resource from src/main/java to target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ webfx-example-application-openjfx ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 11 module-path] to target/classes
[INFO]
[INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ webfx-example-application-openjfx ---
[INFO] Copying 1 resource from src/main/resources to target/test-classes
[INFO] Copying 1 resource from src/main/java to target/test-classes
[INFO]
[INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ webfx-example-application-openjfx ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO]
[INFO] --- maven-surefire-plugin:3.1.2:test (default-test) @ webfx-example-application-openjfx ---
[INFO]
[INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ webfx-example-application-openjfx ---
[INFO] Building jar: /Users/bruno/webfx-example/webfx-example-application-openjfx/target/webfx-example-application-openjfx-1.0.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-source-plugin:3.3.0:jar-no-fork (attach-sources) @ webfx-example-application-openjfx ---
[INFO] Building jar: /Users/bruno/webfx-example/webfx-example-application-openjfx/target/webfx-example-application-openjfx-1.0.0-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for webfx-example 1.0.0-SNAPSHOT:
[INFO]
[INFO] webfx-example ...................................... SUCCESS [  0.189 s]
[INFO] webfx-example-application .......................... SUCCESS [  1.602 s]
[INFO] WebFXExample ....................................... SUCCESS [  7.440 s]
[INFO] webfx-example-application-gwt ...................... SUCCESS [ 26.363 s]
[INFO] webfx-example-application-openjfx .................. SUCCESS [  0.805 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  42.405 s
[INFO] Finished at: 2024-11-14T10:00:50Z
[INFO] ------------------------------------------------------------------------
Call duration: 44067 ms
 % open /Users/bruno/webfx-example/webfx-example-application-gwt/target/webfx-example-application-gwt-1.0.0-SNAPSHOT/webfx_example_application_gwt/index.html
Call duration: 229 ms
bruno@Modality-Server webfx-example %

Let me know the differences you have when typing the same commands in your terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants