I have a
high degree of confidence I caused this issue with some type
of configuration change. But since the project is new, I did
not have a nightly build running yet. So I was able to get
the target directory built with a working e4 RCP application.
Now a week or two later I got the time to setup the nightly
build. Much to my dismay the product target directory
will not persist. Some step deletes the whole product target directory.
In summary the question is as follows.
Why does
the product target directory
get created and properly populated (correctly
from what little amount of time I can look) during a
Tycho build only to have the target directory
completely deleted seconds later in the Tycho build process? The target directory
gets properly populated roughly at the
[INFO]
------------------------------------------------------------------------
[INFO] Building
software.usque.site 0.0.1-SNAPSHOT
[INFO]
------------------------------------------------------------------------
step of the
Tycho build. The target directory
gets completely deleted roughly at the
[INFO]
------------------------------------------------------------------------
[INFO] Building
Usque - application product 0.0.1-SNAPSHOT
[INFO]
------------------------------------------------------------------------
step of the
Tycho build.
Can someone
give a clue where to look. I have exhausted all my guesses.
Which is not a lot since I am new to Eclipe & Tycho.
Lack of persistence of the product target directory.