Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Lack of persistence of the product target directory.

you may have hit 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399756

if so, check for other maven plugins in your build which invoke a forked maven lifecycle.

Jan

On 21/06/16 22:43, "tycho-user-bounces@xxxxxxxxxxx on behalf of paul" <tycho-user-bounces@xxxxxxxxxxx on behalf of paul@xxxxxxxxxxxx> wrote:

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 
 producttargetdirectory will not persist.  Some step deletes the whole producttargetdirectory.  In summary the question is as follows. 



Why does the producttargetdirectory 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.



Back to the top