Hi Gavin,

I 've just tested with a clean new installation of juno *CLASSIC* and It
works like a charm,

last time I was testing with Juno for Java developers. So I think that was
the problem.., stick to Eclipse Classic!

thanks again and sorry for the inconvenience,

cheers!

Nicolás.-


On Mon, Jul 23, 2012 at 6:09 AM, Gavin Lei <gavingui2...@gmail.com> wrote:

> Hi Nicolas,
>
> I have not UBuntu environment, but it works well in Mac. I want to
> confirm what your problem is:
> 1. Can not see auto-complete panel in TML editor at all.
> 2. Can see auto-complete panel, but can not find Tapestry components in it.
>
> If it is problem 1, you should find out how to pop up auto-complete
> panel in your Eclipse.
>
> Thanks
>
> 2012/7/18 Nicolas Barrera <nbarr...@gmail.com>:
> > I 'm running Ubuntu 12.04 LTS
> >
> > so it's woking for you in your environment :S, I 'm afraid I 'm doing
> > something wrong...
> >
> > perhaps someone else has already test it in a linux environment and can
> > tell us,
> >
> > well If you get to know about an issue and fix it please send an
> > announcement here.
> >
> > thanks, and cheers
> >
> > Nicolás.-
> >
> >
> > On Wed, Jul 18, 2012 at 12:16 PM, Gavin Lei <gavingui2...@gmail.com>
> wrote:
> >
> >> Thanks for your work, Nicolas :-)
> >>
> >> You are in Windows or Mac? I will double check this issue. In my test
> >> of Eclipse Juno in Win 7, everything works well. If it appears here, i
> >> will fix it soon.
> >>
> >> 2012/7/18 Nicolas Barrera <nbarr...@gmail.com>:
> >> > Hi Gavin,
> >> >
> >> > thanks for the quick
> >> >
> >> > As I told you I 'm using maven and I was careful that *through maven*
> >> > tapestry-core*.jar was included as a dependency.
> >> >
> >> > Anyway as you told me to double check that, I 've manually added in
> build
> >> > path configuration the tapestry-core*.jar and the behaviour is still
> the
> >> > same... no auto-complete.
> >> >
> >> > I thought that perhaps maven was bringing in some trouble so I
> decided to
> >> > start a new java web project, added tapetsry-core*.jar to the java
> build
> >> > path library configuration, created a page using tapestrytools'
> wizard,
> >> > added a
> >> > @Property
> >> > String hello;
> >> > variable to the .java class... but that property isn't auto-completed
> >> > within the tml editor when hitting ${ctrl+space, nor are tapestry core
> >> > components when hitting <t:ctrl+space
> >> >
> >> > In TML Editor if I click on "design" view it says:
> >> > The document is empty. Right mouse click here to insert content.
> >> >
> >> > But, right clicking does nothing... and above that when switching to
> >> source
> >> > I see that the document is NOT empty but has this content:
> >> >
> >> >> <html  xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd
> ">
> >> >> <body>
> >> >>
> >> >> </body>
> >> >> </html>
> >> >>
> >> >
> >> > Hope I 'm helping with some clues...
> >> >
> >> > regards,
> >> >
> >> > Nicolás.-
> >> >
> >> >
> >> > On Wed, Jul 18, 2012 at 10:47 AM, Gavin Lei <gavingui2...@gmail.com>
> >> wrote:
> >> >
> >> >> Hi Nicolas,
> >> >>
> >> >> Thank you for your feedback, TapestryTools' auto-complete feature
> need
> >> >> tapestry-core-*.jar which contains
> >> >> "org.apache.tapestry5.corelib.components" in your eclipse project
> >> >> build path.
> >> >>
> >> >> I think this is not a Juno version issue, please check your build
> >> >> path. Right click project -> properties -> Java build path ->
> >> >> Libraries.
> >> >>
> >> >> 2012/7/18 Nicolas Barrera <nbarr...@gmail.com>:
> >> >> > Hi Gavin,
> >> >> >
> >> >> > I wanted to ask this prior to open a new issue...
> >> >> >
> >> >> > I 'm testing TapestryTools 1.0.0.201207172033 with Eclipse Juno
> >> Version:
> >> >> > Juno Release / Build id: 20120614-1722
> >> >> >
> >> >> > and although tapestrytools seems to be working fine, auto-complete
> >> >> features
> >> >> > aren't popping out when writing <t:, nor responding when hitting
> >> >> > ctrl+space, alt+/
> >> >> >
> >> >> > I 'm using this maven archetype to generate the project where I 'm
> >> >> > exercising this test (groupId=org.apache.tapestry;
> >> artifactId=quickstart;
> >> >> > version=5.1.0.5) which depends on tapestry-core-5.1.0.5.jar I can
> see
> >> >> that
> >> >> > dependency right inside the "Maven Dependencies" Library of the
> >> project.
> >> >> >
> >> >> >
> >> >> > As I 've never tested tapestrytools in any other eclipse version so
> >> >> perhaps
> >> >> > I 'm doing something wrong and wanted to check with you before
> >> >> submitting a
> >> >> > new issue, do you think this may be an issue concerning Juno only?
> >> >> >
> >> >> > cheers and thanks!
> >> >> >
> >> >> > Nicolás.-
> >> >> >
> >> >> >
> >> >> > On Tue, Jul 17, 2012 at 9:49 AM, Gavin Lei <gavingui2...@gmail.com
> >
> >> >> wrote:
> >> >> >
> >> >> >> TapestryTools update at 2012-07-17:
> >> >> >>
> >> >> >> 1. Support Eclipse Juno now, the update site(both for Indigo and
> >> Juno)
> >> >> >> is still: http://tapestrytools.googlecode.com/svn/TapestryTools/
> >> >> >>
> >> >> >> 2.Finish basic feature of Issue
> >> >> >> 33(http://code.google.com/p/tapestrytools/issues/detail?id=33).
> >> >> >>  It means the list of components (include components parameters)
> used
> >> >> >> for autocompletion will read the component classes from package
> >> >> >> org.apache.tapestry5.corelib.components which included in
> >> >> >> tapestry-core-*.jar. If you do not have tapestry jars in your
> build
> >> >> >> path, TapestryTools' auto-complete feature will not work.
> >> >> >>
> >> >> >> 2012/7/1 Gavin Lei <gavingui2...@gmail.com>:
> >> >> >> > Hi all,
> >> >> >> >
> >> >> >> > I have finished Tapestry component/page wizard feature for
> >> >> >> > TapestryTools, and fix issue 30. You guys can install and try
> the
> >> new
> >> >> >> > feature in version 1.0.0.201207011447 now.
> >> >> >> >
> >> >> >> > Install guide:
> >> >> >>
> >> >>
> >>
> http://code.google.com/p/tapestrytools/wiki/Install_Guide_Lightweight_TapestryTools
> >> >> >> >
> >> >> >> > ---------------------------------
> >> >> >> > Best Regards
> >> >> >> > Gavin Lei (雷银)
> >> >> >> > Email: gavingui2...@gmail.com
> >> >> >>
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> ---------------------------------
> >> >> >> Best Regards
> >> >> >> Gavin Lei (雷银)
> >> >> >> Email: gavingui2...@gmail.com
> >> >> >>
> >> >> >>
> ---------------------------------------------------------------------
> >> >> >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> >> >> >> For additional commands, e-mail: users-h...@tapestry.apache.org
> >> >> >>
> >> >> >>
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> ---------------------------------
> >> >> Best Regards
> >> >> Gavin Lei (雷银)
> >> >> Email: gavingui2...@gmail.com
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> >> >> For additional commands, e-mail: users-h...@tapestry.apache.org
> >> >>
> >> >>
> >>
> >>
> >>
> >> --
> >> ---------------------------------
> >> Best Regards
> >> Gavin Lei (雷银)
> >> Email: gavingui2...@gmail.com
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> >> For additional commands, e-mail: users-h...@tapestry.apache.org
> >>
> >>
>
>
>
> --
> ---------------------------------
> Best Regards
> Gavin Lei (雷银)
> Email: gavingui2...@gmail.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to