|
If your VCS supports it you could maybe do
something like the following?
Once:
1.1 Build your project
1.2 Label (tag, you name it) your
sources
After that:
2.1 Delete your src-tree
2.2 Get (checkout, you name it) alle the sources
that changes after the label you gave at 1.2
2.3 Compile them (having the jar's created so far
in the classpath)
2.4 Create a jar
I don't think that this solution will work for
long. After two weeks you have 10 jar-files for just one project. You must
have them in the right order in your classpath to get everythink working and
there are maybe other problems...
Maybe you should tell us why you want to do that
and we can think of another solution?
Nico
|
- create a patch jar file weili tian
- re:create a patch jar file Nico Seessle
- re:create a patch jar file weili tian
