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

add application version number #1050

Merged
merged 1 commit into from
Jan 28, 2015

Conversation

andidev
Copy link
Member

@andidev andidev commented Jan 28, 2015

add nom node-pom-parser package
add VERSION from pom to angularjs constants
show VERSION next to logo

fix #1048

add nom node-pom-parser package
add VERSION from pom to angularjs constants
show VERSION next to logo

fix jhipster#1048
@andidev
Copy link
Member Author

andidev commented Jan 28, 2015

Tested configs
grunt
grunt compass
gulp

jdubois added a commit that referenced this pull request Jan 28, 2015
@jdubois jdubois merged commit fd73bc6 into jhipster:master Jan 28, 2015
@PeterEltgroth
Copy link

This breaks the gradle build as pom.xml does not exist.

[23:32:00] Error: ENOENT, no such file or directory 'pom.xml'
at Error (native)
at Object.fs.openSync (fs.js:443:18)
at Object.fs.readFileSync (fs.js:309:15)
at Object.module.exports.loadXmlFileContents (/Volumes/Hyper/c/gradle_gulp/node_modules/node-pom-parser/src/index.js:20:26)
at Object.module.exports.parsePom (/Volumes/Hyper/c/gradle_gulp/node_modules/node-pom-parser/src/index.js:52:16)
at Gulp. (/Volumes/Hyper/c/gradle_gulp/gulpfile.js:188:32)
at module.exports (/Volumes/Hyper/c/gradle_gulp/node_modules/gulp/node_modules/orchestrator/lib/runTask.js:34:7)
at Gulp.Orchestrator._runTask (/Volumes/Hyper/c/gradle_gulp/node_modules/gulp/node_modules/orchestrator/index.js:273:3)
at Gulp.Orchestrator._runStep (/Volumes/Hyper/c/gradle_gulp/node_modules/gulp/node_modules/orchestrator/index.js:214:10)
at /Volumes/Hyper/c/gradle_gulp/node_modules/gulp/node_modules/orchestrator/index.js:279:18

{
"generator-jhipster": {
"baseName": "jhipster",
"packageName": "com.mycompany.myapp",
"packageFolder": "com/mycompany/myapp",
"authenticationType": "oauth2",
"hibernateCache": "no",
"clusteredHttpSession": "no",
"websocket": "no",
"databaseType": "mongodb",
"devDatabaseType": "mongodb",
"prodDatabaseType": "mongodb",
"useCompass": false,
"buildTool": "gradle",
"frontendBuilder": "gulp",
"javaVersion": "8"
}
}

@andidev
Copy link
Member Author

andidev commented Jan 29, 2015

Ouch that's true, I forgot about gradle. Soooo many things to support. I will have a look at it.

andidev added a commit to andidev/generator-jhipster that referenced this pull request Jan 29, 2015
add support for gradle
add missing v before version number

fix jhipster#1050
@jdubois jdubois modified the milestone: Untracked PRs Oct 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add version number in the server logs at application start
3 participants