[jsword-devel] deletes and confusion
Joe Walker
joe at eireneh.com
Thu May 6 09:38:45 MST 2004
Hi,
I'm checking in a solution that just about works, so at least for me the
ant build of jsword-web produces a website. There is some breakage
around the place, but it generally feels a lot better.
There will be tweaks I'm sure.
Joe.
DM Smith wrote:
> Joe Walker wrote:
>
>>
>> Hi,
>>
>> I've been doing a hatchet job on jsword-support and working on jsword-web
>>
>> I'm trying to move build.xml sections that deal with the tools like
>> jdepend from jsword-web to jsword-support/tools which is far more
>> logical.
>
>
> Agreed.
>
>>
>> Changes to build:
>> - Added mkdir to prepare in core.xml (jsword-web tripped over this)
>
>
> Good catch.
>
>> - Made prepare.extra not depend on prepare because prepare calls
>> prepare.extra (is this the right fix?)
>
>
> Good catch.
>
>>
>> I'd like to put back in the code that copies jar files before signing
>> them - it allows us to check for dependencies before we sign, which
>> will prevent us signing unchanged jars, which will in turn stop jnlp
>> permanently downloading everything. I'm working on that now.
>
>
> I think that the copy is actually the problem. Each time the jars are
> copied, they have a new date/time stamp. Signing them as they are copied
> does not make the problem worse. It merely modifies them a bit more.
>
> I could be wrong.
>
> Perhaps the solution is to copy local jars and sign them to a location
> that is ignored by clean. For example: project/target/jars. And add a
> "clobber" target to clean it and everything else via clobber.extra (to
> clobber jsword/target/osis/*).
>
> The target/ant/jars would only contain the project jar(s).
>
>>
>> Joe.
>
> _______________________________________________
> jsword-devel mailing list
> jsword-devel at crosswire.org
> http://www.crosswire.org/mailman/listinfo/jsword-devel
More information about the jsword-devel
mailing list