I am following the instructions here
Is there away to build a jar file or .lco file with maven? I see I can start a version of lucee but I really need to build the jar file so I can see if my issue is fix in a real environment.
I am following the instructions here
Is there away to build a jar file or .lco file with maven? I see I can start a version of lucee but I really need to build the jar file so I can see if my issue is fix in a real environment.
Do I have to install Ant and Maven?
You require maven for all the dependencies.
Im not sure if you require ant.
I personal always build with the ant fast command.
I installed Maven and Ant. At this point I think both are required. Still not sure about that though. However the 6.2 branch does not build
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run (ant-magic) on project lucee: An Ant BuildException has occured: The following error occurred while executing this line:
[ERROR] D:\java_development\Lucee\ant\build-core.xml:591: Java returned: 1
[ERROR] around Ant part …… @ 28:70 in D:\java_development\Lucee\loader\target\antrun\build-main.xml
For me the current 6.2 build is working.
Can you try the command ant -v quick
, then the error message will be more detailed.
Also make sure, for 6.2 you need to use java 11, to compile lucee.