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.

1) The delete of the target directory does not occur when the test goal is removed.  This is clearly not a permanent solution.

2) The important link in the bug report to help my understand is broken.  Does anyone know where the article went?
the general design issues in maven with forked lifecycles are described on 

http://docs.codehaus.org/display/MAVEN/Deterministic+Lifecycle+Planning

>From a first glance it looks like these issues have not been adressed in maven core yet.

What can we do?

        
3) My knowledge of Maven is not deep enough to know how to discover if the test goal is forked.  How can I tell?


On 6/22/2016 3:13 AM, Sievers, Jan wrote:
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.


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user


--
“Consider, you who love money, the one who hanged himself for the sake of it. Shun the insatiate heart that could dare such a deed against the Teacher.” - Unknown

Back to the top