On 4/6/2020 8:55 AM, Glenn Holmer wrote:
On 4/6/20 10:46 AM, Ernie Rael wrote:
It looks like you didn't use
"github.com/betanzos/javafx-maven-plugin.git" (note the 'betanzos') to
build/install the snapshot.
cenbe@greyhand:~ > history | grep "git clone"
63 2020-04-06 10:11:52 git clone
https://github.com/betanzos/javafx-maven-plugin.git
Is it possible that I have more than one 0.0.5-SNAPSHOT jar?
The error you reported, multiple arguments being treated as a single
argument, is definitely the issue that was supposed to be addressed.
The method splitComplexArgumentString is the fix
/f/repos/jfx/javafx-maven-plugin-betanzos/src/main/java/org/openjfx
$ grep Complex *
JavaFXRunMojo.java: .map(this::splitComplexArgumentString)
JavaFXRunMojo.java: private List<String>
splitComplexArgumentString(String argumentString) {
I have things in non standard locations, and multiple snapshots are
possible, but without inspecting... (I guess multiple repositories are
possible) I've only got one repository and it only has one snapshot, and
doing this
$ pwd
/f/j/maven_repository/org/openjfx/javafx-maven-plugin
$ cmp 0.0.5-SNAPSHOT/javafx-maven-plugin-0.0.5-SNAPSHOT.jar
/f/repos/jfx/javafx-maven-plugin-betanzos/target/javafx-maven-plugin-0.0.5-SNAPSHOT.jar
$
shows that these files are the same. I suppose you could modify the
pom.xml for javafx-maven-plugin to give it some random snapshot version,
use that in your project's pom.xml, then there would be no doubt.
-ernie
PS I'm putting together a solution that works with the currently release
javafx-maven-plugin, let's hope it's accepted for 12.0.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists