Quantcast

(no subject)

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

(no subject)

ibiiztera
Hello,
My project's builds are broken. Source code compiles very fine. But when I update it with Jenkins, I have some compiler errors:

It looks source checkout retrieves an old version of the source. Compiler looks for a class be.ibiiztera.md.pmatrix.pushmatrix.Point which doesn't exist anymore nor references to it.

But when I look with file browser in the source code (Jenkins build workspace), the file Point.java doesn't exist. And all the source are up to date.

(I look at c:\Program Files\Jenkins\Jobs\EmptyCanvas\workspace\)

--
Monsieur Manuel Dahmen

Rue Fosse-aux-Raines, 30
B-4020 Liège
Tél +32476229105

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re:

fridodev

Try to change the checkout rule using this option : allways checkout a fresh copy!

Il giorno 15/giu/2012 12:51, "Manuel Dahmen" <[hidden email]> ha scritto:
>
> Hello,
> My project's builds are broken. Source code compiles very fine. But when I update it with Jenkins, I have some compiler errors:
>
> It looks source checkout retrieves an old version of the source. Compiler looks for a class be.ibiiztera.md.pmatrix.pushmatrix.Point which doesn't exist anymore nor references to it.
>
> But when I look with file browser in the source code (Jenkins build workspace), the file Point.java doesn't exist. And all the source are up to date.
>
> (I look at c:\Program Files\Jenkins\Jobs\EmptyCanvas\workspace\)
>
> --
> Monsieur Manuel Dahmen
>
> Rue Fosse-aux-Raines, 30
> B-4020 Liège
> Tél:  +32476229105
> Email : [hidden email]
>

Loading...