My projects
Online applications (free sign-up)
- FilmSuggestions.com – catalog your favorite movies
- MyOnlineProfile.net – catalog your online profiles
- Blog aggregation Dogs, Android, iPhone, Gaming, Parenting
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
- 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?