[Oorexx-devel] A morning chuckle

2014-06-08 Thread Rick McGuire
I was googling how to do something in NSIS this morning and was presented with a link to the National Sheep Identification System :-) Rick -- Learn Graph Databases - Download FREE O'Reilly Book Graph Databases is the

Re: [Oorexx-devel] A morning chuckle

2014-06-08 Thread Mike Cowlishaw
I was googling how to do something in NSIS this morning and was presented with a link to the National Sheep Identification System :-) Ba . -- Learn Graph Databases - Download FREE O'Reilly Book Graph

[Oorexx-devel] NSIS installer and CPack

2014-06-08 Thread Mark Miesfeld
Sorry I wasn't engaged in this topic earlier. But, I don't agree with the approach we've taken with this. We have a perfectly good NSIS script that produces the NSIS installer on Windows. This script has been refined over the years until it is at the point it is today. I think we should just

Re: [Oorexx-devel] NSIS installer and CPack

2014-06-08 Thread Rick McGuire
Ok, I guess I'm good with that. Since we need to tweak this a bit, I suggest we leave oorexx.nsi unchanged and check in a new file to build from (and I agree, a custom script might not be a bad idea). A batch file is a good idea here, although I wonder if we can add a to the cmake script that is

Re: [Oorexx-devel] NSIS installer and CPack

2014-06-08 Thread Rick McGuire
Mark, I was right, it was pretty easy to add this as a build target (assuming I got the command syntax right). To build the installer, just issue the command nmake nsis_installer from the build directory command line. This is setup with dependencies on the doc files being in an indicated

Re: [Oorexx-devel] NSIS installer and CPack

2014-06-08 Thread Rick McGuire
Mark, I've been poking around, and it might actually be possible to still drive the install from CMake and still keep the current installer. I've how to get access to the install information and it should be possible to inject that information into a template install file. This is something for

Re: [Oorexx-devel] NSIS installer and CPack

2014-06-08 Thread Mark Miesfeld
Hi Rick, I just made a couple of small changes and your custom target now works. I don't think I have an objection to using the CPack version. Earlier today, I was thinking we could drive the installer creation from CPack by just using a NSIS.template.in file that was a copy of our current

[Oorexx-devel] Fwd: [Oorexx-svn] SF.net SVN: oorexx-code-0:[10144] main/trunk/CMakeLists.txt

2014-06-08 Thread Rick McGuire
Mark, did you need to checkin the cpack.nsi file with this commit? Rick -- Forwarded message -- From: miesf...@users.sf.net Date: Sun, Jun 8, 2014 at 6:27 PM Subject: [Oorexx-svn] SF.net SVN: oorexx-code-0:[10144] main/trunk/CMakeLists.txt To: oorexx-...@lists.sourceforge.net

Re: [Oorexx-devel] Fwd: [Oorexx-svn] SF.net SVN: oorexx-code-0:[10144] main/trunk/CMakeLists.txt

2014-06-08 Thread Mark Miesfeld
Yes, I should have. I'll do that now. -- Mark Miesfeld On Sun, Jun 8, 2014 at 3:59 PM, Rick McGuire object.r...@gmail.com wrote: Mark, did you need to checkin the cpack.nsi file with this commit? Rick -- Forwarded message -- From: miesf...@users.sf.net Date: Sun, Jun

Re: [Oorexx-devel] Fwd: [Oorexx-svn] SF.net SVN: oorexx-code-0:[10144] main/trunk/CMakeLists.txt

2014-06-08 Thread Mark Miesfeld
I screwed that up. Give me a few minutes to fix it up. -- Mark Miesfeld On Sun, Jun 8, 2014 at 4:05 PM, Mark Miesfeld miesf...@gmail.com wrote: Yes, I should have. I'll do that now. -- Mark Miesfeld On Sun, Jun 8, 2014 at 3:59 PM, Rick McGuire object.r...@gmail.com wrote: Mark,