You could certainly use Continuum (continuous integration/build
server) for this purpose. But that's another whole new system... ;-)

Wayne

On 4/7/06, Lee Meador <[EMAIL PROTECTED]> wrote:
> I guess I think of sending a test build to a test server as part of the
> build process. But no use whining.
>
> Perhaps someone else knows a way to do this.
>
> Thanks for all the input.
>
> On 4/7/06, Barrie Treloar <[EMAIL PROTECTED]> wrote:
> >
> > On 4/8/06, Lee Meador <[EMAIL PROTECTED]> wrote:
> > > Now I would like to do something (that's the part for which I don't know
> > the
> > > name) that will send the tar.gz file to an internal Solaris server via
> > FTP.
> > > I just want to FTP the one file into a particular folder over there. Its
> > the
> > > home folder for the ftp user if that matters. (/export/home/ifs)
> > >
> > > I've no clue how to do this or even what it is called. Help?
> >
> > Maven is meant to help with the build process.
> > It's not a general purpose scripting tool.
> >
> > So if you want to ftp the file the assembled file somewhere you have
> > some choices
> > 1) see if an existing plugin does what you want
> >     check http://maven.apache.org/plugins/index.html
> >     and http://mojo.codehaus.org/
> >     But I couldn't find one that does what you are asking for
> > 2) Don't use maven, just use the command line
> > 3) Use the Ant script plugin to do this via Ant
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> -- Lee Meador
> Sent from gmail. My real email address is [EMAIL PROTECTED]
>
>

Reply via email to