-
Notifications
You must be signed in to change notification settings - Fork 42
Remove debugging output #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I am about to get a new release ready with indirectly adding packing of executable jars, packing of warfiles for rails. I hope you can wait a day or two for that release. |
|
I can wait an eternity as I'm not using JRuby in the moment ;) I was just trying to help others wanting to use it now :) See this: rubygems/bundler#1683 (comment) But I'm not sure if packing of war should belong to jbundler. Shouldn't it remain a concern of warbler? |
|
war packaging and jetty execution and pack an executable jar is part I hope I get things released today. |
|
Why are they dependencies of ruby-maven? |
|
I think things should be more isolated from each other. ruby-maven does too many things for a single gem. So will do jbundler after the changes you're planning... |
|
OK. let's start. there will be a maven-tools gem which is used by the jruby-maven-plugins allows to manage gem artifacts with maven and also ruby-maven is needed by jbundler so the right version of maven is ruby-maven gives the same CLI as maven and on top of that is can use a whether the transformation of Gemfile to pom.xml inside a rails I exclusively use it for my projects but there I do use but once you compiled the GWT code into javascript you just can use Gemfile for gems so far things work quite seamless. bundler is happy with the gem jbundler could pack its own set of jars basically being ruby-maven but from your reaction I will not mention jetty, warfile in relation |
So I guess your gem won't try to use the system Maven, right? I'm saying https://github.com/rosenfeld/sample-jbundler
But I still didn't get why ruby-maven also add support for "rmvn
Yeah, this is superb. Please don't get me wrong, I don't want to lose
Okay, now I see why you bundled all that together. May I suggest that This way you could have a separate gem for running on Jetty, another for Both of them are completely separate concerns from the Maven integration I mean, all of those gems would be extremely useful, but I think they
What I'm proposing will still allow you to reuse them.
You have been doing an awesome work, but I guess the community will be Thank you a lot for your tireless work on all this integration :) They're most appreciated. |
|
On Tue, May 22, 2012 at 7:35 PM, Rodrigo Rosenfeld Rosas
that was/is error prone and it much saver to use the right maven
well actually ruby-maven just uses the pom-generator from maven-tools
jbundler only does handle Jarfile/Jarfile.lock/.jbundler/classpath.rb. the maven-tools files are coming from the ruby-tools jar which is part I have to admit that I am hesitant to set up a gem with only two or in the moment I would like to get the jruby-maven-plugins released to big thanx for all the mental input and that you indeed take your time |
|
No problem about that :) |
Could you please release a new version without this verbose output?