On Fri, Apr 17, 2009 at 6:48 AM, Daniel Varga <[email protected]> wrote: > Thanks. > But unfortunately the point is to have them on filesystem, 'cause > everytime i get a new skin package I have to deploy the swiks to our > repository which is a bit burdensome and also useless, since they are > not used by any other project. > Well, if it is not possible then I go in the burdensome way.
You can also create a maven project for the themes, then you can just do a mvn install or mvn deploy and the newest will get pushed to your local repo or the internal repo. If you do this often, probably worth it. Logan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
