This page lists the various steps required to create an addon.

svn co http://www.jsoftware.com/svn/addons/trunk d:\addons

   jpath '~Addons'
d:\addons

This lets you browse the Addons repository from within J. Change your own project file to use the ~Addons prefix for filenames.

d:
cd \addons\web\cgi
svn propset svn:eol-style native *.ijs *.ijp *.ijt *.txt
cd ..
svn add cgi
svn ci -m "first commit of web\cgi addon"

For help, email specific issues to <jal AT SPAMFREE jsoftware DOT com>, or general comments to the general forum.

Addons/Developers Checklist (last edited 2009-09-22 05:57:15 by BillLam)