Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Wrong linking in WTP Project Plan page

Yet another question is how can I push my changes to the project plan?

Nitin in https://bugs.eclipse.org/bugs/show_bug.cgi?id=451395#c5 has suggested me to use

pushurl = ssh://{mylogin}@git.eclipse.org/gitroot/www.eclipse.org/webtools.git

but unfortunately it didn't work for me when I tried to push an updated project plan to ssh://vrubezhny@xxxxxxxxxxxxxxx/gitroot/www.eclipse.org/webtools.git and failed with:

remote: error: insufficient permission for adding an object to repository database ./objects
remote: fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit

Looks like I have no write permission here.

What is the project I should use to create an issue attached with a patch that contains my changes to the plan? (I mean
standard-project-plans/mars/jsdt-plan.xml)

Or I should file an issue regarding my permissions?

Thanks in advance,
Victor Rubezhny



On 12/23/2014 08:16 PM, Victor Rubezhny wrote:
Hi, ALL!

I'd like to edit the Project Plan for WebTools 3.7 (Mars)'s JSDT subproject. So, I've git-cloned git://git.eclipse.org/gitroot/www.eclipse.org/webtools.git repository and found the project plan for JSDT in /standard-project-plans/mars/jsdt-tools-plan.xml document. But it looks like this plan isn't taken into account by a build or by a result of wrong referencing: when opening https://eclipse.org/projects/project-plan.php?projectid=webtools page you see "Project Plan For Eclipse Web Tools Platform Project, version Mars" in the page title, but when you open the link for "JavaScript Development Tools" at the end of the page (in "Appendix Sup-Project Plans" chapter) you'll be moved to the JSDT's project plan for 3.6 (Luna), not Mars, despite the fact that the jsdt-tools-plan.xml (that is placed in the same folder as wtp-plan.xml which looks like a source for "Project Plan For Eclipse Web Tools Platform Project, version Mars" page) says that it's a plan for Mars.

How can we fix this?

Thanks in advance,
Victor Rubezhny
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev



Back to the top