...

Signature
Daniel Dyer
http://www.uncommons.org
> > I have found the development cycle to be a PITA, and am
> > looking for shortcuts.
[quoted text clipped - 6 lines]
> http://ant.apache.org/manual/CoreTasks/signjar.html). How do you do the
> build currently?
<whispers>command line based .bat files.</whispers>
> I'm a big advocate of always having an automated, single-step build
> process. It doesn't really matter whether that's achieved with Ant,
> Maven, Make or some home-grown scripts. Once you have to execute more
> than one command to do a build there's a chance of messing things up.
Yeah, thanks. I think I just needed to hear it.
I wish I could figure how to run Ant from the command line,
I'll need to hit the docs. (I have two "powerful IDE's" installed,
both of which can run Ant scripts, but one is utterly broken -
never starts up, the other broke when settings were overwritten
during a 1.2 install the other night.. long story..)
Andrew T.
Andrew Thompson - 30 Sep 2006 13:17 GMT
> > On Sat, 30 Sep 2006 04:45:30 +0100, Andrew Thompson
...
> > > "(slap the OP) Use an advanced IDE with ANT and this is all easy"?
> >
> > You don't necessarily need to use an IDE, but Ant would probably make
> > things easier (there's a built-in task for signing jars:
...
> I wish I could figure how to run Ant from the command line,
> I'll need to hit the docs.
(a short time later...)
C:\Documents and Settings\Administrator>ant
Buildfile: build.xml does not exist!
Build failed
...Woo-Hoo! :-)
That's progress, from..
C:\Documents and Settings\Administrator>ant
'ant' is not recognized as an internal or external command,
operable program or batch file.
Andrew T.