papillon88 / tectonicus

Automatically exported from code.google.com/p/tectonicus
0 stars 0 forks source link

Use a build system instead of being dependent of the IDE #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use maven/gradle or whatever you want to make it possible to compile the 
project without using eclipse.

Original issue reported on code.google.com by bouquet....@gmail.com on 10 Jul 2013 at 6:20

GoogleCodeExporter commented 9 years ago
By the way, maven will 
- force using source structure standards, which will make it easier to 
understand the project.
- handle dependency (you won't have to keep dependencies in your source tree 
and won't be platform dependent as it is today)

Original comment by bouquet....@gmail.com on 10 Jul 2013 at 6:26

GoogleCodeExporter commented 9 years ago
Tectonicus currently uses an Ant build file which means that you already don't 
need Eclipse to build the project.  You can build it using another IDE 
(NetBeans, IntelliJ, etc.), a continuous integration server (Hudson, 
CruiseControl, etc.), or even the command line.

Original comment by skoeven on 30 Jul 2013 at 7:17

GoogleCodeExporter commented 9 years ago

Original comment by skoeven on 13 Nov 2013 at 10:16