Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-31 Thread Mark Miesfeld
On Mon, Aug 30, 2010 at 8:10 AM, Mark Miesfeld miesf...@gmail.com wrote: On Mon, Aug 30, 2010 at 7:33 AM, David Ashley david.ashley@gmail.com wrote:  This is very strange. I can perform builds by hand, just not with my build script. It always chokes on the invocation of the makeorx.bat

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-31 Thread David Ashley
As far as I can tell neither of those 2 files is created. The makeorx.bat file crashes right away before even compiling the first file. I do have one redirection statement in my script but it only redirects a 'dir' command to a file and then returns to ooRexx. Tonight I am going to see if I

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-31 Thread Mark Miesfeld
On Tue, Aug 31, 2010 at 7:41 AM, David Ashley david.ashley@gmail.com wrote:  As far as I can tell neither of those 2 files is created. The makeorx.bat file crashes right away before even compiling the first file. Hi David, I think what the problem might be is some statement like this:

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-31 Thread Mark Miesfeld
On Tue, Aug 31, 2010 at 7:41 AM, David Ashley david.ashley@gmail.com wrote:  As far as I can tell neither of those 2 files is created. The makeorx.bat file crashes right away before even compiling the first file. David, One thing you could try, although at this point I don't have much

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-30 Thread René Jansen
David, I would have a hard look at case sensitivity first (60% of svn problems with Windows). best regards, René. On 30 aug 2010, at 00:44, David Ashley wrote: It seems to be working now, at least some of the time. But I have a new problem. The Windows build script is now aborting.

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-30 Thread Mark Miesfeld
On Sun, Aug 29, 2010 at 3:44 PM, David Ashley david.ashley@gmail.com wrote:  It seems to be working now, at least some of the time. But I have a new problem. The Windows build script is now aborting. The error message looks like this: A    C:\buildtemp\utilities\rxqueue\platform\windows

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-30 Thread Rick McGuire
You might want to run the code with TRACE C to see exactly what commands are getting issued. Rick On Mon, Aug 30, 2010 at 10:15 AM, Mark Miesfeld miesf...@gmail.com wrote: On Sun, Aug 29, 2010 at 3:44 PM, David Ashley david.ashley@gmail.com wrote:  It seems to be working now, at least

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-30 Thread David Ashley
This is very strange. I can perform builds by hand, just not with my build script. It always chokes on the invocation of the makeorx.bat command. And the characters '' do not appear anywhere in my build script. You can look at the script. It is on the build server at

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-30 Thread Mark Miesfeld
On Mon, Aug 30, 2010 at 7:33 AM, David Ashley david.ashley@gmail.com wrote:  This is very strange. I can perform builds by hand, just not with my build script. It always chokes on the invocation of the makeorx.bat command. And the characters '' do not appear anywhere in my build script.

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-28 Thread David Ashley
I am still Having problems checking out the ooRexx source code from the SVN repository even after installing a new version of Slik Subversion. Does anyone have any suggestions? David Ashley On 08/23/2010 09:07 AM, Rick McGuire wrote: On Mon, Aug 23, 2010 at 9:59 AM, David Ashley

[Oorexx-devel] Strange Windows SVN Bug

2010-08-23 Thread David Ashley
All - You may have noticed that there have been no builds of the Win XP version of ooRexx on the build machine for two weeks. I finally got around to trying to debug the problem. I thought it was a file access problem since I have been moving things around for the last two weeks. Turns out,

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-23 Thread Mark Miesfeld
On Mon, Aug 23, 2010 at 6:59 AM, David Ashley david.ashley@gmail.com wrote: You may have noticed that there have been no builds of the Win XP version of ooRexx on the build machine for two weeks. I finally got around to trying to debug the problem. I thought it was a file access problem

Re: [Oorexx-devel] Strange Windows SVN Bug

2010-08-23 Thread CVBruce
Seems to be working fine for me. I'm running svn version 1.6.11. Bruce On Aug 23, 2010, at 6:59 AM, David Ashley wrote: All - You may have noticed that there have been no builds of the Win XP version of ooRexx on the build machine for two weeks. I finally got around to trying to