[jira] Created: (IBATISNET-257) Create MSI packages to install iBatis DM libs into the GAC

2008-01-21 Thread Chris Weisel (JIRA)
Feature Components: DataMapper Affects Versions: DataMapper 1.6.1 Environment: Windows, .Net 2.0 Reporter: Chris Weisel Fix For: DataMapper 1.6.1 Since the iBatis assemblies are strongly named, they can be easily installed into the GAC. I've created

.Net DataMapper MSI package

2008-01-17 Thread Chris Weisel
it directly to whoever is interested. Thanks, Chris Weisel p.s. I'm also working on Item Templates and a Project Template for VS 2k5 to lower the barrier to entry for iBatis. I'll have to double check with my boss, but there should be no problem contributing those items to the project, either.

Re: Deprecating the DAO framework?

2006-10-23 Thread Chris Weisel
As someone who actually set up the iBATIS.Net DAO framework once and then wondered why I spent all that time, when I could have written something from scratch in 1/4 the time, I totally support this idea. On the other hand, the download should probably remain on the website with a deprecation

Re: Website updated

2006-08-01 Thread Chris Weisel
You have to set the a's color style attribute (if you're using stylesheets), and maybe some of its sub attributes:for examplea { color: #000; }a:visited { color: #FFF; }etc.-Chris On 8/1/06, Clinton Begin [EMAIL PROTECTED] wrote: But unfortunately Rubies aren't blue ;-) I've revertedIs there

Re: Mapping objects from CSV files. (.Net)

2006-07-28 Thread Chris Weisel
I don't think everyone here understands this situation. I'll try to shed some light on it, but I don't know how to solve it. I think Per Magne's problem is that the filename he is reading from changes, maybe it is set by the user at runtime. He is wondering how he can tell ibatis where the file is

[jira] Commented: (IBATISNET-86) Make _mapper in IBatisNet.DataMapper.Mapper protected, not private

2005-07-06 Thread Chris Weisel (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-86?page=comments#action_12315175 ] Chris Weisel commented on IBATISNET-86: --- I made a mistake and didn't think this through. You can't make static methods virtual (and therefore you can't override