did you run the "mvn install" in the plugins as well ?

the current trunk requires the current trunk from the plugins.

-M

On 6/21/07, andy jenkins <[EMAIL PROTECTED]> wrote:
Thanks for fixing it!


I'm trying to use it, could you point me in the right direction
please?  I can't find the 1.0.2 snapshots, and building trinidad
[trunk] eventually fails with:

D:\pkg3\trinidad>mvn install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Apache MyFaces Trinidad
[INFO]   Apache MyFaces Trinidad Build
[INFO]   Apache MyFaces Trinidad API
[INFO]   Apache MyFaces Trinidad Impl
[INFO]   Apache MyFaces Trinidad Blank Demo
[INFO]   Apache MyFaces Trinidad Demo
[INFO]   Apache MyFaces Trinidad Examples
.
.
.
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Apache MyFaces Trinidad Impl
[INFO]    task-segment: [install]
[INFO] 
----------------------------------------------------------------------------
Downloading: 
http://people.apache.org/repo/m2-incubating-repository/org/apache/myfaces/trinidadbuild/maven-javascript-plugin/1.0.2-SNAPSHOT/maven-javascript-plugin-1.0.2-SNAPSHOT.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/trinidadbuild/maven-javascript-plugin/1.0.2-SNAPSHOT/maven-javascript-plugin-1.0.2-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.myfaces.trinidadbuild
ArtifactId: maven-javascript-plugin
Version: 1.0.2-SNAPSHOT

Reason: Unable to download the artifact from any repository

  org.apache.myfaces.trinidadbuild:maven-javascript-plugin:pom:1.0.2-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  java-net (https://maven-repository.dev.java.net/nonav/repository/),
  apache.stage (http://people.apache.org/repo/m2-incubating-repository)



On 6/20/07, Adam Winer <[EMAIL PROTECTED]> wrote:
> On 6/19/07, andy jenkins <[EMAIL PROTECTED]> wrote:
> > OK, I've reported it:
> > <URL: https://issues.apache.org/jira/browse/TRINIDAD-69 >
> >
> > Is it possible to use the Trinidad tables without Trinidad as the
> > default renderer?
>
> Nope, it's not.  But the good news is I've fixed this issue in the
> latest 1.0.2 snapshot.  Thanks for reporting it!
>
> -- Adam
>
>
> >
> > On 6/20/07, Adam Winer <[EMAIL PROTECTED]> wrote:
> > > Looks like a bug needing a JIRA issue.
> > >
> > > -- Adam
> > >
> > >
> > > On 6/19/07, andy jenkins <[EMAIL PROTECTED]> wrote:
> > > > With trinidad as the default renderer I can't get the x y coordinates
> > > > of an image commandButton.
> > > >
> > > > With trinidad as the default renderer, here's what POSTed:
> > > >
> > > >  org.apache.myfaces.trinidad.faces.FORM=pageContent%3AmapPanel%3AmapForm
> > > >  org.apache.myfaces.trinidad.faces.STATE=%2140
> > > >
> > > > Without trinidad (using myFaces):
> > > >
> > > >  pageContent%3AmapPanel%3AmapForm_SUBMIT=1
> > > >  pageContent%3AmapPanel%3AmapForm%3A_idcl=
> > > >  pageContent%3AmapPanel%3AmapForm%3A_link_hidden_=
> > > > 
javax.faces.ViewState=rO0ABXVyABNbTGphdmEubGFuZy5PYmplY3Q7kM5YnxBzKWwCAAB4cAAAAAN0AAEycHQADi9ob21lUGFnZS50aWxl
> > > >  pageContent%3AmapPanel%3AmapForm%3Amap.x=462
> > > >  pageContent%3AmapPanel%3AmapForm%3Amap.y=241
> > > >
> > > > Notice the x=462 and y=241 params.
> > > > But now our trinidad tables won't render without trinidad being the
> > > > default renderer.
> > > > So:
> > > > a. how could I fix the commandButton to work with trinidad?
> > > > b. how could I remove trinidad as the default renderer but still use
> > > > the trinidad tables?
> > > >
> > > > Here's the commandButton usage:
> > > >
> > > >  <h:commandButton id="map" action="#{sessionMB.getOutcome}"
> > > >      image="#{sessionMB.currentMapImage}"
> > > >      onmousedown="ShowLoading(); return true;"
> > > >      styleClass="mapClass">
> > > >    <f:actionListener type="tv.faces.event.MapImageAction" />
> > > >  </h:commandButton>
> > > >
> > > > Many thanks,
> > > > Andy.
> > > >
> > >
> >
>



--
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org

Reply via email to