shopizer-ecommerce / shopizer

Shopizer java e-commerce software
http://www.shopizer.com
Apache License 2.0
3.53k stars 2.98k forks source link

Failed to build #341

Open SparkyRih opened 5 years ago

SparkyRih commented 5 years ago

When I'm trying to build this project on an Ubuntu VM I'm getting this error:

Unable to find javadoc command: The environment variable JAVA_HOME is not correctly set.
sarangarao commented 5 years ago

The environment variable JAVA_HOME is not correctly set

export JAVA_HOME = $place of java home properly

On Thu, May 16, 2019 at 5:43 PM Marc Schattorie notifications@github.com wrote:

When I'm trying to build this project on an Ubuntu VM I'm getting this error:

Unable to find javadoc command: The environment variable JAVA_HOME is not correctly set.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shopizer-ecommerce/shopizer/issues/341?email_source=notifications&email_token=ABNHH5KSATN3HEWOMNHMTW3PVVFXJA5CNFSM4HNL5D6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GUE6MJQ, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNHH5PG5F6LZJCIQFGXERDPVVFXJANCNFSM4HNL5D6A .

SparkyRih commented 5 years ago

Do I need a specificversion ov java? Because I'm getting the following error now:

MavenReportException: Error while generating Javadoc:

[ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.

sarangarao commented 5 years ago

You can specify java 7, or Java 8

On Thu, May 16, 2019 at 7:05 PM Marc Schattorie notifications@github.com wrote:

Do I need a specificversion ov java? Because I'm getting the following error now:

MavenReportException: Error while generating Javadoc:

[ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/shopizer-ecommerce/shopizer/issues/341?email_source=notifications&email_token=ABNHH5PFRANTQ6KGW5PKLQLPVVPJPA5CNFSM4HNL5D6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVR2NAA#issuecomment-493069952, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNHH5M4AZXHHXPNIYRRO7TPVVPJPANCNFSM4HNL5D6A .

shopizer-ecommerce commented 5 years ago

A simple solution is to open all maven (pom.xml) files and comment out all instances of javadoc plugin ...

org.apache.maven.plugins maven-javadoc-plugin
SparkyRih commented 5 years ago

I've isntalled java 8 which appears to work, however, now I can't get the configuration for the MySQL DB to work... Is there some more documentation on that?

sarangarao commented 5 years ago

Change properties files

On Thu, May 23, 2019, 5:50 PM Marc Schattorie notifications@github.com wrote:

I've isntalled java 8 which appears to work, however, now I can't get the configuration for the MySQL DB to work... Is there some more documentation on that?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/shopizer-ecommerce/shopizer/issues/341?email_source=notifications&email_token=ABNHH5LXGNIBLUA7D6K7KCLPW2DYLA5CNFSM4HNL5D6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWCBHPQ#issuecomment-495195070, or mute the thread https://github.com/notifications/unsubscribe-auth/ABNHH5MJRKX5JN35QQJKSPDPW2DYLANCNFSM4HNL5D6A .