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:
> https://github.com/jruby/jruby/wiki/DownloadAndBuildJRuby
> 
> Do the practical thing and just build it with Ant directly. Then if you
> want
> to push the resulting artifacts into a Maven repo etc, use the Maven Ant
> Tasks to do so directly from Ant. Why are doing things the hard way?
> 
> 
> 

Yep, well I learned that JRuby's preferred way is Ant. But fortunately for
me they do supply a pom which neatly installs the jar in my local repo. i am
already doing this. But this would be a manual way of doing things. I wanted
to automate this process but don't want to touch the jruby build file
itself, so I am trying this way. I don't know of a way to invoke one pom
from another other than adding one as a module of another. 

But the Jruby project is non existant until the file is unzipped, so it's
not possible to add its pom as a child of the wrapper project's pom.


Wayne



--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-Antrun-doesn-t-compile-the-project-well-tp4930208p4944667.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to