mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
Prepare PFTT2 package to run on a QA host #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @weltling on GitHub (Mar 29, 2019).
The goal is as follows - we should be able to export PFTT2 with all the surroundings and put it onto a QA VM without having to carry on eclipse or moving the whole source tree. This involves the following
sourcesclass files into pftt2.jar, naming scheme to determine, and add it to the class pathThere should be no dependency on Eclipse or any other tool whatsoever. To discuss is, which kind of package it should be - a simple zip would probably be the simplest for now. Java is of course required on the QA host, so for now we can require it to be preinstalled.
Please extend the list with anything else that might be needed.
Thanks.
@weltling commented on GitHub (Mar 29, 2019):
@lavturo could you check this, please? I've already pushed this as a preparation.
Thanks.
@weltling commented on GitHub (May 8, 2019):
The package creation has been implemented, closing the issue.
Thanks.