Thanks for all the good ant information.
> BTW, how do you prefer to receive new code? As patches or just the
> complete file(s)? If patches, what command line options do you usually
> use when creating them?
from the top of jsword:
cvs diff -u > patch
will be great. Thank you very much.
"Troy A. Griffitts" wrote:
>
> Bobby,
> Just grabbed and installed ant 1.4.1 and tried out your build.xml.
> Seems to work great. I've added it to the project.
> Thank you!
>
> A few questions. Is there a way we could output classes to the
> jsword/classes directory, javadocs t
> Works for me, and there's already a classes directory in CVS. I believe
> it was used to house the final jar file (at least that's where it showed
> up when I did a make), but it does make more sense to instead use it to
> house the intermediate class files instead.
>
Upon further review, I
On Sunday 09 December 2001 22:21, Mike Dougherty wrote:
> On Sun, 2001-12-09 at 19:13, Bobby Nations wrote:
> > All,
> >
> > I'm pumped to find out about jsword, the java port of sword. As
> > a small token of my appreciation for the work done by everyone so
> > far, I'm attaching an ant build fi
Mike Dougherty wrote:
>
> On Sun, 2001-12-09 at 19:13, Bobby Nations wrote:
>
> It works, I like it! I by no means have the final word, but may I
> suggest a few changes?
>
By all means. That's the great thing about working with others ...
instant growth :-) After all, no one owns the code,
Bobby,
Just grabbed and installed ant 1.4.1 and tried out your build.xml.
Seems to work great. I've added it to the project.
Thank you!
A few questions. Is there a way we could output classes to the
jsword/classes directory, javadocs to jsword/doc/api, and .jar to the
jsword/ja
On Sun, 2001-12-09 at 19:13, Bobby Nations wrote:
> All,
>
> I'm pumped to find out about jsword, the java port of sword. As a small
> token of my appreciation for the work done by everyone so far, I'm
> attaching an ant build file for the jsword project. By default, it will
> compile and jar a
All,
I'm pumped to find out about jsword, the java port of sword. As a small
token of my appreciation for the work done by everyone so far, I'm
attaching an ant build file for the jsword project. By default, it will
compile and jar all of the java files under 'jsword/src' into
'jsword/dist/swor