You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BuildVpdmfMysqlMavenZip needs to execute the bmkeg-utils LocalMavenInstall to generate a JPA jar to be packaged within the produced mysql zip archive.
The bmkeg-utils LocalMavenInstall relies on the system's mvn command. The Fedora 17 mvn command requires Java 1.7 and it will fail if used with java 1.6
This problem affects the build of the vpdmfModel models which rely on BuildVpdmfMysqlMavenZip.
When considering alternatives to fix this problem it should also be considered whether BuildVpdmfMysqlMavenZip should need to generate a JPA jar at all. BuildVpdmfMysqlMavenZip needs to include the JPA jar within the mysql zip archive because this jar has to be loaded into the VPDMf MySql database. However, it can be argued that this jar is redundant with an equivalent jar available from the maven repository which is used by most VPDMf-based applications.
The text was updated successfully, but these errors were encountered:
BuildVpdmfMysqlMavenZip needs to execute the bmkeg-utils LocalMavenInstall to generate a JPA jar to be packaged within the produced mysql zip archive.
The bmkeg-utils LocalMavenInstall relies on the system's mvn command. The Fedora 17 mvn command requires Java 1.7 and it will fail if used with java 1.6
This problem affects the build of the vpdmfModel models which rely on BuildVpdmfMysqlMavenZip.
When considering alternatives to fix this problem it should also be considered whether BuildVpdmfMysqlMavenZip should need to generate a JPA jar at all. BuildVpdmfMysqlMavenZip needs to include the JPA jar within the mysql zip archive because this jar has to be loaded into the VPDMf MySql database. However, it can be argued that this jar is redundant with an equivalent jar available from the maven repository which is used by most VPDMf-based applications.
The text was updated successfully, but these errors were encountered: