jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
Signup
Maven GWT Plugin
  • Maven GWT Plugin
  • MGWT-162

Support for server=n

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.2
  • Fix Version/s: 2.1.0
  • Labels:
    None
  • Number of attachments :
    0

Description

Adding an option for server=n would simplify debugging with GWT4NB (NetBeans plugin for GWT).

Currently gwt:debug is run by GWT4NB and the user have to connect the debugger to the port opened by gwt-maven-plugin.

If server=n would be supported, there would be only one step: starting dev mode in debugging mode.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
nicolas de loof added a comment - 01/Feb/10 3:07 AM

Any link to doc about this parameter ?
Would you like to contribute documentation for netbeans users, maybe just a simple tutorial on gwt4ng ?

Show
nicolas de loof added a comment - 01/Feb/10 3:07 AM Any link to doc about this parameter ? Would you like to contribute documentation for netbeans users, maybe just a simple tutorial on gwt4ng ?
Hide
Permalink
Tim Lebedkov added a comment - 01/Feb/10 4:06 AM

http://java.sun.com/javase/6/docs/technotes/guides/jpda/conninv.html
I have already recorded a screencast about it: http://www.youtube.com/watch?v=M-iVZ5TJ21w.
But with server=n it would be easier for the user

Show
Tim Lebedkov added a comment - 01/Feb/10 4:06 AM http://java.sun.com/javase/6/docs/technotes/guides/jpda/conninv.html I have already recorded a screencast about it: http://www.youtube.com/watch?v=M-iVZ5TJ21w . But with server=n it would be easier for the user
Hide
Permalink
nicolas de loof added a comment - 05/Feb/10 8:23 AM

Committed revision 11805.

/**

  • Attach to the debugger application at the specified debugPort.
  • @parameter default-value="false" expression="$ {attachDebugger}

    "
    */
    private boolean attachDebugger;

Show
nicolas de loof added a comment - 05/Feb/10 8:23 AM Committed revision 11805. /** Attach to the debugger application at the specified debugPort. @parameter default-value="false" expression="$ {attachDebugger} " */ private boolean attachDebugger;

People

  • Assignee:
    nicolas de loof
    Reporter:
    Tim Lebedkov
Vote (0)
Watch (0)

Dates

  • Created:
    27/Jan/10 2:51 PM
    Updated:
    06/Sep/10 6:35 AM
    Resolved:
    05/Feb/10 8:23 AM
  • Atlassian JIRA (v5.2.7#850-sha1:b2af0c8)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.