Re: maven-antrun-plugin questions

2014-09-19 Thread Maxim Solodovnik
I moved OS check into ant xml file (build.xml or other) On 20 September 2014 03:12, Dennis Gesker den...@gesker.com wrote: Hello List: I could really use a couple of hints on this plugin with regard to ant tasks within execution. 1. It it allowed to have two targets within an execution?

Re: Why not a forum

2014-07-22 Thread Maxim Solodovnik
markmail.org is very useful for searching On 22 July 2014 22:54, Paul Benedict pbened...@apache.org wrote: I think because Apache is a non-profit is cost should be minimal -- including cost of time by system administrators. If you want to search and filter, you have Google and other search

Re: Forking based on skipped execution

2014-06-16 Thread Maxim Solodovnik
the problem across different versions of plugins): the count of forked execution caused by aggregated poms will reduce Regards, Hervé Le lundi 16 juin 2014 12:20:05 Maxim Solodovnik a écrit : Hello All, I'm currently observing weird behavior I'm executing javadoc plugin (goals: javadoc

Re: Forking based on skipped execution

2014-06-16 Thread Maxim Solodovnik
Thanks a lot! On 16 June 2014 23:53, Hervé BOUTEMY herve.bout...@free.fr wrote: Le lundi 16 juin 2014 13:19:59 Maxim Solodovnik a écrit : Thanks a lot! Maybe you know what time 3.4 will be released? I should be doing it if a few weeks: I have still a few improvements I want to do

Forking based on skipped execution

2014-06-15 Thread Maxim Solodovnik
Hello All, I'm currently observing weird behavior I'm executing javadoc plugin (goals: javadoc, aggregate) during my build which provokes forking. That is expected Now I'm skipping execution of javadoc (using skiptrue/skip but, surprisingly, Forking still happens :( Maybe anyone knows if it is

Re: Help with converting existing ant build to maven is required - forking

2014-04-30 Thread Maxim Solodovnik
interesting. I would prefer an installer to get the shared libraries into tomcat/lib but that is another issue. Ron On 29/04/2014 10:24 PM, Maxim Solodovnik wrote: Here is the structure: Openmeetings Util project has compile time dependency Red5 server Almost all other projects

Re: Help with converting existing ant build to maven is required - forking

2014-04-30 Thread Maxim Solodovnik
. It will have scope provided as a dependency in your jar project. Do you have specific questions about my blog articles on Maven and aggregation jars? Ron On 30/04/2014 11:44 AM, Maxim Solodovnik wrote: I'm afraid I don't understand your advice :( Sorry maybe you have example project available

Re: Help with converting existing ant build to maven is required - forking

2014-04-30 Thread Maxim Solodovnik
Make the dependency optional seems to help :) On Thu, May 1, 2014 at 7:43 AM, Maxim Solodovnik solomax...@gmail.comwrote: Thanks for your time I have started with making red5 provided but the build failed since necessary classes were not found. May be is there any way to provide dependency

Re: Help with converting existing ant build to maven is required

2014-04-29 Thread Maxim Solodovnik
/parent artifactIdserver/artifactId Note that I am specifying the parent project, but neither the group nor the version for the child project - just the artifactId. The others are automatically inherited. Regards, Russ On Apr 26, 2014, at 3:38 AM, Maxim Solodovnik solomax

Re: Help with converting existing ant build to maven is required - forking

2014-04-29 Thread Maxim Solodovnik
tool that lets a system admin install all of your components in the right places with the required permissions, initialization, etc. that may be required. Ron On 29/04/2014 10:13 AM, Maxim Solodovnik wrote: Thanks Russ! I was hoping there is a way to avoid specifying parent version

Re: Help with converting existing ant build to maven is required - forking

2014-04-29 Thread Maxim Solodovnik
Additional question: Is it possible to exclude compile time dependency (with all transitive sub-dependencies) form war libraries? (without listing libraries one by one) On Tue, Apr 29, 2014 at 9:44 PM, Maxim Solodovnik solomax...@gmail.comwrote: Hello Ron, I'll take a look at izPack

Re: Help with converting existing ant build to maven is required - forking

2014-04-29 Thread Maxim Solodovnik
, Maxim Solodovnik wrote: Additional question: Is it possible to exclude compile time dependency (with all transitive sub-dependencies) form war libraries? (without listing libraries one by one) On Tue, Apr 29, 2014 at 9:44 PM, Maxim Solodovnik solomax...@gmail.com wrote: Hello Ron

Re: Help with converting existing ant build to maven is required

2014-04-26 Thread Maxim Solodovnik
your building steps. Cheers 2014-03-13 14:24 GMT+01:00 Maxim Solodovnik solomax...@gmail.com: Thanks Ron, I'll take a look at it, but I'm afraid distribute application in partially compiled state is not an option. Currently it works out of the box and this is the requirement. Will try

Re: Help with converting existing ant build to maven is required

2014-04-26 Thread Maxim Solodovnik
Here is the link to my existing parent project http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/pom.xml?revision=1590111view=markup forget to add it :( On Sat, Apr 26, 2014 at 2:38 PM, Maxim Solodovnik solomax...@gmail.comwrote: Hello All, sorry for the keeping silence too long

Re: Help with converting existing ant build to maven is required

2014-03-13 Thread Maxim Solodovnik
. Please ask more questions/give more precisions if you want more precise help. HTH 2014-03-12 17:51 GMT+01:00 Maxim Solodovnik solomax...@gmail.com: Hello All, I'm new to maven and not very familiar with all its plugins. I need to move project [1] from ant+ivy to maven

Re: Help with converting existing ant build to maven is required

2014-03-13 Thread Maxim Solodovnik
resources into different OS-specific installers that can be distributed easily. It supports install time execution of your procedures so that you can start RED-5 or execute the flex processes required to build and install the Flash assets. Ron On 13/03/2014 4:51 AM, Maxim Solodovnik

Help with converting existing ant build to maven is required

2014-03-12 Thread Maxim Solodovnik
Hello All, I'm new to maven and not very familiar with all its plugins. I need to move project [1] from ant+ivy to maven The problems are: 1) this project is build on top of [2] maven project (we need the exact structure and all libraries from this project) *[first problem: i don't know how to

Re: How do disable subversion update during maven build

2013-01-25 Thread Maxim Solodovnik
phasevalidate/phase goals goalcreate/goal /goals /execution /executions configuration doCheckfalse/doCheck doUpdatetrue/doUpdate /configuration /plugin So try with adding in the cli: -Dmaven.buildNumber.doUpdate=false 2013/1/25 Maxim Solodovnik solomax...@gmail.com: Hello All, I'm very

Re: How do disable subversion update during maven build

2013-01-25 Thread Maxim Solodovnik
Thanks, again :) unfortunately with this flag both archive and its contents does not get created :( I'll use additional step to unarchive created bundle. On Fri, Jan 25, 2013 at 10:03 PM, Olivier Lamy ol...@apache.org wrote: try -Dassembly.skipAssembly=true 2013/1/25 Maxim Solodovnik

<    1   2