[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
AW: [platform-ant-dev] Antx doesn't work with AntRunner
|
- From: <Jan.Materne@xxxxxxxxxxxxxx>
- Date: Fri, 14 Nov 2008 06:37:48 +0100
- Delivered-to: platform-ant-dev@eclipse.org
- Thread-index: Ack5s6Ytqjr+KzOqS+GorESSIL/1DwMZ05+A
- Thread-topic: [platform-ant-dev] Antx doesn't work with AntRunner
> Project project = new Project();
> ProjectHelper helper = ProjectHelper.getProjectHelper();
> project.addReference("ant.projectHelper", helper);
> setup(projeto); // sets script properties
> helper.parse(projeto, new File(buildDirectory + "build.xml"));
> projeto.executeTarget("deploy");
Is this correct that you initialize the project as "project" and
pass it as "projeto" to setup()?
Jan