I am not a java developer... There is all sorts of Eclipse magic plugin development going on that I don't pretend to comprehend. If you get the source, then create an Eclipse project out of it you can open the plugin.xml file and there are some "build" options in various menus. That's how I built it.
I will track bugs in github if you want to submit them there... I'll set it up so that it notifies me. Sorry. /sheepish Ben On Jun 11, 2010, at 1:06 PM, Todd Rinaldo wrote: > Could we have some basic java build instructions in the README or in an > INSTALL file please? I would love to try this out but have never compiled > java. > > Are you going to track bugs in github? > http://github.com/hitz/eclipse-tteditor/issues > > On Jun 11, 2010, at 12:35 PM, Benjamin Hitz wrote: > >> By popular demand: >> git://github.com/hitz/eclipse-tteditor.git >> >> This is a full source code release, because at least that way you can change >> the colors (see the file ITTColorConstants.java). You are on your own >> rebuilding the .jar however! >> >> use the command >> prompt> git clone git://github.com/hitz/eclipse-tteditor.git >> >> cp tteditor_1.0.0.201006110828.jar /Your/Eclipse/InstallationDir/plugins >> >> It's set up to recognize files with extension .tt2 and .tmpl. I am pretty >> sure there is some way to set this from Eclipse preferences. >> >> KNOWN BUGS: >> - HTML/XML comments marked with <!-- --> are suppose to be brick red. They >> are instead black. This looks fine so I didn't fix it. TT comments are >> brick red (correct). >> - quoted strings inside [% %] also appear as black text, but this also looks >> fine, so I didn't fix it. >> >> >> If you have trouble with git and just want the .jar, send an email and I >> will put it up somewhere else. >> >> Please send bug reports to: [email protected]. Don't expect them to >> be fixed promptly! >> >> Feel free to steal/abuse/modify/incorporate this "code" into your own work, >> private or commercial as you see fit. >> I or Stanford University is not responsible for any damages. >> >> Ben > > -- Ben Hitz Senior Scientific Programmer ** Saccharomyces Genome Database ** GO Consortium Stanford University ** [email protected] _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
