automatic

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

automatic

G.Ben
Hello all ,

developping application from scratch, is there a way to genearete some xml files automatically ? ... or all screens, css, widgets , etc ... by hand ?

Thank you for your help.

Regards.

G.Ben.
Reply | Threaded
Open this post in threaded view
|

Re: automatic

Varun Bhansaly
You can execute ant create-component to create basic directory
structure for an OFBiz component with some files such as screens etc.

On Wed, Jun 6, 2012 at 8:30 PM, G.Ben <[hidden email]> wrote:

> Hello all ,
>
> developping application from scratch, is there a way to genearete some xml
> files automatically ? ... or all screens, css, widgets , etc ... by hand ?
>
> Thank you for your help.
>
> Regards.
>
> G.Ben.
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/automatic-tp4633291.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>



--
Regards,
Varun Bhansaly
Reply | Threaded
Open this post in threaded view
|

Re: automatic

G.Ben
Oh yes, I forgot about that command, thank you so much :)