Re: DB2 Plugin Done

2011-04-27 Thread Jeffrey Simpson
Thanks for the help. The targets are in there now. Jeffrey Simpson Senior Software Engineer Telephone: 240.235.2144 Fax: 240.235.2174 Youth For Understanding (YFU) prepares young people for their responsibilities and opportunities in a changing, interdependent world. simpson@yfu.orgOn Apr 27

Re: DB2 Plugin Done

2011-04-27 Thread Pascal Robert
Hi Jeffrey, I had a quick look and so far the project structure seems ok. The only thing missing is the targets in build.xml: https://github.com/jeffreyindc/wonder/blob/master/Build/build/build.xml You should add a target for the plugin (see the H2Plugin.all target for an example) and anothe

Re: DB2 Plugin Done

2011-04-27 Thread Jeffrey Simpson
This is a better link to the github https://jeffreyi...@github.com/jeffreyindc/wonder.git Jeffrey Simpson Senior Software Engineer Telephone: 240.235.2144 Fax: 240.235.2174 Youth For Understanding (YFU) prepares young people for their responsibilities and opportunities in a changing, interdepe

Re: DB2 Plugin Done

2011-04-27 Thread Jeffrey Simpson
I have checked in my plugin to g...@github.com:jeffreyindc/wonder.git. Please have a look. I know I am probably the only person using DB2 but the PluginTest may be of interest. Jeffrey Simpson Senior Software Engineer Telephone: 240.235.2144 Fax: 240.235.2174 Youth For Understanding (YFU)

Re: DB2 Plugin Done

2011-04-27 Thread Pascal Robert
Le 2011-04-27 à 11:41, Jeffrey Simpson a écrit : > Ok I got a github account and made a fork. What is confusing me is which > branch in the fork do I check out and add my code to. Is master the right > one? If you use WebObjects 5.4.x, "master" is the right one. > > > Jeffrey Simpson > Sen

Re: DB2 Plugin Done

2011-04-27 Thread Jeffrey Simpson
Ok I got a github account and made a fork. What is confusing me is which branch in the fork do I check out and add my code to. Is master the right one? Jeffrey Simpson Senior Software Engineer Telephone: 240.235.2144 Fax: 240.235.2174 Youth For Understanding (YFU) prepares young people for th

Re: DB2 Plugin Done

2011-04-27 Thread Pascal Robert
Le 2011-04-27 à 09:47, Jeffrey Simpson a écrit : > > So I have written the DB2 Plugin. It is really 2 plugins. DB2Plugin and > DB2ForISeriesPlugIn. There are some slight difference between DB2 running on > Linux, Unix and Windows and DB2 running on the iSeries. I think the > DB2ForISeries

DB2 Plugin Done

2011-04-27 Thread Jeffrey Simpson
So I have written the DB2 Plugin. It is really 2 plugins. DB2Plugin and DB2ForISeriesPlugIn. There are some slight difference between DB2 running on Linux, Unix and Windows and DB2 running on the iSeries. I think the DB2ForISeriesPlugIn would work for DB2 for OS/390 but I do not promise it.