Re: A couple of application deployment questions

2005-06-15 Thread Eric Giguere
Hello Chriss Chris Rose wrote: First, we're making a home-user sort of application. Ideally, we want os-native executables to be launching this app. We can generate the executables using ant tasks, for the most part, but I'm not sure how to integrate this into our build. Using a custom

Re: A couple of application deployment questions

2005-06-15 Thread Eric Black
Hi, I'm not sure if this will be helpful, but for crossplatform applications we have some goals that can create scripts for the different os's. These are java specific, but you could have your own scripts do whatever you wanted: goal name=ccdist:make-run-script description=Create

A couple of application deployment questions

2005-06-14 Thread Chris Rose
I'm newish to maven, although I managed to get my project moved over. However, we have some requirements that none of the Powered by Maven projects I've managed to find seem to handle. First, we're making a home-user sort of application. Ideally, we want os-native executables to be launching