AW: ant access of java constants
You can do that via API calls - your own task - But you have to ensure that the class can be found. Example: public class MyClass { public static final String TEXT = "MyClass sais: Hello World"; }
You can do that via API calls - your own task - But you have to ensure that the class can be found. Example: public class MyClass { public static final String TEXT = "MyClass sais: Hello World"; }