You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Harish Krishnaswamy <hk...@comcast.net> on 2004/03/17 13:55:38 UTC

[ANN] Tapestry 3.0 rc1 released

Tapestry 3.0 Release Candidate 1 has been released.

-Harish


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: [ANN] Tapestry 3.0 rc1 released

Posted by Mindbridge <mi...@yahoo.com>.
No, it cannot be build from binaries or from source only :-(

It only works if you download the binary AND the source distributions,
unpack them in the same directory (they do not conflict) and then run 'ant'.
The appropriate dependencies will be downloaded, the sources will be
compiled, and the examples will be built. Just tried that yesterday.

This is not right. I think it is okay for the binary distribution to have
just the appropriate .jar files. But the source one should have the
appropriate build.xml files so that it can be built by itself. I think we
need to modify it appropriately.

-mb

----- Original Message ----- 
From: "Erik Hatcher" <er...@ehatchersolutions.com>
To: "Tapestry users" <ta...@jakarta.apache.org>
Sent: Thursday, March 18, 2004 4:43 AM
Subject: Re: [ANN] Tapestry 3.0 rc1 released


> There is still a packaging issue.... I don't think the Workbench.war
> can be created from the binary distribution of RC1.  Can someone check
> this?  I'm going to be away this weekend and won't have time to work on
> it - but the build file does pull down all the dependencies.  But the
> examples aren't there and cannot be built from there ... *sigh*
>
> It is of little consequence to me personally since I just take the
> Tapestry JAR files and glue them into my build infrastructure, but we
> do need to fix the ease of deploying the samples it seems.
>
> Erik
>
> On Mar 17, 2004, at 4:57 PM, Erik Hatcher wrote:
> > The dynamic download only occurs when you *build* Tapestry itself.
> >
> > I have not investigated what is actually in the distribution built
> > with RC1, but I suspect you need to supply these dependencies yourself
> > and that simply deploying Workbench.war will no longer work without
> > also injecting into WEB-INF/lib the missing non-ASL dependencies.
> >
> > Erik
> >
> >
> > On Mar 17, 2004, at 11:56 AM, Kevin C. Dorff wrote:
> >
> >> This appears to mean you will likely have to supply the jars
> >>
> >>   javassist-2.5.1.jar
> >>   ognl-2.6.3.jar
> >>
> >> yourself, is how I read it. My apps don't run without them and my app
> >> certainly was not about to "dynamically download" the jar file from
> >> the internet, if that is what this is implying. I am running behind a
> >> firewall and I wouldn't WANT it to be going out and installing jar
> >> files on my system. I hope this is not what they mean.
> >>
> >> Kevin
> >>
> >> Joerg Latteier wrote:
> >>
> >>> Good news :)
> >>>
> >>> One question concerning one of the changes listed in the Change Log:
> >>>
> >>>
> >>>>> Dynamically download OGNL and Javassist libraries (in accordance
> >>>>> with ASF directives about non-ASL code). Unfortunately, this means
> >>>>> that we no longer can distribute precompiled examples that include
> >>>>> those libraries.
> >>>>>
> >>>
> >>> What does "Dynamically download" mean exactly ? What needs to be
> >>> done in order to get the missing libraries ?
> >>>
> >>> Thanks,
> >>> Joerg
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>>> -----Original Message-----
> >>>>> From: Harish Krishnaswamy [mailto:hkrishnaswamy@comcast.net] Sent:
> >>>>> Wednesday, March 17, 2004 1:56 PM
> >>>>> To: tapestry-user@jakarta.apache.org; Jakarta Project Management
> >>>>> Committee List; general@jakarta.apache.org
> >>>>> Subject: [ANN] Tapestry 3.0 rc1 released
> >>>>>
> >>>>>
> >>>>> Tapestry 3.0 Release Candidate 1 has been released.
> >>>>>
> >>>>> -Harish
> >>>>>
> >>>>>
> >>>>> ------------------------------------------------------------------- 
> >>>>> --
> >>>>> To unsubscribe, e-mail:
> >>>>> tapestry-user-unsubscribe@jakarta.apache.org
> >>>>> For additional commands, e-mail:
> >>>>> tapestry-user-help@jakarta.apache.org
> >>>>>
> >>>>>
> >>>>>
> >>>
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> >>> For additional commands, e-mail:
> >>> tapestry-user-help@jakarta.apache.org
> >>>
> >>>
> >>>
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: [ANN] Tapestry 3.0 rc1 released

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
There is still a packaging issue.... I don't think the Workbench.war  
can be created from the binary distribution of RC1.  Can someone check  
this?  I'm going to be away this weekend and won't have time to work on  
it - but the build file does pull down all the dependencies.  But the  
examples aren't there and cannot be built from there ... *sigh*

It is of little consequence to me personally since I just take the  
Tapestry JAR files and glue them into my build infrastructure, but we  
do need to fix the ease of deploying the samples it seems.

	Erik

On Mar 17, 2004, at 4:57 PM, Erik Hatcher wrote:
> The dynamic download only occurs when you *build* Tapestry itself.
>
> I have not investigated what is actually in the distribution built  
> with RC1, but I suspect you need to supply these dependencies yourself  
> and that simply deploying Workbench.war will no longer work without  
> also injecting into WEB-INF/lib the missing non-ASL dependencies.
>
> 	Erik
>
>
> On Mar 17, 2004, at 11:56 AM, Kevin C. Dorff wrote:
>
>> This appears to mean you will likely have to supply the jars
>>
>>   javassist-2.5.1.jar
>>   ognl-2.6.3.jar
>>
>> yourself, is how I read it. My apps don't run without them and my app  
>> certainly was not about to "dynamically download" the jar file from  
>> the internet, if that is what this is implying. I am running behind a  
>> firewall and I wouldn't WANT it to be going out and installing jar  
>> files on my system. I hope this is not what they mean.
>>
>> Kevin
>>
>> Joerg Latteier wrote:
>>
>>> Good news :)
>>>
>>> One question concerning one of the changes listed in the Change Log:
>>>
>>>
>>>>> Dynamically download OGNL and Javassist libraries (in accordance  
>>>>> with ASF directives about non-ASL code). Unfortunately, this means  
>>>>> that we no longer can distribute precompiled examples that include  
>>>>> those libraries.
>>>>>
>>>
>>> What does "Dynamically download" mean exactly ? What needs to be  
>>> done in order to get the missing libraries ?
>>>
>>> Thanks,
>>> Joerg
>>>
>>>
>>>
>>>
>>>
>>>>> -----Original Message-----
>>>>> From: Harish Krishnaswamy [mailto:hkrishnaswamy@comcast.net] Sent:  
>>>>> Wednesday, March 17, 2004 1:56 PM
>>>>> To: tapestry-user@jakarta.apache.org; Jakarta Project Management  
>>>>> Committee List; general@jakarta.apache.org
>>>>> Subject: [ANN] Tapestry 3.0 rc1 released
>>>>>
>>>>>
>>>>> Tapestry 3.0 Release Candidate 1 has been released.
>>>>>
>>>>> -Harish
>>>>>
>>>>>
>>>>> ------------------------------------------------------------------- 
>>>>> --
>>>>> To unsubscribe, e-mail:  
>>>>> tapestry-user-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail:  
>>>>> tapestry-user-help@jakarta.apache.org
>>>>>
>>>>>
>>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail:  
>>> tapestry-user-help@jakarta.apache.org
>>>
>>>
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: [ANN] Tapestry 3.0 rc1 released

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
The dynamic download only occurs when you *build* Tapestry itself.

I have not investigated what is actually in the distribution built with  
RC1, but I suspect you need to supply these dependencies yourself and  
that simply deploying Workbench.war will no longer work without also  
injecting into WEB-INF/lib the missing non-ASL dependencies.

	Erik


On Mar 17, 2004, at 11:56 AM, Kevin C. Dorff wrote:

> This appears to mean you will likely have to supply the jars
>
>   javassist-2.5.1.jar
>   ognl-2.6.3.jar
>
> yourself, is how I read it. My apps don't run without them and my app  
> certainly was not about to "dynamically download" the jar file from  
> the internet, if that is what this is implying. I am running behind a  
> firewall and I wouldn't WANT it to be going out and installing jar  
> files on my system. I hope this is not what they mean.
>
> Kevin
>
> Joerg Latteier wrote:
>
>> Good news :)
>>
>> One question concerning one of the changes listed in the Change Log:
>>
>>
>>>> Dynamically download OGNL and Javassist libraries (in accordance  
>>>> with ASF directives about non-ASL code). Unfortunately, this means  
>>>> that we no longer can distribute precompiled examples that include  
>>>> those libraries.
>>>>
>>
>> What does "Dynamically download" mean exactly ? What needs to be done  
>> in order to get the missing libraries ?
>>
>> Thanks,
>> Joerg
>>
>>
>>
>>
>>
>>>> -----Original Message-----
>>>> From: Harish Krishnaswamy [mailto:hkrishnaswamy@comcast.net] Sent:  
>>>> Wednesday, March 17, 2004 1:56 PM
>>>> To: tapestry-user@jakarta.apache.org; Jakarta Project Management  
>>>> Committee List; general@jakarta.apache.org
>>>> Subject: [ANN] Tapestry 3.0 rc1 released
>>>>
>>>>
>>>> Tapestry 3.0 Release Candidate 1 has been released.
>>>>
>>>> -Harish
>>>>
>>>>
>>>> -------------------------------------------------------------------- 
>>>> -
>>>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>>>> For additional commands, e-mail:  
>>>> tapestry-user-help@jakarta.apache.org
>>>>
>>>>
>>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>>
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: [ANN] Tapestry 3.0 rc1 released

Posted by "Kevin C. Dorff" <kd...@kcp.com>.
This appears to mean you will likely have to supply the jars

   javassist-2.5.1.jar
   ognl-2.6.3.jar

yourself, is how I read it. My apps don't run without them and my app 
certainly was not about to "dynamically download" the jar file from the 
internet, if that is what this is implying. I am running behind a 
firewall and I wouldn't WANT it to be going out and installing jar files 
on my system. I hope this is not what they mean.

Kevin

Joerg Latteier wrote:

>Good news :)
>
>One question concerning one of the changes listed in the Change Log:
>
>  
>
>>>Dynamically download OGNL and Javassist libraries (in accordance 
>>>with ASF directives about non-ASL code). Unfortunately, this 
>>>means that we no longer can distribute precompiled examples that 
>>>include those libraries.
>>>      
>>>
>
>What does "Dynamically download" mean exactly ? What needs to be 
>done in order to get the missing libraries ?
>
>Thanks,
>Joerg
>
>
>
>
>  
>
>>>-----Original Message-----
>>>From: Harish Krishnaswamy [mailto:hkrishnaswamy@comcast.net] 
>>>Sent: Wednesday, March 17, 2004 1:56 PM
>>>To: tapestry-user@jakarta.apache.org; Jakarta Project 
>>>Management Committee List; general@jakarta.apache.org
>>>Subject: [ANN] Tapestry 3.0 rc1 released
>>>
>>>
>>>Tapestry 3.0 Release Candidate 1 has been released.
>>>
>>>-Harish
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: 
>>>tapestry-user-help@jakarta.apache.org
>>>
>>>
>>>      
>>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


RE: [ANN] Tapestry 3.0 rc1 released

Posted by Joerg Latteier <la...@online.de>.
Good news :)

One question concerning one of the changes listed in the Change Log:

>> Dynamically download OGNL and Javassist libraries (in accordance 
>> with ASF directives about non-ASL code). Unfortunately, this 
>> means that we no longer can distribute precompiled examples that 
>> include those libraries.

What does "Dynamically download" mean exactly ? What needs to be 
done in order to get the missing libraries ?

Thanks,
Joerg




>> -----Original Message-----
>> From: Harish Krishnaswamy [mailto:hkrishnaswamy@comcast.net] 
>> Sent: Wednesday, March 17, 2004 1:56 PM
>> To: tapestry-user@jakarta.apache.org; Jakarta Project 
>> Management Committee List; general@jakarta.apache.org
>> Subject: [ANN] Tapestry 3.0 rc1 released
>> 
>> 
>> Tapestry 3.0 Release Candidate 1 has been released.
>> 
>> -Harish
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: 
>> tapestry-user-help@jakarta.apache.org
>> 
>> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: [ANN] Tapestry 3.0 rc1 released

Posted by Harish Krishnaswamy <hk...@comcast.net>.
Here's the vote and result thread.

http://nagoya.apache.org/eyebrowse/ReadMsg?listName=tapestry-dev@jakarta.apache.org&msgNo=2323

-Harish

Martin Cooper wrote:

>On Wed, 17 Mar 2004, Erik Hatcher wrote:
>
>  
>
>>Yes, on the tapestry-dev list at the top of the Votes section here:
>>
>>	http://jakarta.apache.org/tapestry/changes.html
>>
>>Are we supposed to get releases approved by the PMC?
>>    
>>
>
>Well, technically, it is only PMC members who can vote. ;-) However, the
>working model we are using allows the sub-project committers to make the
>decision, but the PMC needs to be notified of the vote result, preferably
>including a link to the vote thread on the project's -dev list.
>
>--
>Martin Cooper
>
>
>  
>
>>On Mar 17, 2004, at 6:47 PM, dion@multitask.com.au wrote:
>>
>>    
>>
>>>Was there a vote for it?
>>>--
>>>dIon Gillard, Multitask Consulting
>>>
>>>
>>>
>>>Harish Krishnaswamy <hk...@comcast.net> wrote on 17/03/2004
>>>11:55:38 PM:
>>>
>>>      
>>>
>>>>Tapestry 3.0 Release Candidate 1 has been released.
>>>>
>>>>-Harish
>>>>
>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>>>>For additional commands, e-mail: general-help@jakarta.apache.org
>>>>
>>>>        
>>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: general-help@jakarta.apache.org
>>
>>
>>    
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: general-help@jakarta.apache.org
>
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: [ANN] Tapestry 3.0 rc1 released

Posted by Martin Cooper <ma...@apache.org>.
On Wed, 17 Mar 2004, Erik Hatcher wrote:

> Yes, on the tapestry-dev list at the top of the Votes section here:
>
> 	http://jakarta.apache.org/tapestry/changes.html
>
> Are we supposed to get releases approved by the PMC?

Well, technically, it is only PMC members who can vote. ;-) However, the
working model we are using allows the sub-project committers to make the
decision, but the PMC needs to be notified of the vote result, preferably
including a link to the vote thread on the project's -dev list.

--
Martin Cooper


>
> On Mar 17, 2004, at 6:47 PM, dion@multitask.com.au wrote:
>
> > Was there a vote for it?
> > --
> > dIon Gillard, Multitask Consulting
> >
> >
> >
> > Harish Krishnaswamy <hk...@comcast.net> wrote on 17/03/2004
> > 11:55:38 PM:
> >
> >> Tapestry 3.0 Release Candidate 1 has been released.
> >>
> >> -Harish
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: general-help@jakarta.apache.org
> >>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: [ANN] Tapestry 3.0 rc1 released

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
Yes, on the tapestry-dev list at the top of the Votes section here:

	http://jakarta.apache.org/tapestry/changes.html

Are we supposed to get releases approved by the PMC?

On Mar 17, 2004, at 6:47 PM, dion@multitask.com.au wrote:

> Was there a vote for it?
> --
> dIon Gillard, Multitask Consulting
>
>
>
> Harish Krishnaswamy <hk...@comcast.net> wrote on 17/03/2004
> 11:55:38 PM:
>
>> Tapestry 3.0 Release Candidate 1 has been released.
>>
>> -Harish
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: general-help@jakarta.apache.org
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
For additional commands, e-mail: general-help@jakarta.apache.org


Re: [ANN] Tapestry 3.0 rc1 released

Posted by di...@multitask.com.au.
Was there a vote for it?
--
dIon Gillard, Multitask Consulting



Harish Krishnaswamy <hk...@comcast.net> wrote on 17/03/2004 
11:55:38 PM:

> Tapestry 3.0 Release Candidate 1 has been released.
> 
> -Harish
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: general-help@jakarta.apache.org
>