• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

IDE or Maven or Ant

 
Ranch Hand
Posts: 381
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers,
I am about to start my assignment and confused with whether to use ant or maven or IDE itself to build the project.
Will the exam assignment contains some guidelines regarding building of projects?

~Sanjeev
 
Ranch Hand
Posts: 92
Android Eclipse IDE Suse
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sanjeev,

I am using Eclipse to develop and test the application and Ant to build it (compile, javadoc, jar)
[ August 02, 2007: Message edited by: Romeo Son ]
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sanjeev,
I am using NetBeans IDE to write the code, in Windows on my laptop. Seems pretty simple, but I also bought a book on the IDE from Apress. Pro NetBeans IDE 5.5

Hope that helps.
 
Sanjeev Singh
Ranch Hand
Posts: 381
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Rome/Mark,
Thanks for the suggesions.Using IDE is fine,we cant even think of a development without using IDE.But again there are several possibilities like...

* Use of IDE itself,using IDE to build the project.
* Use of IDE with Ant,using Ant to build the project.
* Use of IDE with Maven,using Maven to build the project.

I am more inclined towards using Maven as a build tool rather than Ant.I think its on personal discretion,what one chooses,still interested to know what SCJD aspirants chooses.
[ August 02, 2007: Message edited by: Sanjeev Singh ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic