Re: How to update a jar file for one source file change?
- From: "Andy Dingley" <dingbat@xxxxxxxxxxxxxx>
- Date: 28 Nov 2006 14:43:56 -0800
NickName wrote:
Secondly, how about re-package the package that reference this piece of
java code?
Find yourself a build tool, like Ant, that can easily and automatically
re-build your JAR from scratch. Then do it. If you try to maintain a
product by modifying bits at a time, you'll go barking mad.
A damn good source control system will help too (Subversion is about
the best).
OTOH, JARs are just ZIP files with knobs on. There are any number of
tools, not all of them from the JDK, that can manipulate them for you.
It's not manipulating them that's hard, it's knowing what needs
manipulating.
.
- Follow-Ups:
- Re: How to update a jar file for one source file change?
- From: Wesley Hall
- Re: How to update a jar file for one source file change?
- References:
- How to update a jar file for one source file change?
- From: NickName
- How to update a jar file for one source file change?
- Prev by Date: Re: JAVA Time Problem: Want to get the current time and perform validation
- Next by Date: Re: JAVA Time Problem: Want to get the current time and perform validation
- Previous by thread: Re: How to update a jar file for one source file change?
- Next by thread: Re: How to update a jar file for one source file change?
- Index(es):
Relevant Pages
|
|