git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270179 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -17,7 +17,6 @@ import org.apache.myrmidon.api.TaskException; | |||||
| import org.apache.tools.ant.BuildEvent; | import org.apache.tools.ant.BuildEvent; | ||||
| import org.apache.tools.ant.BuildListener; | import org.apache.tools.ant.BuildListener; | ||||
| import org.apache.tools.ant.Project; | import org.apache.tools.ant.Project; | ||||
| import org.apache.tools.ant.ProjectHelper; | |||||
| import org.apache.tools.ant.Target; | import org.apache.tools.ant.Target; | ||||
| /** | /** | ||||
| @@ -439,7 +438,9 @@ class VAJBuildInfo implements Runnable | |||||
| project.init(); | project.init(); | ||||
| File buildFile = new File( getBuildFileName() ); | File buildFile = new File( getBuildFileName() ); | ||||
| project.setUserProperty( "ant.file", buildFile.getAbsolutePath() ); | project.setUserProperty( "ant.file", buildFile.getAbsolutePath() ); | ||||
| ProjectHelper.configureProject( project, buildFile ); | |||||
| //FIXME: Need to convert to Myrmidon style | |||||
| //ProjectHelper.configureProject( project, buildFile ); | |||||
| setProjectInitialized( true ); | setProjectInitialized( true ); | ||||
| } | } | ||||
| catch( RuntimeException exc ) | catch( RuntimeException exc ) | ||||
| @@ -17,7 +17,6 @@ import org.apache.myrmidon.api.TaskException; | |||||
| import org.apache.tools.ant.BuildEvent; | import org.apache.tools.ant.BuildEvent; | ||||
| import org.apache.tools.ant.BuildListener; | import org.apache.tools.ant.BuildListener; | ||||
| import org.apache.tools.ant.Project; | import org.apache.tools.ant.Project; | ||||
| import org.apache.tools.ant.ProjectHelper; | |||||
| import org.apache.tools.ant.Target; | import org.apache.tools.ant.Target; | ||||
| /** | /** | ||||
| @@ -439,7 +438,9 @@ class VAJBuildInfo implements Runnable | |||||
| project.init(); | project.init(); | ||||
| File buildFile = new File( getBuildFileName() ); | File buildFile = new File( getBuildFileName() ); | ||||
| project.setUserProperty( "ant.file", buildFile.getAbsolutePath() ); | project.setUserProperty( "ant.file", buildFile.getAbsolutePath() ); | ||||
| ProjectHelper.configureProject( project, buildFile ); | |||||
| //FIXME: Need to convert to Myrmidon style | |||||
| //ProjectHelper.configureProject( project, buildFile ); | |||||
| setProjectInitialized( true ); | setProjectInitialized( true ); | ||||
| } | } | ||||
| catch( RuntimeException exc ) | catch( RuntimeException exc ) | ||||