webtools

Syncing web project dependencies maven -> eclipse

I've got m2eclipse plugin installed and there's no problem syncing compile time dependencies that appear in pom.xml. Now, I add JPA + Hibernate(or whatever) dependency that maven catches up just fine when doing mvn jetty:run. The problem is, Eclipse doesn't. So I don't get those extra .jars deployed on the referenced tomcat when I laun...

What is the most suitable tool to create/maintain a help file?

I am trying to find an open source indexed help file for a site I am working on. I've been looking at documentation for RoboHelp and that comes really close to what I'm interested in using. Does anyone have any good information on some nice free tools to accomplish this? I would like to be able to import a given file with comments and s...

Eclipse extension point for attribute content in JSP editor (webtools)

I am trying to find extension point for providing custom attribute values in JSP editors, similar to org.eclipse.jdt.ui.javaCompletionProposalComputer in JDT. I looked at WST and JST documentation referenced at http://www.eclipse.org/webtools/documentation/, but found nothing. Is there such extension point, or some other way to provide...

PHP Dev Tools (Eclipse Plugin) -- Installation Error... help?

I have already installed WEb Tools, PyDev, and the default Eclipse installation for Ubuntu 10.04 (using "sudo apt-get install eclipe"). I'm now trying to install PHP dev tools plug-in for Eclipse, and I'm getting this error msg: Cannot complete the install because of a conflicting dependency. Software being installed: PDT SD...

my robots.txt file in web application

Hi, I am using asp.net with C#. To increase the searchibility of my site in google, I have searched & found out that I can do it by using my robots.txt , but I really don't have any idea how to create it and where can I place my tag like 'asp.net, C#' in my txt file. Also, the necessary steps to to include it in my application. Plea...

Solve ExtJs dynamic Id generation problem when using Selenium Tool

I am new-bie when it comes to testing and right now I am trying to test a web application and its UI is developed using EXTJS. The problem I am facing is when I try to Record a Macro and automate the Test I have one major problem. 1) ExtJs Ids are dynamic (Say the first time when I record the macro the Id is extj-343 the next time when ...