rpgoldman / europa-pso

Automatically exported from code.google.com/p/europa-pso
0 stars 0 forks source link

Jam clean/recompile doesn't work right #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce, go to one of the example directories:

1. Run 'jam clean' 
2. Run 'jam' - this build will fail. 
3. Run 'jam' again - this time it will succeed.

It looks like the first try is doing things in the wrong order (nddl stuff
is expected before it is built), and it appears to be related to PSUI, so
I'm hoping you know exactly what the problem is. :) 

Original issue reported on code.google.com by Matthew....@gmail.com on 30 Sep 2009 at 6:24

GoogleCodeExporter commented 9 years ago

Original comment by Matthew....@gmail.com on 30 Sep 2009 at 6:31

GoogleCodeExporter commented 9 years ago
I cleaned up master build files and  separated java and c++ code. 
ant clean/build works from PLASMA_HOME works fine for me now.

Original comment by javier.barreiro@gmail.com on 25 Nov 2010 at 1:05