[Trac] Re: trac-users - 7 new messages in 2 topics - digest

2009-06-03 Thread Steve Povilaitis



On Jun 2, 11:41 am, Roger Oberholtzer roger.oberholt...@gmail.com
wrote:
 On Tue, 2009-06-02 at 05:33 -0700, Steve Povilaitis wrote:
  I'm sure Bitten and Buildbot are fine tools, but I haven't used them,
  so I won't compare them to Hudson. What I like about Hudson is the
  large number of plugins, tight integration with SVN and Trac, ease of
  installation, and configurability.

 Is hudson really for Java developers? There is lots of talk of tracking
 which jars are made (fingerprinting). Or does it works as well building
 and testing, say, C code?

 --
 Roger Oberholtzer


It's definitely not just for Java. I actually use it to build .Net
projects using NAnt, then test using the NUnit plugin and the FXCop
NAnt task, and historically track my testing coverage using the
Violations plugin. Build failures are sent out via IM using the
opensource jabber protocol.

Since Hudson also has the capability to execute batch files or monitor
external jobs, you could use it to run make for C code as well.

Steve
 OPQ Systems / Ramböll RST

 Ramböll Sverige AB
 Krukmakargatan 21
 P.O. Box 17009
 SE-104 62 Stockholm, Sweden

 Office: Int +46 8-615 60 20
 Mobile: Int +46 70-815 1696
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac-users - 7 new messages in 2 topics - digest

2009-06-02 Thread W. Martin Borgert

Quoting Olemis Lang ole...@gmail.com:
 - How stable is Bitten ? Is it ok to try it out right now or should I
 wait a little ?

Despite some minor points at installation time (I had to change some
database table field types), bitten runs fine.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac-users - 7 new messages in 2 topics - digest

2009-06-02 Thread Steve Povilaitis

On Jun 1, 12:10 pm, Olemis Lang ole...@gmail.com wrote:
 On Mon, Jun 1, 2009 at 7:08 AM, Steve Povilaitis steve...@gmail.com wrote:

  Date: Sun, May 31 2009 6:52 pm
  From: Johnny Chang

  Hello, I just started using trac with svn and it is very nice.  I
  wanted to implement some build and test automation into it and was
  looking for these features:

  -checks out code
  -builds and checks for errors
  -runs a test suite (run the executable with various predetermined
  parameters, checks exit status, logs messages)
  -allows automatic parsing of log messages
  -checks in working executable

 I'd like to add here «computes and store stats about the project» even
 if external tools are needed ;o)

  Any suggestions are appreciated!

  I suggest you take a look at Hudson. Built in integration with Trac,
  Svn, and has plugins available for many build and test automation
  tools.https://hudson.dev.java.net/

 I just want to ask something here ... IMHO it's not OT, but if it is,
 I hope u dont mind and use TiP list [1]_ instead ;)

 - What's the advantage in using Hudson over buildbot, or viceversa ...
 - How does Bitten fit in CI ? I mean, if I use Bitten do I still need
 (buildbot |
   Hudson ...) or should I just use integration plugins ?
 - How stable is Bitten ? Is it ok to try it out right now or should I
 wait a little ?

 I'm in the process of setting up a CI environment and I'm still
 deciding, so I'd really appreciate your feedback and / or suggestions
 :)

 Thanks in advance !

 .. [1] TiP list
         (testing-in-pyt...@lists.idyll.org)

 --
 Regards,

 Olemis.


I'm sure Bitten and Buildbot are fine tools, but I haven't used them,
so I won't compare them to Hudson. What I like about Hudson is the
large number of plugins, tight integration with SVN and Trac, ease of
installation, and configurability.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac-users - 7 new messages in 2 topics - digest

2009-06-02 Thread Roger Oberholtzer

On Tue, 2009-06-02 at 05:33 -0700, Steve Povilaitis wrote:

 I'm sure Bitten and Buildbot are fine tools, but I haven't used them,
 so I won't compare them to Hudson. What I like about Hudson is the
 large number of plugins, tight integration with SVN and Trac, ease of
 installation, and configurability.

Is hudson really for Java developers? There is lots of talk of tracking
which jars are made (fingerprinting). Or does it works as well building
and testing, say, C code?

-- 
Roger Oberholtzer

OPQ Systems / Ramböll RST

Ramböll Sverige AB
Krukmakargatan 21
P.O. Box 17009
SE-104 62 Stockholm, Sweden

Office: Int +46 8-615 60 20
Mobile: Int +46 70-815 1696


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac-users - 7 new messages in 2 topics - digest

2009-06-01 Thread Steve Povilaitis

 == 1 of 2 ==
 Date: Sun, May 31 2009 6:52 pm
 From: Johnny Chang


 Hello, I just started using trac with svn and it is very nice.  I
 wanted to implement some build and test automation into it and was
 looking for these features:

 -checks out code
 -builds and checks for errors
 -runs a test suite (run the executable with various predetermined
 parameters, checks exit status, logs messages)
 -allows automatic parsing of log messages
 -checks in working executable


 Any suggestions are appreciated!

I suggest you take a look at Hudson. Built in integration with Trac,
Svn, and has plugins available for many build and test automation
tools. https://hudson.dev.java.net/

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac-users - 7 new messages in 2 topics - digest

2009-06-01 Thread Olemis Lang

On Mon, Jun 1, 2009 at 7:08 AM, Steve Povilaitis steve...@gmail.com wrote:

 Date: Sun, May 31 2009 6:52 pm
 From: Johnny Chang

 Hello, I just started using trac with svn and it is very nice.  I
 wanted to implement some build and test automation into it and was
 looking for these features:

 -checks out code
 -builds and checks for errors
 -runs a test suite (run the executable with various predetermined
 parameters, checks exit status, logs messages)
 -allows automatic parsing of log messages
 -checks in working executable


I'd like to add here «computes and store stats about the project» even
if external tools are needed ;o)

 Any suggestions are appreciated!

 I suggest you take a look at Hudson. Built in integration with Trac,
 Svn, and has plugins available for many build and test automation
 tools. https://hudson.dev.java.net/


I just want to ask something here ... IMHO it's not OT, but if it is,
I hope u dont mind and use TiP list [1]_ instead ;)

- What's the advantage in using Hudson over buildbot, or viceversa ...
- How does Bitten fit in CI ? I mean, if I use Bitten do I still need
(buildbot |
  Hudson ...) or should I just use integration plugins ?
- How stable is Bitten ? Is it ok to try it out right now or should I
wait a little ?

I'm in the process of setting up a CI environment and I'm still
deciding, so I'd really appreciate your feedback and / or suggestions
:)

Thanks in advance !

.. [1] TiP list
(testing-in-pyt...@lists.idyll.org)

-- 
Regards,

Olemis.

Blog ES: http://simelo-es.blogspot.com/
Blog EN: http://simelo-en.blogspot.com/

Featured article:
Oracle : por más que engorda sigue subiendo ...  -
http://feedproxy.google.com/~r/simelo-es/~3/ndKoYi3D-kg/oracle-por-mas-que-engorda-sigue.html

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---