Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-docs-dev] Testing a regression with build-helper.xml

Jeremie,

The org.eclipse.mylyn.help.ui project is in another Mylyn Git repository (not Mylyn Docs), sorry for not being more clear.  The Git repo you're looking for is org.eclipse.mylyn.tasks, details are listed here: http://wiki.eclipse.org/Mylyn_Contributor_Reference#Active_branches

David

On Fri, Dec 21, 2012 at 8:46 AM, Jeremie Bresson <dev@xxxxxxxx> wrote:
Hi everybody,

In the list of my pending patches for wikitext, I have some feedback from David Green about a possible regression:
Bug 388657 comment 10
https://bugs.eclipse.org/bugs/show_bug.cgi?id=388657#c10


There is a mention of some differences (regression) in the HTML produced by "build-helper.xml".
I have tried to reproduce the case but I am not sure whether I am doing it right.

First I assumed it is /org.eclipse.mylyn.wikitext.help.ui/build-helper.xml because I could not find any other directory that is named
/org.eclipse.mylyn.help.ui/build-helper.xml


I did following:

checkout master (my master is rebased at eclipse/master).

in the org.eclipse.mylyn.wikitext.help.ui directory run:
ant -f build-helper.xml clean

build wikitext with maven:
mvn -U -B clean verify

copy /org.eclipse.mylyn.wikitext.help.ui/help outside of the repository.

checkout my modifications and repeat the steps (ant clean, maven build).


I have compared the HTML files in help with the one I have generated with the master checkout.
I did not find any differences.

What I am missing ?

Thanks for your inputs.

Jeremie.

_______________________________________________
mylyn-docs-dev mailing list
mylyn-docs-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/mylyn-docs-dev



--
David Green
VP of Engineering, Tasktop
Committer, Eclipse Mylyn
http://tasktop.com 
+1-778-588-6896 ext. 115


Back to the top