On Jul 16, 7:04 am, velappan <[EMAIL PROTECTED]> wrote: > Hi.. > I have installed trac eclipse plugin.but when i gave the name and > server url means its giving an error message to me as url not > valid .but am using the same url to run trac..
I am assuming by this you mean when you enter the URL in eclipse. I am also assuming the following: you installed the XML-RPC plugin to your trac environment you installed the mylyn trac connector(also assuming you mean mylyn plugin as part of all this) Additional assumptions are: Trac 0.11 or greater Eclipse Europa. Assuming all the above to be correct, here is what I have found: for 0.11 the connection type needs to be xml-rpc (not http) for the trac repository the URL has to include the http:// part, this is an eclipse thing I think. If using apache, you might need to configure the authentication per the instructions on the xml-rpc plugin information. you may also need to configure/add the trac login authentication module(s), which you probably disabled if you installed accountManager Plugin and followed it's instructions. That's a start at least. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
