Maven 2.x GWT Plugin

Support for server=n

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.2
  • Fix Version/s: 2.1.0
  • Component/s: None
  • 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

Hide
nicolas de loof added a comment -

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 - Any link to doc about this parameter ? Would you like to contribute documentation for netbeans users, maybe just a simple tutorial on gwt4ng ?
Hide
Tim Lebedkov added a comment -

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 - 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
nicolas de loof added a comment -

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 - Committed revision 11805. /**
  • Attach to the debugger application at the specified debugPort.
  • @parameter default-value="false" expression="${attachDebugger}" */ private boolean attachDebugger;

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: