Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: ANT-TASK-1.0
-
Fix Version/s: ANT-TASK-1.0
-
Component/s: None
-
Labels:None
-
Environment:ANT 1.8, Mac OS X
-
Number of attachments :
Description
I am using ANT 1.8 to build my project and have NO interest to switch to maven.
I read about the support for non-maven projects but it will only work for trival non-maven projects (and also a not very attractive solution that requires maven in addition to ANT). In particular, I need support for multiple ANT based modules each with multiple source directories and each with their own build directory containing classes and result jars.
Currently, I can add multiple source dirs but not multiple class dirs. Also, I really hate that I have to create and maintain a xml file outside my ANT file.
In consequence, I can't use Sonar. A much better solution would be for sonar to actually support ANT well by providing ANT tasks.
Issue Links
- depends upon
-
SONAR-2106
New Java library to bootstrap project analysis
-
- is related to
-
SONAR-2123
New annotation to allow specify in which environments BatchExtension should be active
-
-
SONAR-2148
New properties to manage level of Java language
-
-
SONAR-2151
New property to manage source encoding
-
-
SONAR-2172
API: New extension point - Initializer
-
Hi Morten, even if I can understand your point of view, this requirement is definitely not a bug but an improvement. FYI, if you use the Sonar Hudson plugin, you don't need to create and maintain an XML file as this XML file is created on-the-fly by the Hudson plugin.