Hi there! I've got a problem which I couldn't solve for a few days, please help me.
I'd like to execute an ant-script within netbeans. the script needs a special classpath which a plugin/module made by myself puts into a "global-variable". The variable can be shown using the netbeans "Manage variables"-dialog. So it's working, I guess
Then I've tried to run the ant-script with: "run Target/advanced" and set the property to: enhanceClassPath=${MAG} (${MAG} contains the special classpah..)
Unfortunately the script contains in the property 'enhanceClassPath' still the value '${MAG}' instead the variable value..
I've got a working and simular example in eclipse, but hadn't any luck with netbeans, I guess the main problem is that netbeans doesn't support variables..
greez Chris