Hi there,
I will start soon to migrate the project from redmine forge to gitlab one.
All milestones, issues and attachments will be migrate.
I will use for this purpose a tool I develop [1].
If you are ok once this project is migrate, I will like alos to migrate some
other projects:
* nuiton-config
* topia
* eugene
* i18n
* nuiton-version
* nuiton-converter
* nuiton-validator
I will let you know when the migration is done for Jaxx.
Enjoy,
tony.
[1] https://ultreia-io.github.io/migrate-redmine-to-gitlab
The JAXX team is pleased to announce the jaxx-2.41 release!
JAXX Project
Documentation of the project can be found here:
http://jaxx.nuiton.org
Changes
-------
Changes in this version include:
New features:
o Be able to force the selected item in BeanComboBox Issue: 4157. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
o [JAXX-Demo] jaxx.cssExtension property is missing Issue: 4141. Thanks to Kevin Morin. Resolved by kmorin.
Maven artifacts
---------------
Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2
Find us at
* http://search.maven.org/#artifactdetails|org.nuiton|jaxx|2.41|jar
Have fun!
-JAXX team
When I do a “mvn install”, I don’t get a bin directory in the top-level directory (or anywhere else). Is the only way to invoke the jaxx compiler via maven tasks?
Joel
I’m having trouble getting jaxx to compile on my Macintosh. After doing a git clone, I did “mvn install” and got an error. On trying again, I did the below and got the same failure.
I’m sure I’ve got something configured wrong, but after lots of web searches, I still don’t know where to start.
What should I be looking at?
Here is some information about my machine:
System Version: OS X 10.10.5 (14F2109)
Kernel Version: Darwin 14.5.0
Boot Volume: Boot
Boot Mode: Normal
Computer Name: Joel Jones’s MacBook Pro
User Name: Joel Jones (jones)
Secure Virtual Memory: Enabled
Time since boot: 5:53
Joel Jones
Joel-Joness-MacBook-Pro:jaxx jones$ mvn --version
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00)
Maven home: /usr/local/Cellar/maven/3.3.9/libexec
Java version: 1.8.0_45, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.10.5", arch: "x86_64", family: “mac"
Joel-Joness-MacBook-Pro:jaxx jones$ git branch
* develop
Joel-Joness-MacBook-Pro:jaxx jones$ git branch -a
* develop
remotes/origin/HEAD -> origin/develop
remotes/origin/develop
remotes/origin/develop-2.x
remotes/origin/feature/3468
remotes/origin/master
remotes/origin/master-2.x
Joel-Joness-MacBook-Pro:jaxx jones$ git remote -v
origin https://gitlab.nuiton.org/nuiton/jaxx.git (fetch)
origin https://gitlab.nuiton.org/nuiton/jaxx.git (push)
Joel-Joness-MacBook-Pro:jaxx jones$ java -version
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
Joel-Joness-MacBook-Pro:jaxx jones$ uname -a
Darwin Joel-Joness-MacBook-Pro.local 14.5.0 Darwin Kernel Version 14.5.0: Sun Sep 25 22:07:15 PDT 2016; root:xnu-2782.50.9~1/RELEASE_X86_64 x86_64
Joel-Joness-MacBook-Pro:jaxx jones$ mvn clean
…
Joel-Joness-MacBook-Pro:jaxx jones$ mvn install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
...
Running org.nuiton.jaxx.plugin.NodeItemTest
findChild
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.nuiton.jaxx.plugin.NodeItemTest
Results :
Tests in error:
Bug1750Test.Bug_1750:39 » MojoExecution Aborting due to errors reported by jax...