You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/08/15 11:44:57 UTC

[GitHub] [netbeans] junichi11 edited a comment on issue #1402: [NETBEANS-1763] Integrate maven failsafe output into test runner output

junichi11 edited a comment on issue #1402: [NETBEANS-1763] Integrate maven failsafe output into test runner output
URL: https://github.com/apache/netbeans/pull/1402#issuecomment-521603422
 
 
   @jmborer Thank you for your reply.
   > Question (stupid one) how can I test the code myself?
   
   #### How to build
   See https://github.com/apache/netbeans/blob/master/README.md
   
   #### How to apply this patch
   Maybe, there are some ways, I suppose. 
   One of the simplest ways:
   ```sh
   git clone git@github.com:apache/netbeans.git
   # or git clone https://github.com/apache/netbeans.git
   cd netbeans
   git checkout -b pr1402
   curl -L https://github.com/apache/netbeans/pull/1402.patch | git am
   ```
   BTW, you are on vacation. So, when are you going to do it?
   
   Thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists