[Announce] Tapestry XPath project - new home available via Maven central

2012-02-06 Thread Paul Field

The Tapestry XPath project now has a new home at:
http://tapestryxpath.sourceforge.net/

And the release artefacts are now available through the Maven central 
repository.


Tapestry XPath allows you to use XPath expressions to query the Tapestry 
DOM, which is a particularly useful thing to do in tests of components 
and Pages. It's also useful for mixins and other components that 
manipulate the DOM.


- Paul

---
Paul Field
http://twitter.com/cloudy_skies


[Announce] Tapestry XPath project - v1.0.1 released

2010-03-12 Thread Paul Field
I'd like to announce the latest release of the Tapestry-XPath project
at Tapestry360:

https://tapestry.formos.com/projects/tapestry-xpath/
  
Tapestry XPath allows you to use XPath expressions to query the Tapestry 
DOM, which is a particularly useful thing to do in tests of components and 
Pages. It's also useful for mixins and other components that manipulate
the DOM.


** Release Notes

 * Ability to request normalized text from an element
 singleNormalizedDescendantText
 normalizedDescendantText
 normalizeText

 * Added UncheckedTapestryXPath to provide XPath functionality without
   checked exceptions

- Paul

---
Paul Field
http://twitter.com/cloudy_skies


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [Announce] Tapestry XPath project - v1.0.0 released

2009-06-24 Thread ice

Testify+XPath sounds great!

Thanks a lot :)


Paul Field-2 wrote:
 
 I'd like to announce the first stable release of the Tapestry-XPath
 project
 at Tapestry360:
 
 https://tapestry.formos.com/projects/tapestry-xpath/
   
 Tapestry XPath allows you to use XPath expressions to query the Tapestry 
 DOM, which is a particularly useful thing to do in tests of components and 
 pages. 
 
   
 ** For non-Maven people:
 http://tapestry.formos.com/maven-repository/com/formos/tapestry/tapestry-xpa
 th/1.0.0/
 
 
 ** For Maven people:
 
 repository
   idtapestry/id
   urlhttp://tapestry.formos.com/maven-repository/url
 /repository
 
 dependency
   groupIdcom.formos.tapestry/groupId
   artifactIdtapestry-xpath/artifactId
   version1.0.0/version
 /dependency
 
 
 - Paul
 
 ---
 Paul Field
 http://creakingcogs.blogspot.com/
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org
 
 
 

-- 
View this message in context: 
http://n2.nabble.com/-Announce--Tapestry-XPath-project---v1.0.0-released-tp3082258p3148390.html
Sent from the Tapestry Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



[Announce] Tapestry XPath project - v1.0.0 released

2009-06-15 Thread Paul Field
I'd like to announce the first stable release of the Tapestry-XPath project
at Tapestry360:

https://tapestry.formos.com/projects/tapestry-xpath/
  
Tapestry XPath allows you to use XPath expressions to query the Tapestry 
DOM, which is a particularly useful thing to do in tests of components and 
pages. 

  
** For non-Maven people:
http://tapestry.formos.com/maven-repository/com/formos/tapestry/tapestry-xpa
th/1.0.0/


** For Maven people:

repository
idtapestry/id
urlhttp://tapestry.formos.com/maven-repository/url
/repository

dependency
groupIdcom.formos.tapestry/groupId
artifactIdtapestry-xpath/artifactId
version1.0.0/version
/dependency


- Paul

---
Paul Field
http://creakingcogs.blogspot.com/


-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: [Announce] Tapestry XPath project

2009-04-22 Thread Andrea Chiumenti
Very very good, greetings!

On Tue, Apr 21, 2009 at 10:24 PM, Thiago H. de Paula Figueiredo
thiag...@gmail.com wrote:
 Em Tue, 21 Apr 2009 17:07:46 -0300, Paul Field
 tapes...@cloudinthesky.co.uk escreveu:

 I'd like to announce that the Tapestry XPath project is now available as a
  Snapshot release at Tapestry 360:
 https://tapestry.formos.com/nightly/tapestry-xpath/
 Tapestry XPath allows you to use XPath expressions to query the Tapestry
 DOM, which is a particularly useful thing to do in tests of components and
 pages.

 Awesome! I wanted something like this some time ago, when writing a mixin
 that added some CSS classes to tr elements generated by a Grid. I did the
 queries by hand, but wished there was something like XPath to do that . . .
 now there is! :)

 --
 Thiago H. de Paula Figueiredo
 Independent Java consultant, developer, and instructor
 http://www.arsmachina.com.br/thiago

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



[Announce] Tapestry XPath project

2009-04-21 Thread Paul Field
I'd like to announce that the Tapestry XPath project is now available as a
Snapshot release at Tapestry 360:
https://tapestry.formos.com/nightly/tapestry-xpath/
 
Tapestry XPath allows you to use XPath expressions to query the Tapestry
DOM, which is a particularly useful thing to do in tests of components and
pages.
 
- Paul


Re: [Announce] Tapestry XPath project

2009-04-21 Thread Thiago H. de Paula Figueiredo
Em Tue, 21 Apr 2009 17:07:46 -0300, Paul Field  
tapes...@cloudinthesky.co.uk escreveu:


I'd like to announce that the Tapestry XPath project is now available as  
a  Snapshot release at Tapestry 360:

https://tapestry.formos.com/nightly/tapestry-xpath/
Tapestry XPath allows you to use XPath expressions to query the Tapestry
DOM, which is a particularly useful thing to do in tests of components  
and pages.


Awesome! I wanted something like this some time ago, when writing a mixin  
that added some CSS classes to tr elements generated by a Grid. I did  
the queries by hand, but wished there was something like XPath to do that  
. . . now there is! :)


--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org