Hi,

I'm converting my ant Flex build to Gradle by wrapping the existing
ant tasks, but I have some problems generator / registering an build
artifact (swf) that can be installed in a maven repo. My goal would be
to: clean/compile/test the project and create one or more artifacts
(swf, zip etc). Then use the maven plugin to install those artifacts
into my local repo.
I'm not really sure how to tell Gradle that I'm producing artifacts.
I've tried the artifact block but that didn't work for me an example
would be very welcome.

Secondly it seems that the maven plugin is tied to the Java plugin, is
that correct? When I do a 'gradle tasks' the install task isn't listed
unless I include both the Java and Maven plugins. I'd rather not
include the Java plugin as it doesn't make much sense for a Flex
project I guess...

Any help would be appreciated.

Hugo

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to