[
https://issues.apache.org/jira/browse/LUCENE-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996273#comment-12996273
]
Uwe Schindler edited comment on LUCENE-2926 at 2/18/11 7:42 AM:
----------------------------------------------------------------
Hi Steven,
I was out of office when you committed this. I don't understand the reason why
you add the JAR build to every contrib now? Would it be not enough to just
extend "init" target in the demo contrib? This is easy possible (to override
targets imported before using a "super." like construct). I spent a lot of time
to remove the unneeded jar builds in Lucene contrib about one year ago, on my
laptop the build now takes lot longer. All contrib builds are never using any
jar file, their classpath's always use the file system folders during compiling
and testing. This speeds up the build enormous (before my changes in
up-to-date, every dependent contrib was always compiled as JAR). So
contrib/demo is the only one that needs the JAR.
was (Author: thetaphi):
Hi Steven,
I was out of office when you committed this. I don't understand the reason why
you add the JAR build to every contrib now? Would it be not enough to just
extend "init" target in the demo contrib? This is easy possible (to override
targets imported before using a "super." like construct). I spent a lot of time
to remove the unneeded jar builds in Lucene contrib about one year ago, on my
laptop the build now takes lot longer.
> The "init" target in contrib-build.xml should cause the lucene-core jar to be
> created
> -------------------------------------------------------------------------------------
>
> Key: LUCENE-2926
> URL: https://issues.apache.org/jira/browse/LUCENE-2926
> Project: Lucene - Java
> Issue Type: Improvement
> Components: Build
> Affects Versions: 3.1, 4.0
> Reporter: Steven Rowe
> Assignee: Steven Rowe
> Priority: Minor
> Fix For: 3.1, 4.0
>
> Attachments: LUCENE-2926.patch, LUCENE-2926.patch
>
>
> It would be helpful (e.g. for simplifying the demo contrib build:
> LUCENE-2923) if the contribs/modules could depend on the up-to-date existence
> of the lucene-core jar.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]