errael commented on pull request #2021:
URL: https://github.com/apache/netbeans/pull/2021#issuecomment-761846727


   12.3? @geertjanw @neilcsmith-net 
   
   There's been some vigorous discussion in dev thread, mid january 2021, 
thread subject `Profiling on 64bit Windows`. There's a lot about the "right" 
way to do it.
   
   Most import for a *near term solution* is Jan's analysis.
   
   > I don't think it would be so bad. The zip with the binaries is unpacked by
   > the build process, and (AFAIK) only this unpacked version is used in the
   > product. It would be trivial to have another AL2-licensed zip, which would
   > be unpacked over the unpacked CDDL licensed zip, overwriting same-named
   > files.
   
   and
   
   > Overall, my suggestion would be to create a new zip for the AL2-licensed
   > profiler binaries, and unpack it over the unpacked content of the existing
   > CDDL-licensed archive. Should be reasonably easy to setup.
   
   Poking around, in repo, there's netbeans/profiler/lib.profiler/
   In it's build.xml there's:
   ```
   <target name="-process.release.files">
       <unzip src="external/profiler-external-binaries-8.2.zip" 
dest="${profiler.cluster}"/>
   </target>
   ```
   
   I have confirmed that stuff from
   ```
   https://github.com/pedro-w/netbeans/releases/tag/v0.1-alpha
   profilerinterface-jdk16-windows-amd64.zip
   ```
   Has files with names that match stuff under this directory and what is seen 
in a release.
   
   Seems so close...


----------------------------------------------------------------
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:
[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