You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by Martin Poeschl <mp...@marmot.at> on 2002/12/03 16:03:07 UTC

cvs checkins and release builds

to make sure the release builds will work as expected i made them 
available at

jakarta.apache.org/~mpoeschl/021203/

i'll wait for feedback before i'll do the final builds and annoucements

i haven't tagged the repos .. so please don't checkin anything without 
talking to me

martin


Re: cvs checkins and release builds

Posted by Rodney Schneider <ro...@actf.com.au>.
Hi Martin,

Are you planning on releasing the TDK as well?  The fixes to make it 
work are very minor, as mentioned in one of my previous posts:
http://archives.apache.org/eyebrowse/ReadMsg?listName=turbine-dev@jakarta.apache.org&msgNo=12288

If I knew how to build the TDK, I would fix it myself :)

Regards,

-- Rodney


On Wed, 4 Dec 2002 02:03, you wrote:

> to make sure the release builds will work as expected i made them
> available at
>
> jakarta.apache.org/~mpoeschl/021203/
>
> i'll wait for feedback before i'll do the final builds and
> annoucements
>
> i haven't tagged the repos .. so please don't checkin anything
> without talking to me
>
> martin

Re: cvs checkins and release builds

Posted by Rodney Schneider <ro...@actf.com.au>.
On Thu, 5 Dec 2002 18:20, you wrote:
> Rodney Schneider wrote:
> >Hi Martin,
> >
> >Are you planning on releasing the TDK as well?  The fixes to make it
> >work are very minor, as mentioned in one of my previous posts:
> >http://archives.apache.org/eyebrowse/ReadMsg?listName=turbine-dev@ja
> >karta.apache.org&msgNo=12288
> >
> >If I knew how to build the TDK, I would fix it myself :)
>
> ant test ;-)
>
> i don't think it'S good to release a final tdk as it always causes
> problems .. i would prefere to have an example file structure + some
> docs

Hi Martin,

I agree that, in the future, we should scrap the TDK.  However, there 
are many people out there already using TDK 2.2 beta versions and 
release candidate versions, so I think it would be best to release a 
final version of TDK 2.2.  I think we should scrap the TDK after the 
2.2 release.

I am happy to build a final working TDK 2.2, however, I just tried "ant 
test" and got the following error:

-----------
prepare:
BUILD FAILED
/home/rodney/jakarta/jakarta-turbine-tdk/build.xml:236: 
/home/rodney/jakarta/jakarta-turbine-tdk/src/tdk/task not found.
-----------

Here's what the "prepare" target looks like in build.xml:
-----------
<target name="prepare">
  <copy todir="${tdk.build.dir}/src">
    <fileset dir="${tdk.src}/task"/>
  </copy>
</target>
-----------

However, the jakarta-turbine-tdk repository doesn't contain a "task" 
directory.

Could you send me the build.properties file you are using to build the 
TDK?

Thanks,

-- Rodney

Re: cvs checkins and release builds

Posted by Martin Poeschl <mp...@marmot.at>.
Rodney Schneider wrote:

>Hi Martin,
>
>Are you planning on releasing the TDK as well?  The fixes to make it 
>work are very minor, as mentioned in one of my previous posts:
>http://archives.apache.org/eyebrowse/ReadMsg?listName=turbine-dev@jakarta.apache.org&msgNo=12288
>
>If I knew how to build the TDK, I would fix it myself :)
>
ant test ;-)

i don't think it'S good to release a final tdk as it always causes 
problems .. i would prefere to have an example file structure + some docs

martin

>
>Regards,
>
>-- Rodney
>
>
>On Wed, 4 Dec 2002 02:03, you wrote:
>
>  
>
>>to make sure the release builds will work as expected i made them
>>available at
>>
>>jakarta.apache.org/~mpoeschl/021203/
>>
>>i'll wait for feedback before i'll do the final builds and
>>annoucements
>>
>>i haven't tagged the repos .. so please don't checkin anything
>>without talking to me
>>
>>martin
>>    
>>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>
>  
>