Jason Lokerson
Jason Lokerson
@capnmidnight The webserver is actually configured specifically to accept connections only from localhost. I'm not exactly sure how I would design a sufficiently secure authentication scheme to serve user input...
Any updates on this one? I know there are still some ant scripts to be converted over, but if you want to merge my pull request in with whatever adjustments...
Very cool. I've pulled your stuff into my fork, I'll help out with the conversion. Do you want to outlay what's not currently working that needs to work in maven...
So to verify, you would like to be able to write unit tests in Python, instead of Java, as a language? This is probably appropriate for some tests, but not...
There should be a well-defined Java API, too. Currently the only thing I see is the Javadoc; the python documentation is concise and focused by comparison, the Javadocs are all...
All of the old tests have been converted to the new annotation-based syntax in this changeset. See pull request #365 for the fix.
My next step will be to remove the slower unit tests from typical testing, and include them as part of an integration test package. Can your CI server be altered...
This would work wonderfully if you have releases staged out to Maven. We could actually use Maven for the auto-update process, simply by having it download your artifacts. If you're...
I think the best idea on Windows would be to write a stand-alone launcher that has an embedded instance of Maven, freeing the user from having to install it. Ideally,...
Agreed. Can I get some comments about how the documentation is generated in the current build? I'd like to replicate the generators in Maven, and then at that point, I...