xDoc icon indicating copy to clipboard operation
xDoc copied to clipboard

An update site for xdoc

Open LorenzoBettini opened this issue 13 years ago • 13 comments

an update site for xdoc would be really helpful :)

LorenzoBettini avatar Feb 10 '12 11:02 LorenzoBettini

there is a hudson build available of both, the master, which is built against the current Xtext master, and the branch built against the current stable Xtext release.

For the master, the p2 update site can be found here: http://samoa.informatik.uni-kiel.de:8080/hudson/job/Xdoc-free/lastSuccessfulBuild/artifact/org.eclipse.xtext.xdoc.releng/target/site

For the compatibility build please use: http://samoa.informatik.uni-kiel.de:8080/hudson/job/Xdoc-Xtext2.2/lastSuccessfulBuild/artifact/org.eclipse.xtext.xdoc.releng/target/site

RvonMassow avatar Feb 10 '12 11:02 RvonMassow

The server seems to be down today.

Guite avatar Jul 28 '12 12:07 Guite

and it seems to be still down...

LorenzoBettini avatar Aug 20 '12 15:08 LorenzoBettini

Yes. As a result it prevents changes on the target platform definition unfortunately.

Guite avatar Aug 20 '12 15:08 Guite

I think the best way to use Xdoc is to clone it and make it your own project. We don't plan to maintain it or provide and maintain builds or updatesites. Also incompatible changes or the like might happen at any point.

svenefftinge avatar Aug 20 '12 17:08 svenefftinge

Good news: actually the server is up and running. It just uses port 80 instead of 8080 now and has a slightly different hostname.

https://build.se.informatik.uni-kiel.de/jenkins/job/Xdoc-free/lastSuccessfulBuild/artifact/org.eclipse.xtext.xdoc.releng/target/site/

Guite avatar Sep 04 '12 11:09 Guite

but it looks like that jenkins job is disabled so it is non up-to-date

LorenzoBettini avatar Oct 10 '12 13:10 LorenzoBettini

by the way, probably something is broken in pom files: I cannot build it with maven anymore:

[INFO] Cannot complete the request. Generating details. [INFO] {org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1, osgi.ws=gtk, osgi.arch=x86_64, osgi.os=linux, org.eclipse.update.install.features=true, org.osgi.framework.system.packages=} [INFO] [Software being installed: org.eclipse.xtext.xdoc.releng raw:0.1.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.1.0-SNAPSHOT, Missing requirement: org.eclipse.xtext.xdoc.releng raw:0.1.0.'SNAPSHOT'/format(n[.n=0;[.n=0;[-S]]]):0.1.0-SNAPSHOT requires 'org.eclipse.xtext.xdoc.feature.feature.group [0.1.0.201202082344]' but it could not be found]

LorenzoBettini avatar Oct 10 '12 14:10 LorenzoBettini

Just build an update site for Xdoc based on Kepler/Xtext 2.4.2: http://joergreichert.github.io/xDoc/update_site On my fork I updated the Maven build for this: https://github.com/joergreichert/xDoc

joergreichert avatar Jul 28 '13 15:07 joergreichert

Thanks! I'm also hosting a p2 repo, as I said in https://github.com/RvonMassow/xDoc/issues/88

the web site is http://xtext-xdoc.sourceforge.net/install/ with the links for the version for xtext 2.3 and xtext 2.4

LorenzoBettini avatar Jul 29 '13 10:07 LorenzoBettini

Latest Xdoc build against the latest Xtext: https://extern.itemis.de/jenkins/job/xdoc/

dhuebner avatar Aug 05 '13 08:08 dhuebner

I'm currently maintaining my own fork (out of necessity).

Is there any chance of pull request (mine specifically) getting merged into the mainline anytime soon. I ask because I added the code-raw[...] tag, and my documentation uses this tag heavily, so I'd like to see this merged in so that my documentation doesn't become out of sync with the main project.

Also - and this is a question for everyone, what is the forum for discussing changes to xdoc?

ainslec avatar Aug 05 '13 13:08 ainslec

I've updated my fork https://github.com/LorenzoBettini/xDoc and I'm providing a new update site: https://lorenzobettini.github.io/xtext-xdoc-releases/

LorenzoBettini avatar Apr 02 '21 06:04 LorenzoBettini