Replies: 0 comments 5 replies
-
For other projects I literally just copied the/each old release site folder to a child folder of the new release folder. The next promoted nightly build finds that and incorporates it into the structure. Of course use a sensible version number for the release folder name. Where can I look to see where you are doing this to give advice? |
Beta Was this translation helpful? Give feedback.
-
I'm currently practising on QVTo, but nothing is committed to GIT yet. I don't follow your comment. Take https://download.eclipse.org/modeling/emf/emf/builds/release/2.6/index.html as an example. This was clearly generated by something resembling JustJ; just copying a legacy would not do. So my question is perhaps just how to generate the 2.6 JustJ files from a pre-JustJ 2.6 P2 site. (Trivial observation: https://eclipse.dev/justj/?page=tools comments
On Windows at least |
Beta Was this translation helpful? Give feedback.
-
I'm trying to migrate a tree of traditional manual/ant/php maintained P2/ZIP sites to use JustJ rather than PHP.
I have successfuly tweaked releng/org.eclipse.nebula.site/promotion/pom.xml so that it appears that the regular nightly/milestone/release lifecycle could work.
However when I try to sequence the conversions to migrate many years of releases, I seem to have to fight the lifecycle. Even converting each release as nightly then milestone doesn't seem to work because the nightly wants to rewrite build dates, so I lose the version number for the release.
It seems I need a version number override command line argument.
Better still a migrate command line argument would take the root of the legacy suite and convert it all.
However surely migration was solved for the EMF Update Site so I don't want to re-invent the wheel?
Is there an easy solution?
Beta Was this translation helpful? Give feedback.
All reactions