> dependencies: NetWeaver 7.0 libraries
> output: a "portal archive", something like a zip file with a specific  
> folder
> structure inside
>
> and
>
> dependencies: NetWeaver 7.3 libraries
> output: an EAR file
>
> How do I map these two paths to a gradle project? ...

I would split the project into a portal and an EAR project, each with its own 
dependency declaration:
+ root (common configuration)
+-- portal (7.0 dependencies)
\-- ear (7.3 dependencies)

You can then build the artifacts independently, or in one go by running, for 
example, "gradle build" in the directory of the root project.

--
Regards, Johan


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

    http://xircles.codehaus.org/manage_email


Reply via email to