ceylon-sdk icon indicating copy to clipboard operation
ceylon-sdk copied to clipboard

build falsely detects .car's

Open chochos opened this issue 11 years ago • 3 comments

If you first do ant clean test-js and then ant test-jvm, you get a bunch of messages saying "no need to compile X, it's up to date", and then a bunch of compiler errors because the cars aren't really there. I don't know if this is something in the SDK ant script or a bug in the Ceylon ant tools, but it seems it doesn't really check that the file is up to date, only that the directory exists.

chochos avatar Aug 25 '14 22:08 chochos

This does not happen the other way around: ant clean test-jvm and then ant test-js works fine.

chochos avatar Aug 25 '14 22:08 chochos

Yes I saw something like this today too but wasn't able to reproduce. But now I can, thanks! I'll take a look at this because I think it might have something to do with the tool chain.

quintesse avatar Aug 26 '14 00:08 quintesse

Actually I have the feeling it's looking at the existing JS artifacts instead of the CARs.

quintesse avatar Aug 26 '14 00:08 quintesse