Skip to main content

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

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.



Back to the top