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 *.jproj *.ijp *.ijt *.txt *.htm *.html
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 2011-02-26 01:20:45 by ChrisBurke)