neilcsmith-net commented on PR #4462:
URL: https://github.com/apache/netbeans/pull/4462#issuecomment-1203773327

   Thanks @matthiasblaesing So much for minor increments! :smile: 
   
   On the sigtests front it's obviously failing on gen-sigtests which is going 
to cause problems.  We can override the target in 
`ide/libs.c.kohlschutter.junixsocket/build.xml` for now?
   
   ```xml
   <target name="gen-sigtest">
           <!-- Temporary workaround for sigtest generation failures -->
           <antcall target="projectized.gen-sigtest">
               <param name="sigtest.gen.fail.on.error" value="false"/>
           </antcall>
   </target>
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to