If you choose an OSI-approved open-source license, like GPL or BSD,
then you can host your project for free on sourceforge and use their
source code control (CVS or subversion), their forums, their download
file space, their bandwidth, etc.
Kirk Wolf
Dovetailed Technologies
On Wed, Nov 5, 2008 at
In <[EMAIL PROTECTED]>, on 11/02/2008
at 03:48 PM, Sam Golob <[EMAIL PROTECTED]> said:
> Please also write to me about this idea, of putting tools that need
>some completion out on the Updates Page, and which are marked as being
>incomplete.
I like the idea. I'd suggest that cvs, iebupdtx
In <[EMAIL PROTECTED]>, on
11/02/2008
at 07:40 PM, John McKown <[EMAIL PROTECTED]> said:
>If possible, with the original author's concurrance, I would suggest
>licensing this under the GPL version 3 or later.
That's extremely restrictive. I'd suggest either the BSD license or GPL
V2.
--
In <[EMAIL PROTECTED]>, on 11/03/2008
at 07:52 AM, Paul Gilmartin <[EMAIL PROTECTED]> said:
>I doubt that the CBTTape personnel have the resources to moderate all the
>programs hosted by CBTTape.org;
I would expect the original submitter to coordinate changes. I would not
ask or expect the adm
It seems that several people have downloaded this file and started work on it,
so I thought it would be a good idea to move it off IBM-MAIN. I have
therefore started a Yahoo Group for interested people to exchange their
experiences. Go to
http://groups.yahoo.com/group/CBT795
and join up. Th
II which the
>second level invocation can't make sense of.
>
>This makes it difficult to work with on a PC.
>
>
>> Date: Tue, 4 Nov 2008 10:21:16 -0500
>> From: [EMAIL PROTECTED]
>> Subject: Re: Need someone to fix a free HTTP Server written in Assembler
On Tue, 4 Nov 2008 14:05:20 -0500, Tony Harminc wrote:
>2008-11-04 Paul Gilmartin <[EMAIL PROTECTED]>:
>> On Tue, 4 Nov 2008 10:41:34 -0500, J R wrote:
>>
>>>Yes, I noticed the XMIT within XMIT format.
>>>
>>>Unfortunately, this confounds XmitManager because the top level
>>>invocation converts th
Then
> you can open that and browse or extract in ASCII.
Excellent! I never noticed that feature. Thank you so much!
> Date: Tue, 4 Nov 2008 14:05:20 -0500
> From: [EMAIL PROTECTED]
> Subject: Re: Need someone to fix a free HTTP Server written in Assembler
> To: IBM-MAIN
2008-11-04 Paul Gilmartin <[EMAIL PROTECTED]>:
> On Tue, 4 Nov 2008 10:41:34 -0500, J R wrote:
>
>>Yes, I noticed the XMIT within XMIT format.
>>
>>Unfortunately, this confounds XmitManager because the top level
>>invocation converts the second level members to ASCII which the
>>second level invoca
On Tue, 4 Nov 2008 10:41:34 -0500, J R wrote:
>Yes, I noticed the XMIT within XMIT format.
>
>Unfortunately, this confounds XmitManager because the top level
>invocation converts the second level members to ASCII which the
>second level invocation can't make sense of.
>
>This makes it diff
e, 4 Nov 2008 10:21:16 -0500
> From: [EMAIL PROTECTED]
> Subject: Re: Need someone to fix a free HTTP Server written in Assembler
> To: IBM-MAIN@BAMA.UA.EDU
>
> ...
>
> Don, the sources, maclib, etc. in the XMI file inside of the ZIP are
> themselves XMIT files. I was able
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
> Behalf Of Don Higgins
> Sent: Tuesday, November 04, 2008 7:23 AM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Re: Need someone to fix a free HTTP Server written in
Assembler
>
> Hi
We use either c89 (cc) or as. c89 (cc) will invoke the assembler if
the source file ends with ".s" (by default). But I think that "as"
is the preferred mechanism.
With cc, we usually just toss macros in our makefile that looks like
this, which will cause all ".s" files to be assembled:
ASMFLA
Paul Gilmartin wrote:
On Mon, 3 Nov 2008 11:04:10 -0600, Kirk Wolf wrote:
Then, use a Unix shell on z/OS and "make" to build your z/OS code -
assembler is no problem and you can build to z/OS load modules just
fine.
Once you get the hang of make, it has many advantages over building
with JCL.
On Mon, 3 Nov 2008 11:04:10 -0600, Kirk Wolf wrote:
>
>Then, use a Unix shell on z/OS and "make" to build your z/OS code -
>assembler is no problem and you can build to z/OS load modules just
>fine.
>Once you get the hang of make, it has many advantages over building
>with JCL. But: you can still
--
I like the idea! I downloaded CBT tape file #795 and took a look at it
with XMIT Manager on Windows Vista. It appears the sources are in
mainframe IEBCOPY type FB format. What is the easiest way to get all the
source programs, m
Hi Sam, all
I like the idea! I downloaded CBT tape file #795 and took a look at it with
XMIT Manager on Windows Vista. It appears the sources are in mainframe
IEBCOPY type FB format. What is the easiest way to get all the source
programs, macros, and copybooks into separate ascii files so I
just love it!
Cheers,
Abe Kornelis.
=
- Original Message -
From: "Sam Golob" <[EMAIL PROTECTED]>
Newsgroups: bit.listserv.ibm-main
To:
Sent: Sunday, November 02, 2008 9:48 PM
Subject: Need someone to fix a free HTTP Server written in Assembler
Hi Folks,
Your workstations can have their local/working copies of subversion
files stored on an NFS server.
See: http://subversion.tigris.org/faq.html#nfs
CVS would work as well.
We typically do all of our development under Eclipse, including C++
and Assembler source code editing, but any workstation IDE o
On Mon, 3 Nov 2008 09:16:14 -0600, Kirk Wolf wrote:
>
>- IMO, you don't need CVS or Subversion for z/OS. Just sync your
>source files somehow between your workstation and z/OS and then use a
>workstation Subversion or CVS client.
>
If the workstation SourceForge mirror is NFS shared between
WS a
- Sourceforge is only for developing software with OSI-approved
licenses. The sourceforge license terms that you see are consistent
with OSI licenses, and simply mean that you agree that content that
you publish on the site can be used by the site. A large percentage
of the open source projects
On Mon, 3 Nov 2008 08:15:31 -0600, Kirk Wolf wrote:
>sourceforge.net is free, and provides all the tools that you need to
>collaborate and develop open source projects.
>
I've used SourceForge only as a freeloader; not as a developer.
Wikipedia says:
Linkname: SourceForge.net - Wikipedia, the
sourceforge.net is free, and provides all the tools that you need to
collaborate and develop open source projects.
Kirk Wolf
Dovetailed Technologies
On Mon, Nov 3, 2008 at 7:52 AM, Paul Gilmartin <[EMAIL PROTECTED]> wrote:
> On Sun, 2 Nov 2008 19:40:16 -0600, John McKown wrote:
>>
>>How will you
On Sun, 2 Nov 2008 19:40:16 -0600, John McKown wrote:
>
>How will you coordinate multiple updates from multiple possible
>contributors? Or will each contribution "stand on its own" and "live or
>die" on its own merit?
>
Alas, this requires a moderator. I haven't used CVS or Subversion,
but even so
Greetings!
I think this is a great idea and I hope it works out, not just for this
package, but others too. I hope it may turn into a learning opportunity too.
Linda Mooney
-- Original message --
From: Sam Golob <[EMAIL PROTECTED]>
> Hi Folks,
>
> Here at www.cbtta
Well, I've downloaded the file, unzip'ed it, uploaded the XMIT, and did
all the restores. I cannot commit to having enough time to necessarily
look at this. Also, I cannot guarantee that I have the expertise needed to
expand upon the original author's contribution. But I may learn something
fro
Hi Folks,
Here at www.cbttape.org we've started a new process. Sometimes a
good software writer wants to write a package in an area where either:
1. He/she is not too familiar, but wants to learn the subject better.
2. He/she does not have the facility at his/her home installation, to
p
27 matches
Mail list logo