Re: What happened to Polyglot Maven?

2013-04-11 Thread vra5107
Jason I am trying to pitch maven to the folks who are still using Ant + Ivy and have created a dependency mess. One of the points I want to mention is polyglot because of fewer number of lines of code. Is your update from Aug 2012 still valid ? as in, polyglot not abandoned ? Thanks Venkat

Re: Maven Antrun doesn't compile the project well.

2011-10-27 Thread vra5107
Wayne Fay wrote: You should ask the JRuby folks for help with this since its their code that you're working with. But don't be surprised when they say that they simply do not support what you are trying to do since they officially use Ant for builds:

Re: Maven Antrun doesn't compile the project well.

2011-10-26 Thread vra5107
Thanks for the quick reply Wayne. I must not have selected the checkbox below the post which is why I never got the prompt when you replied. I thought so too, but I was able to build the code well just by running ant. The problem arises when I try to build it with maven. The project has a

Re: Maven Antrun doesn't compile the project well.

2011-10-26 Thread vra5107
Aye aye Mr Wayne I honestly don't care what happens when you run Ant or any other build tool. Fair enough! I have the following jars as dependencies listed on the plugin as the url below says. But, for some reason they don't show up on the effective pom ( Well, honestly I don't know if plugin

Re: Maven Antrun doesn't compile the project well.

2011-10-26 Thread vra5107
I am using maven 3.0.3 I have tried adding the ant jars to the maven project itself, but that yielded no results may be because the maven project does not compile any java files itself, it delegates the responsibility to Ant via AntRun. Wayne Fay wrote: I don't know why you have those as

Maven Antrun doesn't compile the project well.

2011-10-23 Thread vra5107
HI I have the following configuration for antrun. For some reason during the build ant is unable to see the ant.jar file. How do I fix this. Thanks for your help in advance. http://maven.40175.n5.nabble.com/file/n4930208/antrun_configuration antrun_configuration