lib jars from the verveinej repo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

lib jars from the verveinej repo

Tudor Girba-2
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."


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: lib jars from the verveinej repo

Nicolas Anquetil

> 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
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev