Hi David, Mark, Sorry about that. I changed 2 characters in the file.
From > do i = 1 to n > arr[n] = self~getData(n) > end > To > do i = 1 to n > arr[i] = self~getData(i) > end > My editor settings allow either style of lineend on opening and then always output as windows. I wasn't even aware that it was a linux style file. Jon On 28 February 2011 02:48, Mark Miesfeld <[email protected]> wrote: > Hi David, > > It looks like none of the files in incubator/orxsql have their > eol-style property set. They should probably be set to: > > svn:eol-style > native > > Otherwise each time some one commits from a different platform than > the last commit, the whole file will be regenerated. > > -- > Mark Miesfeld > > > ---------- Forwarded message ---------- > From: <[email protected]> > Date: Sun, Feb 27, 2011 at 3:14 PM > Subject: [Oorexx-svn] SF.net SVN: oorexx:[6807] incubator/orxsql/orxsql.cls > To: [email protected] > > > Revision: 6807 > http://oorexx.svn.sourceforge.net/oorexx/?rev=6807&view=rev > Author: sahananda > Date: 2011-02-27 23:14:43 +0000 (Sun, 27 Feb 2011) > > ... > > Modified Paths: > -------------- > incubator/orxsql/orxsql.cls > > Modified: incubator/orxsql/orxsql.cls > =================================================================== > --- incubator/orxsql/orxsql.cls 2011-02-26 16:08:46 UTC (rev 6806) > +++ incubator/orxsql/orxsql.cls 2011-02-27 23:14:43 UTC (rev 6807) > @@ -1,709 +1,709 @@ > > -/*----------------------------------------------------------------------------*/ > -/* > */ > -/* Copyright (c) 2010-2010 Rexx Language Association. All rights > reserved. */ > -/* > */ > -/* This program and the accompanying materials are made available > under */ > -/* the terms of the Common Public License v1.0 which accompanies this > */ > -/* distribution. A copy is also available at the following address: > */ > -/* http://www.ibm.com/developerworks/oss/CPLv1.0.htm > */ > -/* > */ > -/* Redistribution and use in source and binary forms, with or > */ > -/* without modification, are permitted provided that the following > */ > -/* conditions are met: > */ > -/* > */ > -/* Redistributions of source code must retain the above copyright > */ > -/* notice, this list of conditions and the following disclaimer. > */ > -/* Redistributions in binary form must reproduce the above copyright > */ > -/* notice, this list of conditions and the following disclaimer in > */ > -/* the documentation and/or other materials provided with the > distribution. */ > ... > > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT > data > generated by your applications, servers and devices whether physical, > virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel >
------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
