vote up 0 vote down star

is there such a thing in a standard manner?

including

Java Source Code - Test Code - Ant or Maven JUnit Continuous Integration (possibly Cruise Control) ClearCase Versioning Tool Deploy to Application Server

in the end I 'd like to have an automatic Build and Integration Environment.

flag

69% accept rate

4 Answers

vote up 0 vote down

A tool set could be

IntelliJ

Ant

  • The ant files can be generated by intellij
  • Then you need to write some ant to run your tests!
  • Then you need to write some ant to package your application
  • Then you need to write some ant to deploy your application
    • including configuring queues, databases etc (dbdeploy might work for this)

TeamCity

Subversion - Its nice and easy. ClearCase is shocking don't go near.

If you're doing JEE, then you'll probably have a web site, if so, you might want to use WebDriver, possibly in conjunction with WindowLicker

If you have a database or jms broker, make sure each developer HAS THEIR OWN! This is very important - makes sure everybody has a copy that they can do what they like with, and obviously the continuous integration (CI) environment must have its own copy too!

The pay back for such an environment can be huge. On my current project, we have a two-click-to-production automation coming straight out of TeamCity.

link|flag
vote up 0 vote down

There are no end of possible solutions. Take a look at the continuous integration matrix, which details common solutions, and their associated features. Hopefully you should be able to make a decision based on that.

link|flag
vote up 0 vote down

Take a look at Apache Continuum.

link|flag
vote up 3 vote down

Sounds like a job for Hudson.

link|flag
+1 and "java -jar hudson.war" rocks :) – mjustin May 6 at 19:16

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.