Hi all,

a little chat with Dmitry reveals the real problem and a solution.
Thx to him!!!

My Problem:
- no maven webapp folder structure (details: no
src/main/webapp/WEB-INF/web.xml)

Solution
- create a eclipse intern sym link to the web.xml
1st create a virtual folder in eclipse (new->folder->advanced) with the
name src/main/webapp/WEB-INF
(http://ibin.co/2EPnweC44jzn)
2nd create a link to the web.xml in eclipse (new->file->advanced); use the
var PROJECT_LOC to avoid
machine based paths, like PROJECT_LOC/WebContent/WEB-INF/web.xml
(http://ibin.co/2EPo6ddNkFoK)

Now everything works fine.
Thx and Kind regards

On Thu, Sep 3, 2015 at 10:19 PM, Dmitry Gusev <dmitry.gu...@gmail.com>
wrote:

> Hi Diego,
>
> it's hard to tell what could go wrong from this description.
>
> We can chat about it in the #tapestry IRC channel on irc.freenode.net if
> you want.
>
> On Thu, Sep 3, 2015 at 11:10 PM, Diego Socaceti <socac...@gmail.com>
> wrote:
>
> > Hi Dmitry,
> >
> > there are no errors in the Error Log.
> >
> > I've tried
> > - it with a new workspace
> > - it with HTML and XML editor of eclipse. For both i get
> > the message 'content assistant not available at the current location' in
> > the status bar
> >
> > Kind regards
> >
> > On Fri, Aug 28, 2015 at 3:20 PM, Dmitry Gusev <dmitry.gu...@gmail.com>
> > wrote:
> >
> > > Hi Diego!
> > >
> > > Maybe you have any errors in Error Log view?
> > > (Window -> Show View -> Error Log)
> > >
> > >
> > > On Fri, Aug 28, 2015 at 3:03 PM, Diego Socaceti <socac...@gmail.com>
> > > wrote:
> > >
> > > > Hi Dmitry,
> > > >
> > > > i just installed it for the 1st time, but there are two features with
> > > > aren't working for me
> > > > 1. Jump to Definition in tml files
> > > > 2. Completion Proposals in tml files
> > > >
> > > > Any idea, what i did wrong?
> > > >
> > > >
> > > > Kind regards
> > > > Diego
> > > >
> > > >
> > > > On Fri, Aug 28, 2015 at 1:59 PM, Bob Harner <bobhar...@gmail.com>
> > wrote:
> > > >
> > > > > Nice! Thanks for all these improvements, Dmitry!
> > > > > On Aug 26, 2015 7:52 AM, "Dmitry Gusev" <dmitry.gu...@gmail.com>
> > > wrote:
> > > > >
> > > > > > Hi Tapestry users,
> > > > > >
> > > > > > New release (only tested in Eclipse Mars) available for download
> > now:
> > > > > >
> > > > > > https://github.com/anjlab/eclipse-tapestry5-plugin#install
> > > > > >
> > > > > > It includes:
> > > > > >
> > > > > >  - Performance improvements on big projects.
> > > > > >
> > > > > >    It should work faster, cache more aggressively and should stop
> > > > > hammering
> > > > > > your Eclipse with analyzing project configuration when you have
> > build
> > > > > > errors.
> > > > > >
> > > > > >  - Tapestry Context view & Quick Switch popup now support
> > > > service/module
> > > > > > configurations:
> > > > > >
> > > > > >    With this feature it's possible to inspect service's advisors,
> > > > > > contributions, decorations, implementors, markers etc. for
> > currently
> > > > > > selected service/module. I.e. you can see who contributes to
> every
> > > > > tapestry
> > > > > > service & quickly navigate to declarations of these
> contributions.
> > > > > >
> > > > > >  - Quick Switch popup provides filtering & quick navigation
> through
> > > > > current
> > > > > > tapestry context, similar to CMD+O for quick java outline
> > > > > >
> > > > > >  - New feature "Quick Navigation within Tapestry Project Outline"
> > is
> > > > > > similar to Quick Switch popup, but provides filtering &
> navigation
> > > > within
> > > > > > project outline. This may still need some performance
> > optimizations,
> > > > but
> > > > > > it's quite usable when you need a quick introspection/search
> within
> > > > your
> > > > > > project configuration.
> > > > > >
> > > > > >    There's a new shortcut for this feature: CMD+Shift+;
> > > > > >
> > > > > >
> > > > > > Give it a try & share your feedback.
> > > > > >
> > > > > > --
> > > > > > Dmitry Gusev
> > > > > >
> > > > > > AnjLab Team
> > > > > > http://anjlab.com
> > > > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Dmitry Gusev
> > >
> > > AnjLab Team
> > > http://anjlab.com
> > >
> >
>
>
>
> --
> Dmitry Gusev
>
> AnjLab Team
> http://anjlab.com
>

Reply via email to