Rake db:migrate equivalent for java

Hiya all,
I’m working as a Java developer, but trying out ruby in my spare time.
I really like the db:migrate functionality in rake. I was wondering if
anyone knows of a java/ant equivalent for a java setup.

Regards,
Ben Warner

Checkout autopatch at http://autopatch.sourceforge.net/. I used to
work with the guys at tacitknowledge who wrote and now support it and
we used it on some very large projects and it worked well.

Eric

Ben Warner wrote:

Hiya all,
I’m working as a Java developer, but trying out ruby in my spare time.
I really like the db:migrate functionality in rake. I was wondering if
anyone knows of a java/ant equivalent for a java setup.

Regards,
Ben Warner

Well, I believe you could use jruby and ActiveJDBC. I haven’t tried it
myself, but it may be possible.

Regards,
Blair


Blair Z., Ph.D.
[email protected]
Subversion training, consulting and support
http://www.orcaware.com/svn/

Blair Z. wrote:

Ben Warner wrote:

Hiya all,
I’m working as a Java developer, but trying out ruby in my spare time.
I really like the db:migrate functionality in rake. I was wondering if
anyone knows of a java/ant equivalent for a java setup.

Regards,
Ben Warner

Well, I believe you could use jruby and ActiveJDBC. I haven’t tried it
myself, but it may be possible.

Regards,
Blair


Blair Z., Ph.D.
[email protected]
Subversion training, consulting and support
Subversion Support, Subversion Training Classes and Subversion Consulting - OrcaWare Technologies

Thankyou very much Blair / Eric, I’ll have a look at both of those
products/methods.

Autopatch looks to be the exact thing I’m after. Cheers!