You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "seloha ." <se...@hotmail.com> on 2005/06/27 14:38:20 UTC

Tapestry 4.0 cvs compile without java 1.5

I thought I should post this for people who like myself do not have java 1.5 
and want to compile the cvs snap shot.

In the root directory of the cvs edit the build.xml file and replace this:

	<filelist id="project.modules"
		dir="."
		files="framework/build.xml portlet/build.xml contrib/build.xml 
annotations/build.xml examples/Workbench/build.xml"/>

with this:

	<filelist id="project.modules"
		dir="."
		files="framework/build.xml portlet/build.xml contrib/build.xml"/>

i.e. remove the annotations/build.xml examples/Workbench/build.xml files 
from the files list which both require java 1.5 annotations.

Hope this is helpful to someone.

Paul



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


Re: Nightly Snapshots - Table FormConditional Bug in Beta 1

Posted by Mind Bridge <mi...@yahoo.com>.
Hi,

FormConditional is actually about to be deprecated in 4.0 in favour of If
and Else.

Yes, hivemind did move to svn.

-mb

----- Original Message ----- 
From: "Derek Brown" <ze...@yahoo.com>
To: "Tapestry users" <ta...@jakarta.apache.org>
Sent: Thursday, June 30, 2005 10:31 PM
Subject: Nightly Snapshots - Table FormConditional Bug in Beta 1


> Hello,
>
> Are there plans for nightly builds? In the mean time
> could someone please share a recent post beta-1
> snapshot. The hivemind module seems to be missing from
> CVS, did it move to SVN?
>
> Thanks
>
>
>
> ____________________________________________________
> Yahoo! Sports
> Rekindle the Rivalries. Sign up for Fantasy Football
> http://football.fantasysports.yahoo.com
>
> ---------------------------------------------------------------------
> 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


Nightly Snapshots - Table FormConditional Bug in Beta 1

Posted by Derek Brown <ze...@yahoo.com>.
Hello,

Are there plans for nightly builds? In the mean time
could someone please share a recent post beta-1
snapshot. The hivemind module seems to be missing from
CVS, did it move to SVN?

Thanks


		
____________________________________________________ 
Yahoo! Sports 
Rekindle the Rivalries. Sign up for Fantasy Football 
http://football.fantasysports.yahoo.com

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


Confusion with binding

Posted by Robert <rv...@xs4all.nl>.
Hi,

I have a component with one parameter of a complex type with 
direction="custom".
I have noticed that each time I get the parameter using getBinding() I 
am getting another object (different address). This means that if I set 
something in the object it is gone again the next time I look in the 
object. Is this supposed to happen?

What I am doing now is make an instance field in the component and set 
the field the first time the parameter is accessed. And set it to null 
again in the cleanupAfterRender. Any other people doing something like 
this too?

Robert.


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