Giter Club home page Giter Club logo

Comments (5)

jesseeichar avatar jesseeichar commented on June 20, 2024

I am not sure how that is a gradle problem. Could you expand on the issue.

Jesse
On Feb 25, 2013 10:33 AM, "Tim-Hinnerk Heuer" [email protected]
wrote:

Just trying to debug with Netbeans reveals that there is no debug task
that it tries to execute. If no one else, I will look up the documentation
for Gradle on how to do this and implement it so that people using Netbeans
have an easier time improving the print module.


Reply to this email directly or view it on GitHubhttps://github.com//issues/36.

from mapfish-print.

geekdenz avatar geekdenz commented on June 20, 2024

It's not a problem with Gradle. It would be an improvement to include a debug task though for easier debugging of the application. You can pass GRADLE_OPTS to the jettyRun task, but you have to know to do that to be able to debug the project.

from mapfish-print.

geekdenz avatar geekdenz commented on June 20, 2024

Hey Jesse, You can leave this one as I'm having difficulty finding this out as well. I will do some research on how to achieve this if possible in a clean way. If not I will close it. Thanks!

from mapfish-print.

geekdenz avatar geekdenz commented on June 20, 2024

$ cat debugJetty
#!/bin/sh
GRADLE_OPTS='-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005'
gradle jettyRun
GRADLE_OPTS=''

is my solution for now. Couldn't find out how to cleanly do it within Gradle. Do you think it's worth me making a pull request? Otherwise you can just add that file if you think it will help someone.

You can close this issue if you agree.

from mapfish-print.

jesseeichar avatar jesseeichar commented on June 20, 2024

That was more or liess my understanding how this had to work. I have added the task.

One thing that would be interesting is to be able to run the server from within eclipse like you can Geoserver. That can go under the topic of future work.

I have added the script for now.

from mapfish-print.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.