My projects
Code
- Javathinking @ google code
- javathinking-commons – simple utility classes, and non-application specific code
- javathinking-simplejob – a proof of concept batch processing framework
- javathinking-sysmon – a simple resource monitoring application resources
Applications
- Global Martial Arts Directory – Search for martial arts schools near you. Built with Play.
- vsConsole - A tool for software development departments, vsConsole gives you easy access to remote server logs, simple application monitoring and a broadcast message system. Designed for developers and testers. Built with Grails.
- My Daily Activity – an online application to record how often you do certain activities so that you can be honest about how much effort you are putting in.
- ToolInstaller – a standardized way to install applications and tools in a fast, repeatable and consistent way (ideal for setting up developer workstations in a software development department)
Grails plugins:






{ 4 comments… read them below or add one }
I used you grails plugin(v0.5) for selenium and I continue to get this error while creating any test case.
Warning: Could not find file [*path to my project]\null\src\templates\artifacts\SeleniumTest.html to copy.
Here ‘path to my project’ is the upper most directory of my code base’s trunk.
Hi Prule, I want to know if is possible to extend your grails-selenium plugin without any protocols or if I do, my application has to be open source?
thanks
Hi cristovaodoj,
Please feel free to do whatever you want with the grails-selenium code – there are no restrictions.
Note, I do have a new version to release , but I can’t! (I think I committed the code to svn) Some sort of bug in Grails 1.1.1 I think and I haven’t been able to work around it so I’m waiting for the next Grails release.
Thanks for your interest.
Hey Paul,
Is there way to make grails-selenium output a junit style report?