Geir Magnusson Jr. wrote:
Alexander Kleymenov wrote:
Geir,
I'm responding to your comment on HARMONY-2283 report in this thread.
On 11/26/06, Geir Magnusson Jr (JIRA) <[EMAIL PROTECTED]> wrote:
[
http://issues.apache.org/jira/browse/HARMONY-2283?page=comments#action_12453441
]
Geir Magnusson Jr commented on HARMONY-2283:
--------------------------------------------
I'm playing with it. Things I want to do :
1) make it so that the jasmin jar is optional, or make it so that
it's fetched automatically, dependably
Now it is implemented using common fetching mechanism: jasmin.jar is
downloaded with other dependencies during executing of "update"
target. So before running of "reg.test" target "ant update" target
should be launched.
That wasn't my experience with the patch - I had to provide a location
for it so the jar could be fetched, which meant that there was no auto
way of doing it.
IOW, as far as I understand it now, if I committed the patch as is, it
would break the build.
I've modified things so that
a) JASMIN isn't a dependency in setup.xml. I was trying to create a
parallal "optional dependency" list and re-factor the ant code, but it's
yecchy.
I take it back - the problem was that there was no entry for linux...
testing now.
geir