Maven?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
15 messages Options
Reply | Threaded
Open this post in threaded view
|

Maven?

vonbecmann
do you wan to use maven?
or you are satisfied with ant.

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Maven?

James Ladd
I hope to provide both ant and maven builds - right now ant is working ok.

On Fri, Jun 10, 2011 at 4:28 AM, vonbecmann <[hidden email]> wrote:
do you wan to use maven?
or you are satisfied with ant.

Thanks

Reply | Threaded
Open this post in threaded view
|

Re: Maven?

Ernest Micklei
In reply to this post by vonbecmann
I advice people not to spent time on keeping 2 build systems working.

Maven is what most Java developers use (IMO) despite some of its weirdness.
If some of the tasks require ant, then call these tasks from within the maven pom.
Once you have a maven (3+) project configured, you can use many of the plugins and tools (Jenkins)
to produce all kinds of reports (code coverage,dependecies...) and checks (findbugs,checkstyle,...)


On Thu, Jun 9, 2011 at 8:28 PM, vonbecmann <[hidden email]> wrote:
do you wan to use maven?
or you are satisfied with ant.

Thanks



--
^ Ernest Micklei

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Even if our system is bleeding edge and developed in the latest technology,
it will be legacy to the next guy - Archanaa Panda
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reply | Threaded
Open this post in threaded view
|

Re: Maven?

James Ladd
I will take this into account and modify the project shortly.

On Fri, Jun 10, 2011 at 7:20 PM, Ernest Micklei <[hidden email]> wrote:
I advice people not to spent time on keeping 2 build systems working.

Maven is what most Java developers use (IMO) despite some of its weirdness.
If some of the tasks require ant, then call these tasks from within the maven pom.
Once you have a maven (3+) project configured, you can use many of the plugins and tools (Jenkins)
to produce all kinds of reports (code coverage,dependecies...) and checks (findbugs,checkstyle,...)



On Thu, Jun 9, 2011 at 8:28 PM, vonbecmann <[hidden email]> wrote:
do you wan to use maven?
or you are satisfied with ant.

Thanks



--
^ Ernest Micklei

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Even if our system is bleeding edge and developed in the latest technology,
it will be legacy to the next guy - Archanaa Panda
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply | Threaded
Open this post in threaded view
|

Re: Maven?

vonbecmann
in this fork

[hidden email]:vonbecmann/redline-smalltalk.git

im adding maven.
right now, i could compile and test the project.
and im using ant within maven because the antlr maven plugin does not seem to work.

the next thing will be to package into a zip with all libraries and scripts to run.


On Fri, Jun 10, 2011 at 7:01 AM, James Ladd <[hidden email]> wrote:
I will take this into account and modify the project shortly.


On Fri, Jun 10, 2011 at 7:20 PM, Ernest Micklei <[hidden email]> wrote:
I advice people not to spent time on keeping 2 build systems working.

Maven is what most Java developers use (IMO) despite some of its weirdness.
If some of the tasks require ant, then call these tasks from within the maven pom.
Once you have a maven (3+) project configured, you can use many of the plugins and tools (Jenkins)
to produce all kinds of reports (code coverage,dependecies...) and checks (findbugs,checkstyle,...)



On Thu, Jun 9, 2011 at 8:28 PM, vonbecmann <[hidden email]> wrote:
do you wan to use maven?
or you are satisfied with ant.

Thanks



--
^ Ernest Micklei

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Even if our system is bleeding edge and developed in the latest technology,
it will be legacy to the next guy - Archanaa Panda
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Reply | Threaded
Open this post in threaded view
|

Re: Maven?

James Ladd
brilliant - please let me know when you are done

On Fri, Jun 10, 2011 at 10:30 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
in this fork

[hidden email]:vonbecmann/redline-smalltalk.git

im adding maven.
right now, i could compile and test the project.
and im using ant within maven because the antlr maven plugin does not seem to work.

the next thing will be to package into a zip with all libraries and scripts to run.



On Fri, Jun 10, 2011 at 7:01 AM, James Ladd <[hidden email]> wrote:
I will take this into account and modify the project shortly.


On Fri, Jun 10, 2011 at 7:20 PM, Ernest Micklei <[hidden email]> wrote:
I advice people not to spent time on keeping 2 build systems working.

Maven is what most Java developers use (IMO) despite some of its weirdness.
If some of the tasks require ant, then call these tasks from within the maven pom.
Once you have a maven (3+) project configured, you can use many of the plugins and tools (Jenkins)
to produce all kinds of reports (code coverage,dependecies...) and checks (findbugs,checkstyle,...)



On Thu, Jun 9, 2011 at 8:28 PM, vonbecmann <[hidden email]> wrote:
do you wan to use maven?
or you are satisfied with ant.

Thanks



--
^ Ernest Micklei

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Even if our system is bleeding edge and developed in the latest technology,
it will be legacy to the next guy - Archanaa Panda
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Reply | Threaded
Open this post in threaded view
|

Re: Maven?

vonbecmann
i think it's done so
please, test it and check it!

how to:
install maven 2.2.1 and then do
mvn clean package
inside target directory you will find a zip file
unzip that file and test the batch script (i dont work on windows)
(the source script files are in directory src/main/script)
execute the comandline and see if everything is ok (i don't understand the outcome, :) )

after all,
  if you agree, i will pull a request to your repo

On Fri, Jun 10, 2011 at 10:59 PM, James Ladd <[hidden email]> wrote:
brilliant - please let me know when you are done


On Fri, Jun 10, 2011 at 10:30 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
in this fork

[hidden email]:vonbecmann/redline-smalltalk.git

im adding maven.
right now, i could compile and test the project.
and im using ant within maven because the antlr maven plugin does not seem to work.

the next thing will be to package into a zip with all libraries and scripts to run.



On Fri, Jun 10, 2011 at 7:01 AM, James Ladd <[hidden email]> wrote:
I will take this into account and modify the project shortly.


On Fri, Jun 10, 2011 at 7:20 PM, Ernest Micklei <[hidden email]> wrote:
I advice people not to spent time on keeping 2 build systems working.

Maven is what most Java developers use (IMO) despite some of its weirdness.
If some of the tasks require ant, then call these tasks from within the maven pom.
Once you have a maven (3+) project configured, you can use many of the plugins and tools (Jenkins)
to produce all kinds of reports (code coverage,dependecies...) and checks (findbugs,checkstyle,...)



On Thu, Jun 9, 2011 at 8:28 PM, vonbecmann <[hidden email]> wrote:
do you wan to use maven?
or you are satisfied with ant.

Thanks



--
^ Ernest Micklei

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Even if our system is bleeding edge and developed in the latest technology,
it will be legacy to the next guy - Archanaa Panda
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




Reply | Threaded
Open this post in threaded view
|

Re: Maven?

James Ladd
it looks good.

will try it out a.s.a.p - doing some more RL right now.

On Sat, Jun 11, 2011 at 2:23 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
i think it's done so
please, test it and check it!

how to:
install maven 2.2.1 and then do
mvn clean package
inside target directory you will find a zip file
unzip that file and test the batch script (i dont work on windows)
(the source script files are in directory src/main/script)
execute the comandline and see if everything is ok (i don't understand the outcome, :) )

after all,
  if you agree, i will pull a request to your repo


On Fri, Jun 10, 2011 at 10:59 PM, James Ladd <[hidden email]> wrote:
brilliant - please let me know when you are done


On Fri, Jun 10, 2011 at 10:30 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
in this fork

[hidden email]:vonbecmann/redline-smalltalk.git

im adding maven.
right now, i could compile and test the project.
and im using ant within maven because the antlr maven plugin does not seem to work.

the next thing will be to package into a zip with all libraries and scripts to run.



On Fri, Jun 10, 2011 at 7:01 AM, James Ladd <[hidden email]> wrote:
I will take this into account and modify the project shortly.


On Fri, Jun 10, 2011 at 7:20 PM, Ernest Micklei <[hidden email]> wrote:
I advice people not to spent time on keeping 2 build systems working.

Maven is what most Java developers use (IMO) despite some of its weirdness.
If some of the tasks require ant, then call these tasks from within the maven pom.
Once you have a maven (3+) project configured, you can use many of the plugins and tools (Jenkins)
to produce all kinds of reports (code coverage,dependecies...) and checks (findbugs,checkstyle,...)



On Thu, Jun 9, 2011 at 8:28 PM, vonbecmann <[hidden email]> wrote:
do you wan to use maven?
or you are satisfied with ant.

Thanks



--
^ Ernest Micklei

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Even if our system is bleeding edge and developed in the latest technology,
it will be legacy to the next guy - Archanaa Panda
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~





Reply | Threaded
Open this post in threaded view
|

Re: Maven?

vonbecmann
any news?


On Sat, Jun 11, 2011 at 1:42 AM, James Ladd <[hidden email]> wrote:
it looks good.

will try it out a.s.a.p - doing some more RL right now.


On Sat, Jun 11, 2011 at 2:23 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
i think it's done so
please, test it and check it!

how to:
install maven 2.2.1 and then do
mvn clean package
inside target directory you will find a zip file
unzip that file and test the batch script (i dont work on windows)
(the source script files are in directory src/main/script)
execute the comandline and see if everything is ok (i don't understand the outcome, :) )

after all,
  if you agree, i will pull a request to your repo


On Fri, Jun 10, 2011 at 10:59 PM, James Ladd <[hidden email]> wrote:
brilliant - please let me know when you are done


On Fri, Jun 10, 2011 at 10:30 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
in this fork

[hidden email]:vonbecmann/redline-smalltalk.git

im adding maven.
right now, i could compile and test the project.
and im using ant within maven because the antlr maven plugin does not seem to work.

the next thing will be to package into a zip with all libraries and scripts to run.



On Fri, Jun 10, 2011 at 7:01 AM, James Ladd <[hidden email]> wrote:
I will take this into account and modify the project shortly.


On Fri, Jun 10, 2011 at 7:20 PM, Ernest Micklei <[hidden email]> wrote:
I advice people not to spent time on keeping 2 build systems working.

Maven is what most Java developers use (IMO) despite some of its weirdness.
If some of the tasks require ant, then call these tasks from within the maven pom.
Once you have a maven (3+) project configured, you can use many of the plugins and tools (Jenkins)
to produce all kinds of reports (code coverage,dependecies...) and checks (findbugs,checkstyle,...)



On Thu, Jun 9, 2011 at 8:28 PM, vonbecmann <[hidden email]> wrote:
do you wan to use maven?
or you are satisfied with ant.

Thanks



--
^ Ernest Micklei

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Even if our system is bleeding edge and developed in the latest technology,
it will be legacy to the next guy - Archanaa Panda
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~






Reply | Threaded
Open this post in threaded view
|

Re: Maven?

James Ladd
I have been flat out preparing for ESUG presentation in Scotland on 19th so I have not progressed
the maven support. I'll look at it during Smalltalk camp prior to ESUG - in the next two weeks.

On Sat, Aug 6, 2011 at 12:40 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
any news?



On Sat, Jun 11, 2011 at 1:42 AM, James Ladd <[hidden email]> wrote:
it looks good.

will try it out a.s.a.p - doing some more RL right now.


On Sat, Jun 11, 2011 at 2:23 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
i think it's done so
please, test it and check it!

how to:
install maven 2.2.1 and then do
mvn clean package
inside target directory you will find a zip file
unzip that file and test the batch script (i dont work on windows)
(the source script files are in directory src/main/script)
execute the comandline and see if everything is ok (i don't understand the outcome, :) )

after all,
  if you agree, i will pull a request to your repo


On Fri, Jun 10, 2011 at 10:59 PM, James Ladd <[hidden email]> wrote:
brilliant - please let me know when you are done


On Fri, Jun 10, 2011 at 10:30 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
in this fork

[hidden email]:vonbecmann/redline-smalltalk.git

im adding maven.
right now, i could compile and test the project.
and im using ant within maven because the antlr maven plugin does not seem to work.

the next thing will be to package into a zip with all libraries and scripts to run.



On Fri, Jun 10, 2011 at 7:01 AM, James Ladd <[hidden email]> wrote:
I will take this into account and modify the project shortly.


On Fri, Jun 10, 2011 at 7:20 PM, Ernest Micklei <[hidden email]> wrote:
I advice people not to spent time on keeping 2 build systems working.

Maven is what most Java developers use (IMO) despite some of its weirdness.
If some of the tasks require ant, then call these tasks from within the maven pom.
Once you have a maven (3+) project configured, you can use many of the plugins and tools (Jenkins)
to produce all kinds of reports (code coverage,dependecies...) and checks (findbugs,checkstyle,...)



On Thu, Jun 9, 2011 at 8:28 PM, vonbecmann <[hidden email]> wrote:
do you wan to use maven?
or you are satisfied with ant.

Thanks



--
^ Ernest Micklei

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Even if our system is bleeding edge and developed in the latest technology,
it will be legacy to the next guy - Archanaa Panda
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~







Reply | Threaded
Open this post in threaded view
|

Re: Maven?

SeanTAllen
I think maven support is a nice to have but given the amount of stuff James and I have to do,
I don't think it is realistic to bump it up the chain.

If maven support is important to anyone know, I strongly suggest forking on github and adding the maven support
and we will pull it in. Given the amount of core runtime work that needs to be done, worrying about ant v maven
just isn't on my radar at all.

On Sat, Aug 6, 2011 at 3:15 AM, James Ladd <[hidden email]> wrote:
I have been flat out preparing for ESUG presentation in Scotland on 19th so I have not progressed
the maven support. I'll look at it during Smalltalk camp prior to ESUG - in the next two weeks.


On Sat, Aug 6, 2011 at 12:40 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
any news?



On Sat, Jun 11, 2011 at 1:42 AM, James Ladd <[hidden email]> wrote:
it looks good.

will try it out a.s.a.p - doing some more RL right now.


On Sat, Jun 11, 2011 at 2:23 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
i think it's done so
please, test it and check it!

how to:
install maven 2.2.1 and then do
mvn clean package
inside target directory you will find a zip file
unzip that file and test the batch script (i dont work on windows)
(the source script files are in directory src/main/script)
execute the comandline and see if everything is ok (i don't understand the outcome, :) )

after all,
  if you agree, i will pull a request to your repo


On Fri, Jun 10, 2011 at 10:59 PM, James Ladd <[hidden email]> wrote:
brilliant - please let me know when you are done


On Fri, Jun 10, 2011 at 10:30 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
in this fork

[hidden email]:vonbecmann/redline-smalltalk.git

im adding maven.
right now, i could compile and test the project.
and im using ant within maven because the antlr maven plugin does not seem to work.

the next thing will be to package into a zip with all libraries and scripts to run.



On Fri, Jun 10, 2011 at 7:01 AM, James Ladd <[hidden email]> wrote:
I will take this into account and modify the project shortly.


On Fri, Jun 10, 2011 at 7:20 PM, Ernest Micklei <[hidden email]> wrote:
I advice people not to spent time on keeping 2 build systems working.

Maven is what most Java developers use (IMO) despite some of its weirdness.
If some of the tasks require ant, then call these tasks from within the maven pom.
Once you have a maven (3+) project configured, you can use many of the plugins and tools (Jenkins)
to produce all kinds of reports (code coverage,dependecies...) and checks (findbugs,checkstyle,...)



On Thu, Jun 9, 2011 at 8:28 PM, vonbecmann <[hidden email]> wrote:
do you wan to use maven?
or you are satisfied with ant.

Thanks



--
^ Ernest Micklei

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Even if our system is bleeding edge and developed in the latest technology,
it will be legacy to the next guy - Archanaa Panda
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~








Reply | Threaded
Open this post in threaded view
|

Re: Maven?

SeanTAllen
In reply to this post by vonbecmann
Rereading the older message, I see, you did a fork somewhere?

Is the fork still up to date? Can you send me the latest information?
If you send whatever is correct and up to date again, I'll try incorporating it yet.
Sorry, I forgot that you had done a fork previously.

Been a while on that.

I should have looked at that previously and brought it in but it slipped my mind.
Right now, most of the work is being done by James, so I need to handle these sorts of things,
soon, that will shift and I'm going to be up to my neck in it and he'll need to be taking care of
merging features.



On Fri, Aug 5, 2011 at 10:40 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
any news?



On Sat, Jun 11, 2011 at 1:42 AM, James Ladd <[hidden email]> wrote:
it looks good.

will try it out a.s.a.p - doing some more RL right now.


On Sat, Jun 11, 2011 at 2:23 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
i think it's done so
please, test it and check it!

how to:
install maven 2.2.1 and then do
mvn clean package
inside target directory you will find a zip file
unzip that file and test the batch script (i dont work on windows)
(the source script files are in directory src/main/script)
execute the comandline and see if everything is ok (i don't understand the outcome, :) )

after all,
  if you agree, i will pull a request to your repo


On Fri, Jun 10, 2011 at 10:59 PM, James Ladd <[hidden email]> wrote:
brilliant - please let me know when you are done


On Fri, Jun 10, 2011 at 10:30 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
in this fork

[hidden email]:vonbecmann/redline-smalltalk.git

im adding maven.
right now, i could compile and test the project.
and im using ant within maven because the antlr maven plugin does not seem to work.

the next thing will be to package into a zip with all libraries and scripts to run.



On Fri, Jun 10, 2011 at 7:01 AM, James Ladd <[hidden email]> wrote:
I will take this into account and modify the project shortly.


On Fri, Jun 10, 2011 at 7:20 PM, Ernest Micklei <[hidden email]> wrote:
I advice people not to spent time on keeping 2 build systems working.

Maven is what most Java developers use (IMO) despite some of its weirdness.
If some of the tasks require ant, then call these tasks from within the maven pom.
Once you have a maven (3+) project configured, you can use many of the plugins and tools (Jenkins)
to produce all kinds of reports (code coverage,dependecies...) and checks (findbugs,checkstyle,...)



On Thu, Jun 9, 2011 at 8:28 PM, vonbecmann <[hidden email]> wrote:
do you wan to use maven?
or you are satisfied with ant.

Thanks



--
^ Ernest Micklei

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Even if our system is bleeding edge and developed in the latest technology,
it will be legacy to the next guy - Archanaa Panda
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~







Reply | Threaded
Open this post in threaded view
|

Re: Maven?

vonbecmann
the fork is at

https://github.com/vonbecmann/redline-smalltalk

i haven't updated it since June 11.
i will try to get the changes from master, but someone should review it
i will let you know when it's ready

thanks

On Sat, Aug 6, 2011 at 2:39 PM, Sean Allen <[hidden email]> wrote:
Rereading the older message, I see, you did a fork somewhere?

Is the fork still up to date? Can you send me the latest information?
If you send whatever is correct and up to date again, I'll try incorporating it yet.
Sorry, I forgot that you had done a fork previously.

Been a while on that.

I should have looked at that previously and brought it in but it slipped my mind.
Right now, most of the work is being done by James, so I need to handle these sorts of things,
soon, that will shift and I'm going to be up to my neck in it and he'll need to be taking care of
merging features.



On Fri, Aug 5, 2011 at 10:40 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
any news?



On Sat, Jun 11, 2011 at 1:42 AM, James Ladd <[hidden email]> wrote:
it looks good.

will try it out a.s.a.p - doing some more RL right now.


On Sat, Jun 11, 2011 at 2:23 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
i think it's done so
please, test it and check it!

how to:
install maven 2.2.1 and then do
mvn clean package
inside target directory you will find a zip file
unzip that file and test the batch script (i dont work on windows)
(the source script files are in directory src/main/script)
execute the comandline and see if everything is ok (i don't understand the outcome, :) )

after all,
  if you agree, i will pull a request to your repo


On Fri, Jun 10, 2011 at 10:59 PM, James Ladd <[hidden email]> wrote:
brilliant - please let me know when you are done


On Fri, Jun 10, 2011 at 10:30 PM, Bernardo Ezequiel Contreras <[hidden email]> wrote:
in this fork

[hidden email]:vonbecmann/redline-smalltalk.git

im adding maven.
right now, i could compile and test the project.
and im using ant within maven because the antlr maven plugin does not seem to work.

the next thing will be to package into a zip with all libraries and scripts to run.



On Fri, Jun 10, 2011 at 7:01 AM, James Ladd <[hidden email]> wrote:
I will take this into account and modify the project shortly.


On Fri, Jun 10, 2011 at 7:20 PM, Ernest Micklei <[hidden email]> wrote:
I advice people not to spent time on keeping 2 build systems working.

Maven is what most Java developers use (IMO) despite some of its weirdness.
If some of the tasks require ant, then call these tasks from within the maven pom.
Once you have a maven (3+) project configured, you can use many of the plugins and tools (Jenkins)
to produce all kinds of reports (code coverage,dependecies...) and checks (findbugs,checkstyle,...)



On Thu, Jun 9, 2011 at 8:28 PM, vonbecmann <[hidden email]> wrote:
do you wan to use maven?
or you are satisfied with ant.

Thanks



--
^ Ernest Micklei

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Even if our system is bleeding edge and developed in the latest technology,
it will be legacy to the next guy - Archanaa Panda
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~








Reply | Threaded
Open this post in threaded view
|

Re: Maven?

Robert Roland
I just forked the project, added Maven support and submitted a pull
request with a full Maven build.

I'm definitely interested in contributing to this project however I
can.

Thanks,

Rob

On Aug 6, 12:35 pm, Bernardo Ezequiel Contreras <[hidden email]>
wrote:

> the fork is at
>
> https://github.com/vonbecmann/redline-smalltalk
>
> i haven't updated it since June 11.
> i will try to get the changes from master, but someone should review it
> i will let you know when it's ready
>
> thanks
>
> On Sat, Aug 6, 2011 at 2:39 PM, Sean Allen <[hidden email]>wrote:
>
>
>
>
>
>
>
> > Rereading the older message, I see, you did a fork somewhere?
>
> > Is the fork still up to date? Can you send me the latest information?
> > If you send whatever is correct and up to date again, I'll try
> > incorporating it yet.
> > Sorry, I forgot that you had done a fork previously.
>
> > Been a while on that.
>
> > I should have looked at that previously and brought it in but it slipped my
> > mind.
> > Right now, most of the work is being done by James, so I need to handle
> > these sorts of things,
> > soon, that will shift and I'm going to be up to my neck in it and he'll
> > need to be taking care of
> > merging features.
>
> > On Fri, Aug 5, 2011 at 10:40 PM, Bernardo Ezequiel Contreras <
> > [hidden email]> wrote:
>
> >> any news?
>
> >> On Sat, Jun 11, 2011 at 1:42 AM, James Ladd <[hidden email]> wrote:
>
> >>> it looks good.
>
> >>> will try it out a.s.a.p - doing some more RL right now.
>
> >>> On Sat, Jun 11, 2011 at 2:23 PM, Bernardo Ezequiel Contreras <
> >>> [hidden email]> wrote:
>
> >>>> i think it's done so
> >>>> please, test it and check it!
>
> >>>> how to:
> >>>> install maven 2.2.1 and then do
> >>>> mvn clean package
> >>>> inside target directory you will find a zip file
> >>>> unzip that file and test the batch script (i dont work on windows)
> >>>> (the source script files are in directory src/main/script)
> >>>> execute the comandline and see if everything is ok (i don't understand
> >>>> the outcome, :) )
>
> >>>> after all,
> >>>>   if you agree, i will pull a request to your repo
>
> >>>> On Fri, Jun 10, 2011 at 10:59 PM, James Ladd <[hidden email]>wrote:
>
> >>>>> brilliant - please let me know when you are done
>
> >>>>> On Fri, Jun 10, 2011 at 10:30 PM, Bernardo Ezequiel Contreras <
> >>>>> [hidden email]> wrote:
>
> >>>>>> in this fork
>
> >>>>>> [hidden email]:vonbecmann/redline-smalltalk.git
>
> >>>>>> im adding maven.
> >>>>>> right now, i could compile and test the project.
> >>>>>> and im using ant within maven because the antlr maven plugin does not
> >>>>>> seem to work.
>
> >>>>>> the next thing will be to package into a zip with all libraries and
> >>>>>> scripts to run.
>
> >>>>>> On Fri, Jun 10, 2011 at 7:01 AM, James Ladd <[hidden email]>wrote:
>
> >>>>>>> I will take this into account and modify the project shortly.
>
> >>>>>>> On Fri, Jun 10, 2011 at 7:20 PM, Ernest Micklei <
> >>>>>>> [hidden email]> wrote:
>
> >>>>>>>> I advice people not to spent time on keeping 2 build systems
> >>>>>>>> working.
>
> >>>>>>>> Maven is what most Java developers use (IMO) despite some of its
> >>>>>>>> weirdness.
> >>>>>>>> If some of the tasks require ant, then call these tasks from within
> >>>>>>>> the maven pom.
> >>>>>>>> Once you have a maven (3+) project configured, you can use many of
> >>>>>>>> the plugins and tools (Jenkins)
> >>>>>>>> to produce all kinds of reports (code coverage,dependecies...) and
> >>>>>>>> checks (findbugs,checkstyle,...)
>
> >>>>>>>> On Thu, Jun 9, 2011 at 8:28 PM, vonbecmann <[hidden email]>wrote:
>
> >>>>>>>>> do you wan to use maven?
> >>>>>>>>> or you are satisfied with ant.
>
> >>>>>>>>> Thanks
>
> >>>>>>>> --
> >>>>>>>> ^ Ernest Micklei
>
> >>>>>>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >>>>>>>> Even if our system is bleeding edge and developed in the latest
> >>>>>>>> technology,
> >>>>>>>> it will be legacy to the next guy - Archanaa Panda
> >>>>>>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reply | Threaded
Open this post in threaded view
|

Re: Maven?

SeanTAllen
Hi Rob,

Thanks Rob.

Feel free to email James and I to discuss other ways you can contribute, or email the list here if you don't feel
comfortable with the discussion in public. You can also get me via gtalk @ this email address although I'm pretty sure
I have it set where I have to first approve you sending me a message.

There is a ton to be done- across a massive range of areas. I'm sure we can find something that interests you and is good for the project
and hopefully gets us past the 'core' area where it comes down to new projects that have almost nothing to do with James and I.

-Sean-


On Sat, Sep 3, 2011 at 1:26 AM, Rob Roland <[hidden email]> wrote:
I just forked the project, added Maven support and submitted a pull
request with a full Maven build.

I'm definitely interested in contributing to this project however I
can.

Thanks,

Rob

On Aug 6, 12:35 pm, Bernardo Ezequiel Contreras <[hidden email]>
wrote:
> the fork is at
>
> https://github.com/vonbecmann/redline-smalltalk
>
> i haven't updated it since June 11.
> i will try to get the changes from master, but someone should review it
> i will let you know when it's ready
>
> thanks
>
> On Sat, Aug 6, 2011 at 2:39 PM, Sean Allen <[hidden email]>wrote:
>
>
>
>
>
>
>
> > Rereading the older message, I see, you did a fork somewhere?
>
> > Is the fork still up to date? Can you send me the latest information?
> > If you send whatever is correct and up to date again, I'll try
> > incorporating it yet.
> > Sorry, I forgot that you had done a fork previously.
>
> > Been a while on that.
>
> > I should have looked at that previously and brought it in but it slipped my
> > mind.
> > Right now, most of the work is being done by James, so I need to handle
> > these sorts of things,
> > soon, that will shift and I'm going to be up to my neck in it and he'll
> > need to be taking care of
> > merging features.
>
> > On Fri, Aug 5, 2011 at 10:40 PM, Bernardo Ezequiel Contreras <
> > [hidden email]> wrote:
>
> >> any news?
>
> >> On Sat, Jun 11, 2011 at 1:42 AM, James Ladd <[hidden email]> wrote:
>
> >>> it looks good.
>
> >>> will try it out a.s.a.p - doing some more RL right now.
>
> >>> On Sat, Jun 11, 2011 at 2:23 PM, Bernardo Ezequiel Contreras <
> >>> [hidden email]> wrote:
>
> >>>> i think it's done so
> >>>> please, test it and check it!
>
> >>>> how to:
> >>>> install maven 2.2.1 and then do
> >>>> mvn clean package
> >>>> inside target directory you will find a zip file
> >>>> unzip that file and test the batch script (i dont work on windows)
> >>>> (the source script files are in directory src/main/script)
> >>>> execute the comandline and see if everything is ok (i don't understand
> >>>> the outcome, :) )
>
> >>>> after all,
> >>>>   if you agree, i will pull a request to your repo
>
> >>>> On Fri, Jun 10, 2011 at 10:59 PM, James Ladd <[hidden email]>wrote:
>
> >>>>> brilliant - please let me know when you are done
>
> >>>>> On Fri, Jun 10, 2011 at 10:30 PM, Bernardo Ezequiel Contreras <
> >>>>> [hidden email]> wrote:
>
> >>>>>> in this fork
>
> >>>>>> [hidden email]:vonbecmann/redline-smalltalk.git
>
> >>>>>> im adding maven.
> >>>>>> right now, i could compile and test the project.
> >>>>>> and im using ant within maven because the antlr maven plugin does not
> >>>>>> seem to work.
>
> >>>>>> the next thing will be to package into a zip with all libraries and
> >>>>>> scripts to run.
>
> >>>>>> On Fri, Jun 10, 2011 at 7:01 AM, James Ladd <[hidden email]>wrote:
>
> >>>>>>> I will take this into account and modify the project shortly.
>
> >>>>>>> On Fri, Jun 10, 2011 at 7:20 PM, Ernest Micklei <
> >>>>>>> [hidden email]> wrote:
>
> >>>>>>>> I advice people not to spent time on keeping 2 build systems
> >>>>>>>> working.
>
> >>>>>>>> Maven is what most Java developers use (IMO) despite some of its
> >>>>>>>> weirdness.
> >>>>>>>> If some of the tasks require ant, then call these tasks from within
> >>>>>>>> the maven pom.
> >>>>>>>> Once you have a maven (3+) project configured, you can use many of
> >>>>>>>> the plugins and tools (Jenkins)
> >>>>>>>> to produce all kinds of reports (code coverage,dependecies...) and
> >>>>>>>> checks (findbugs,checkstyle,...)
>
> >>>>>>>> On Thu, Jun 9, 2011 at 8:28 PM, vonbecmann <[hidden email]>wrote:
>
> >>>>>>>>> do you wan to use maven?
> >>>>>>>>> or you are satisfied with ant.
>
> >>>>>>>>> Thanks
>
> >>>>>>>> --
> >>>>>>>> ^ Ernest Micklei
>
> >>>>>>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >>>>>>>> Even if our system is bleeding edge and developed in the latest
> >>>>>>>> technology,
> >>>>>>>> it will be legacy to the next guy - Archanaa Panda
> >>>>>>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~