Re: Newbie Questions

2001-11-21 Thread Jeff Turner
On Wed, Nov 21, 2001 at 10:36:12AM -0600, Michael J McGonagle wrote: > Hello all, [..] > Anyway, I should really be focusing on my question. I would be > interested in peeking over someones shoulder, and take a look at their > build.xml files, and possible try to build your project on my machine [

Re: Newbie Questions

2001-11-21 Thread Michael J McGonagle
Peter Donald wrote: > > Almost all of the jakarta projects use ant in some for or another. It may be > an idea to download the source for one of them and have a look at their build > files. > > Ant itself has a relatively well structured build file (except it is rather > largish for an example)

Re: Newbie Questions

2001-11-21 Thread Peter Donald
Almost all of the jakarta projects use ant in some for or another. It may be an idea to download the source for one of them and have a look at their build files. Ant itself has a relatively well structured build file (except it is rather largish for an example) if thats what you are looking f

Re: Newbie Questions

2001-11-21 Thread Michael J McGonagle
James Bullington wrote: > > Ant is the standard build system for BEA Weblogic 6.1. > > One way, if you understand J2EE, is to get a demo copy from BEA and > take a look at the examples. There are lots of examples of build > scripts to choose from. Thanks, James, I downloaded the archive (*.zip

Re: Newbie Questions

2001-11-21 Thread James Bullington
Ant is the standard build system for BEA Weblogic 6.1. One way, if you understand J2EE, is to get a demo copy from BEA and take a look at the examples. There are lots of examples of build scripts to choose from. --James Bullington --- Michael J McGonagle <[EMAIL PROTECTED]> wrote: > Hello all

Newbie Questions

2001-11-21 Thread Michael J McGonagle
Hello all, I have been using Ant now for about a week. And after reading about it, I have become convinced that it would be a good solution for my building needs. Basically, I have a project of "unifying" several different code bases (including three different languages [Saol, C, and Java]), as w