-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can't build spring-music application #8
Comments
I am seeing the same issue with a static HTML/JS/CSS app and the static buildpack:
The applications has a manifest.yml that points exactly to the same buildpack and works fine on CF. |
Hi to both of you! Apologies for the long absence, we've had a few huge projects to deliver. I'm anticipating spending some time on this project between now and the CF Summit. Hopefully we can get some commercial support for this at some point and it can really take off. For Java apps - the project should work if you explode the war and enter the exploded directory, and then build. The ability to work with an unexploded artefact is being tracked here https://www.pivotaltracker.com/story/show/81888786 For the static buildpack case - I haven't yet taken a look at how that buildpack interacts with CF but I believe it will be covered by this feature https://www.pivotaltracker.com/story/show/92252158 Feel free to issue pull requests if you'd like to add the features yourselves. Colin |
Ah, thanks @hatofmonkeys for the pointer. Triggering the normal buildpack detection mechanism by adding a Adding support for parsing the I would prefer a command line option, e.g.:
|
I want run spring-music application on lattice, so I try to pack it into docker container with cloud rocket. But when I
fock up
in spring-music directory I got an error:I have already installed java buildpack.
Application was built with
./gradlew assemble
The text was updated successfully, but these errors were encountered: