Jason Lokerson

Results 23 comments of Jason Lokerson

If I may ask, does the snippet you posted actually include instructions to copy artifacts to a hosting server? It looks like these executions are the generator portions, and the...

I agree with that. I’ll help out as best I can to ensure the Maven build is producing the desired artifacts. From: Trevor Bekolay Sent: Sunday, December 23, 2012 2:31...

What will be the canonical language for the API? For access reasons, imho, it's probably a good idea to write your reference interfaces in Java, and then only provide implementations...

Good to hear that your team has experience with a modern language like Python. Too often, I’ve seen new projects started on old technologies chosen simply due to the developer...

I think I can get the new Maven branch to run these tests automatically. Do you have plans to annotate tests as being unit, integration, or functional tests? I'd like...

I agree with bptripp. Providing some default capabilities, in addition to offering the ability to script out more advanced behaviors, is essential to offering a smooth learning curve for users.

This problem is solvable with Maven. Anything artifacts put in Central will also require documentation jars be attached. Putting the documentation online becomes a matter of adding one more step...

If you like you can branch my pull request into something else on your repo, and we can work together on this.

Does this need to be done on disk? A quick solution might be to implement a cache of some kind that can store these results. You could attach the cache...

An on-disk cache seems like the smart thing to do, too. In-memory caches are unlikely to save much time. The fact that you have a file system database may cause...