What is the 'Maven way' to handle multi-artifact code generation from a single model source?

2009-12-02 Thread K J
Does anyone have any examples or tips about how to handle the generation of multiple artifacts based on a shared model? For example, I have a project which needs to produce both Java and ActionScript code based on a shared UML model. I'm having trouble figuring out how to best setup and manage

Re: What is the 'Maven way' to handle multi-artifact code generation from a single model source?

2009-12-07 Thread K J
...@gmail.com wrote: Hi KJ, On Wed, Dec 2, 2009 at 3:19 PM, K J gomm...@gmail.com wrote: Does anyone have any examples or tips about how to handle the generation of multiple artifacts based on a shared model? For example, I have a project which needs to produce both Java and ActionScript code based

Problem with deploy (Error writing to server)

2009-12-10 Thread K J
I have a very strange problem when I try to deploy artifacts. For certain artifacts, the deployment fails with the message 'Error deploying artifact: Error transferring file...Error writing to server' (I included the stacktrace below). It appears to be related to the size of the artifact, but

Problem with Maven deploy (Error writing to server)

2009-12-10 Thread K J
I have a very strange problem when I try to deploy artifacts. For certain artifacts, the deployment fails with the message 'Error deploying artifact: Error transferring file...Error writing to server' (I included the stacktrace below). It appears to be related to the size of the artifact, but

Re: Problem with Maven deploy (Error writing to server)

2009-12-11 Thread K J
wait for the renegotiation to complete before sending the file. On Thu, Dec 10, 2009 at 8:17 PM, K J gomm...@gmail.com wrote: I have a very strange problem when I try to deploy artifacts. For certain artifacts, the deployment fails with the message 'Error deploying artifact: Error transferring

Re: Problem with Maven deploy (Error writing to server)

2010-01-05 Thread K J
Just an additional note...this fix works for Maven 2.2.1. Not sure whether there is a way to make it work for older versions of Maven. On Fri, Dec 11, 2009 at 5:34 PM, K J gomm...@gmail.com wrote: Update on my solution for anyones else who has the same problem... Thanks for the input Brendan