Hi Nicolas,
In verveine.extractor.java/lib we have famix.jar, verveine.core.jar and verveine.extractor.jar.
The problem is that every time I do an "ant jar" these files are changed and when I want to commit from the command line, I get:
M verveine.extractor.java/lib/famix.jar M verveine.extractor.java/lib/verveine.core.jar M verveine.extractor.java/lib/verveine.extractor.java.jar
Would it not be better to not have these in the repository, given that they are built from sources? One idea would be to use a build folder in which to copy all jars from lib and the resulting jars from building the sources.
Cheers, Doru
-- www.tudorgirba.com
"We can create beautiful models in a vacuum. But, to get them effective we have to deal with the inconvenience of reality."
In verveine.extractor.java/lib we have famix.jar, verveine.core.jar and verveine.extractor.jar.
The problem is that every time I do an "ant jar" these files are changed and when I want to commit from the command line, I get:
Yes :-( This is a feature I don't like in ant: it is not like make that looks what needs to be updated. I suppose there is some good reason for this, but it is annoying.
Would it not be better to not have these in the repository, given that they are built from sources? One idea would be to use a build folder in which to copy all jars from lib and the resulting jars from building the sources.
Well the idea was that "checkout verveine.extractor.java" would give everything one needs, which implies the libs.
We can set up a separate build (or distribute) folder, but if I understood well, you should do it on hudson. There would be no point of me doing it in the project because it would end up being the same thing as what we now have... I can change the ant script if you tell me where to put the jars.
nicolas
Cheers, Doru
-- www.tudorgirba.com
"We can create beautiful models in a vacuum. But, to get them effective we have to deal with the inconvenience of reality."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev