Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BuildVpdmfMysqlMavenZip fails in Fedora 17 when running on Java 1.6 #1

Open
marcelotallis opened this issue Jul 27, 2013 · 0 comments
Assignees
Labels

Comments

@marcelotallis
Copy link
Contributor

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.

@ghost ghost assigned GullyAPCBurns Jul 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants