Re: Unit testing JPA in sandbox

2006-07-25 Thread Craig McClanahan
On 7/25/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >I was looking at adding some junit test cases for a maven build mocking the >shale mail reader JPA library in the sandbox. > >I'm using the a transaction type of "RESOURCE_LOCAL" so the test can be >ran under JavaSE. The problem I'm seeing

JIRA logging of SVN commits

2006-07-25 Thread Craig McClanahan
It looks like JIRA noticing commits on Struts is working again ... but it appears that it is not working for us since we moved. Could someone initiate an infra ticket on this? (I'm going to be at the O'Reilly Open Source conference all day the next couple of days, and won't have time to deal wit

Re: Unit testing JPA in sandbox

2006-07-25 Thread Gary VanMatre
>I was looking at adding some junit test cases for a maven build mocking the >shale mail reader JPA library in the sandbox. > >I'm using the a transaction type of "RESOURCE_LOCAL" so the test can be >ran >under JavaSE. The problem I'm seeing is that the test needs to load the >persistence.xm

Unit testing JPA in sandbox

2006-07-25 Thread Gary VanMatre
I was looking at adding some junit test cases for a maven build mocking the shale mail reader JPA library in the sandbox. I'm using the a transaction type of "RESOURCE_LOCAL" so the test can be ran under JavaSE. The problem I'm seeing is that the test needs to load the persistence.xml from t

Re: Source Repository Organization and Release Strategy Thoughts

2006-07-25 Thread Craig McClanahan
On 7/25/06, James Mitchell <[EMAIL PROTECTED]> wrote: They will land in the top directory of the artifact. That's how we do it for the struts1 stuff now. Cool ... feel free to move the files around as you have time. -- James Mitchell Craig On Jul 23, 2006, at 8:02 PM, Craig McClanahan

Re: Source Repository Organization and Release Strategy Thoughts

2006-07-25 Thread James Mitchell
They will land in the top directory of the artifact. That's how we do it for the struts1 stuff now. -- James Mitchell On Jul 23, 2006, at 8:02 PM, Craig McClanahan wrote: On 7/23/06, James Mitchell <[EMAIL PROTECTED]> wrote: I like to keep them (LICENSE.txt and NOTICE.txt) under:

Re: Shale Nightly Builds

2006-07-25 Thread Sean Schofield
adjust the crontab fire-up time to compensate. The updated script has been checked into the maven/etc directory of the repository, and it now includes the mailreader-jpa library and shale-mailreader-jpa sample webapp. Tonight's builds should be dated 20060725, as usual. Craig