Re: NPanday incubator report

2014-06-10 Thread David Akehurst
I hope the project has not gone dormant.
I still actively use it, and hoping for its continued development and
eventual (soon)
promotion from incubating.


On 9 June 2014 21:42, Roman Shaposhnik shaposh...@gmail.com wrote:

 Hi!

 first of all, I'd like to apologize for the mix up on the
 IPMC part where we didn't notify you guys that your
 report is due for this board meeting.

 That said, given that the project hasn't submitted reports
 in a few months, I'm wondering whether there's anybody
 who can clarify the current status of the project.

 At this point, I'm less interested in a full blown report, but
 rather a statement of project vitality.

 It is ok for the development community of an incubating
 project to go dormant, but whenever that happens and IPMC
 has to know.

 Deng, Matthias, any chance you guys can provide some
 clarity here?

 Thanks,
 Roman (wearing his current Chair of IPMC hat).



[jira] [Created] (NPANDAY-625) Support /debug:pdbonly compile option

2014-06-10 Thread Greg Domjan (JIRA)
Greg Domjan created NPANDAY-625:
---

 Summary: Support  /debug:pdbonly compile option
 Key: NPANDAY-625
 URL: https://issues.apache.org/jira/browse/NPANDAY-625
 Project: NPanday
  Issue Type: Improvement
  Components: Maven Plugins
Affects Versions: 1.5.0-incubating
Reporter: Greg Domjan


Compiler mojo supports creating a pdb, however /debug+ is equivelant to 
/debug:full  and can tend to cause decreased performance due to setting the 
DebuggableAttribute
http://msdn.microsoft.com/en-us/library/8cw0bt21.aspx
http://msdn.microsoft.com/en-us/library/9dd8z24x.aspx

CompilerMojo:138
if (isDebug)
{
params.add(/debug+);
}

Would like some way to choose
params.add(/debug:pdbonly);




--
This message was sent by Atlassian JIRA
(v6.2#6252)