JDO TCK Conference Call Friday, Mar 2, 9 am Pacific Time

2012-03-02 Thread Michael Bouschen
Hi, We will have our regular meeting Friday, March 2 at 9 am Pacific Time to discuss JDO TCK issues and status. Dial-in numbers are: US Toll free: 866 682-4770 Germany Frankfurt 06916106 Germany Toll free: 08006648515 (Other countries by request) To place the call: 1. Call

Minutes: JDO TCK Conference Call Friday, Mar 2, 9 am Pacific Time

2012-03-02 Thread Craig L Russell
Attendees: Matthew Adams, Michelle Caisse, Michael Bouschen, Craig Russell Agenda: 1. Delete maven1 config files: https://issues.apache.org/jira/browse/JDO-705 . README.html needs to be reviewed. JDO3.MF is gone. README still needs a review. 2. News on new feature idea http://osdir.com/

Build failure with JDO3.MF missing

2012-03-02 Thread Craig L Russell
svn up At revision 1296358. mvn install ... [INFO] BUILD FAILURE [INFO] [INFO] Total time: 11.800s [INFO] Finished at: Fri Mar 02 10:07:00 PST 2012 [INFO] Final Memory: 16M/81M [INFO] ---

log4j class loader

2012-03-02 Thread Craig L Russell
It looks like log4j looks in the class loader that loads the log4j classes [1], so putting the configuration file directory in the class loader used to load log4j should work. I looked in Enhance.java and couldn't quite figure out where the log4j jar file is being added to the class path.

Re: Build failure with JDO3.MF missing

2012-03-02 Thread Matthew Adams
Fixed: R:\os\jdo\trunk\tck>svn ci -m "removed reference to ../JDO3.MF -- don't think it's necessary since we're not publishing the TCK (yet) to any Maven repos" Sendingtck\pom.xml Transmitting file data . Committed revision 1296400. On Fri, Mar 2, 2012 at 12:09 PM, Craig L Russell wrote:

Re: Build failure with JDO3.MF missing

2012-03-02 Thread Michael Bouschen
Hi Matthew, thanks! Regards Michael Fixed: R:\os\jdo\trunk\tck>svn ci -m "removed reference to ../JDO3.MF -- don't think it's necessary since we're not publishing the TCK (yet) to any Maven repos" Sendingtck\pom.xml Transmitting file data . Committed revision 1296400. On Fri, Mar 2,

Re: Build failure with JDO3.MF missing

2012-03-02 Thread Craig L Russell
Yah, that's what I thought but I wasn't sure enough that I was doing it right. Craig On Mar 2, 2012, at 11:27 AM, Matthew Adams wrote: Fixed: R:\os\jdo\trunk\tck>svn ci -m "removed reference to ../JDO3.MF -- don't think it's necessary since we're not publishing the TCK (yet) to any Mave