Thanks for the clarification. That will push me in the right direction.
If I ever get it built someday, then I’ll try to remember to submit a PR to
mention the version requirement somewhere in the docs.
I’ll just concentrate on the pre-built for now version then.
Cheers,
=David
On Apr 27, 2020
On Mon, 2020-04-27 at 15:32 +0900, David Leangen (Apache) wrote:
> Thank you, Rene.
>
> Is that a hard requirement? If so, then I will have to wait until we
> update to Java 11 (which is not scheduled at this time), so I’ll
> likely have to abandon for now.
>
> Shouldn’t it be possible to compile
Thank you, Rene.
Is that a hard requirement? If so, then I will have to wait until we update to
Java 11 (which is not scheduled at this time), so I’ll likely have to abandon
for now.
Shouldn’t it be possible to compile in Java 8, though? This page states that
JRE8 is the requirement:
—> htt
Hi Sean,
As stated here https://james.apache.org/server/manage.html, there is a
webadmin REST api in James, but only serving Guice products. My guess is
you are using the Spring one. Maybe try to use a Guice one instead?
(with JPA I guess?)
Different installs with different products :
https
Hi David,
I think you are trying to compile the latest code from master branch
right? A move has been made lately towards java 11 on it if I'm correct.
Try to compile and run with Java11 instead?
Regards,
Rene.
On 27/04/2020 06:06, David Leangen (Apache) wrote:
Hi!
This is the first error:
Hi!
This is the first error:
[INFO] Apache James :: Server :: Common Utilities . FAILURE [ 0.659 s]
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile)
on project james-server-util: Fatal error compiling: invalid flag: --releas
Sadly I realized a while back that it does not build out of the box.
Through much trial and error, I finally got the build to complete.
However, even with that, for some reason I still get several errors.
Apparently they aren't fatal errors. I have learned that if there is
really something
Hi!
I am trying to build JAMES from HEAD using mvn install. It is my expectation
(from working with other projects) that I should just be able to build “out of
the box”.
My first question: is my expectation correct? Am I supposed to be able to build
JAMES without any compilation errors?
If s
Hi,
Several months later, I want to give JAMES another try.
In the meantime, I have familiarized myself a little bit with Docker, and have
started moving all of my infrastructure to Kubernetes. I am now interested in
going directly to Kubernetes (bypassing Docker and Docker Compose). I am mor