[jsword-devel] When is limbo is not limbo?
Joe Walker
joe at eireneh.com
Mon Aug 2 14:38:02 MST 2004
Thanks DM. I'll move them across.
Joe.
DM Smith wrote:
> I discovered a problem when running the bibledesktop build.xml
> and it did not know where to find the new jdic jar. I found that the
> build was using code from limbo.
>
> I then modified the build to ignore limbo in the same way that it
> ignores test. That broke the build where some code that is in limbo is
> used by some part of the system that is not.
>
> Here are the changes that are necessary.
>
> The following are used and should be moved
> from
> common/java/limbo
> to
> common/java/swing
> org.crosswire.common.swing.AbstractLayout
> org.crosswire.common.swing.FieldLayout
> If FieldLayout does not provide that much value and is replaced, then
> these two files can stay in limbo.
>
> These are used by common/java/config.
>
> The following should be moved
> from
> jsword/java/limbo
> to
> jsword/java/jsword
> org.crosswire.jsword.book.remote
>
> This is used by jsword-web/java/main/RemoterServlet.java
> If RemoterServlet is not used then it could be moved into a limbo
> directory instead.
>
> I will be sending a patch soon that will ignore limbo in the build.
>
> It will not contain these changes.
>
> _______________________________________________
> 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