Re: [M2] Moving results to a server

2006-04-07 Thread Wayne Fay
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

Re: [M2] Moving results to a server

2006-04-07 Thread Lee Meador
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 wo

Re: [M2] Moving results to a server

2006-04-07 Thread Barrie Treloar
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

Re: [M2] Moving results to a server

2006-04-07 Thread Martin Cooper
On 4/7/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 4/7/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 on

Re: [M2] Moving results to a server

2006-04-07 Thread Wendy Smoak
On 4/7/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

Re: [M2] Moving results to a server

2006-04-07 Thread Wayne Fay
To be honest, I don't use Maven Deploy over FTP presently, so I'm probably the wrong one to ask. Can anyone else provide assistance? Wayne On 4/7/06, Lee Meador <[EMAIL PROTECTED]> wrote: > When I try that it seems to be trying to send the jar file to a directory > down below the one you provide

Re: [M2] Moving results to a server

2006-04-07 Thread Lee Meador
When I try that it seems to be trying to send the jar file to a directory down below the one you provide in the pom. I would like to send the tar.gz file to that particular folder. Can you specify what file to send and what folder to send it to? On 4/7/06, Wayne Fay <[EMAIL PROTECTED]> wrote: > >

Re: [M2] Moving results to a server

2006-04-07 Thread Wayne Fay
I'm pretty sure you're looking for "mvn deploy". ;-) http://maven.apache.org/guides/mini/guide-deploy-ftp.html Wayne On 4/7/06, Lee Meador <[EMAIL PROTECTED]> wrote: > I'm not sure how to find information on what I want to do. The problem is > that I don't know what it's called. > > I have a mave

[M2] Moving results to a server

2006-04-07 Thread Lee Meador
I'm not sure how to find information on what I want to do. The problem is that I don't know what it's called. I have a maven project that builds a jar. I call it 11c. It is a part of a bigger build that builds a bunch of jars on which this project depends. All the projects are children of a parent