The Artima Developer Community
Sponsored Link

Java Buzz Forum
Eclipse Plugin: eclipse2ant

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vasanth Dharmaraj

Posts: 594
Nickname: vazz
Registered: Oct, 2003

Vasanth Dharmaraj is J2EE developer learning Dot Net
Eclipse Plugin: eclipse2ant Posted: Nov 18, 2004 11:19 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Vasanth Dharmaraj.
Original Post: Eclipse Plugin: eclipse2ant
Feed Title: Vasanth Dharmaraj's Blogs
Feed URL: /SyndicationService.asmx/GetRssCategory?categoryName=Technology%7CJava
Feed Description: my thoughts on dot net, java, linux, formula one, xbox gamming...(my java category)
Latest Java Buzz Posts
Latest Java Buzz Posts by Vasanth Dharmaraj
Latest Posts From Vasanth Dharmaraj's Blogs

Advertisement

I found another useful eclipse plugin eclipse2ant at eclipse-plugins.info. Ant is useful for continuous integration or just automated deployments but it is tedious to maintain projects in both eclipse and ant build files. eclipse2ant solves that it automatically generates ant build files based on eclipse projects. This helps keep the build files uptodate. Here are the features it provides:

  • Creates the following targets: init, clean, build.
  • Supports multiple source directories.
  • Each source directory may compile to a different class directory.
  • Supports include/exclude patterns.
  • Classpath variables are converted to properties.
  • build-user.xml for Ant user modifications which are never overwritten.
  • Only project relative paths are created to offer highest portability.
  • Export run configuration for applications, applets and JUnit tests.
    • Exports arguments, VM arguments, working directory, environment.
    • Eclipse variables are converted to properties.
  • Offer single file compile. (Of course a candidate for a stand alone plugin...)
    • Adds a new context menu item called "Compile" to Java editor.

Read: Eclipse Plugin: eclipse2ant

Topic: Unfinished eXPerience Reloaded Previous Topic   Next Topic Topic: [Nov 4, 2004 16:25 PST] 9 Links

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use