Re: Generating 1.2 builds

2007-02-11 Thread Malcolm Edgar
Thanks, that makes sense now. regards Malcolm On 2/12/07, Andrus Adamchik <[EMAIL PROTECTED]> wrote: Ok, didn't realize you are asking for the code location. It is in the parallel branch: https://svn.apache.org/repos/asf/cayenne/main/branches/STABLE-1.2/ cayenne/ Andrus On Feb 11, 2007, at

Re: Generating 1.2 builds

2007-02-11 Thread Andrus Adamchik
Ok, didn't realize you are asking for the code location. It is in the parallel branch: https://svn.apache.org/repos/asf/cayenne/main/branches/STABLE-1.2/ cayenne/ Andrus On Feb 11, 2007, at 10:59 PM, Malcolm Edgar wrote: Hi Andrus, OK I think I am missing something here. Is the org.obje

Re: Generating 1.2 builds

2007-02-11 Thread Malcolm Edgar
Hi Andrus, OK I think I am missing something here. Is the org.objectstyle code base maintained in a parrallel repository to: http://svn.apache.org/repos/asf/cayenne/main/branches/STABLE-2.0/ I am wanting to build a Cayenne 1.2.x org.objectstyle version not a Cayenne 2.0.x org.apache version. r

Re: Generating 1.2 builds

2007-02-11 Thread Andrus Adamchik
Both work the same as 2.0 (Apache) and 1.2 (ObjectStyle) are Ant-based. 3.0 (Apache) is Maven based so the build procedure is different. (If the dev guide on the site implies otherwise, let's fix it) Andrus On Feb 11, 2007, at 10:01 PM, Malcolm Edgar wrote: Hi Andrus, from what I underst

Re: Generating 1.2 builds

2007-02-11 Thread Malcolm Edgar
Hi Andrus, from what I understand this will generate a Apache 2.0 build rather than an ObjectStyle 1.2 build. I wanted to know how to generate the legacy object style build. regards Malcolm Edgar On 2/12/07, Andrus Adamchik <[EMAIL PROTECTED]> wrote: Hi Malcolm, All Ant builds are done from

Re: Generating 1.2 builds

2007-02-11 Thread Andrus Adamchik
Hi Malcolm, All Ant builds are done from "cayenne/cayenne-ant" directory: 1. Build the jars: ant 2. Test ant test 3. Create a packaged release: ant release http://cayenne.apache.org/legacy-ant-build.html http://cayenne.apache.org/release-guide-20.html Andrus On Feb 11, 2007, at 5

Generating 1.2 builds

2007-02-11 Thread Malcolm Edgar
Hi All, how are the Cayenne (1.2) objectstyle builds generated from the cayenne-ant project? regards Malcolm Edgar