Share

Vizant

Tracker: Bugs

5 Vizant fails to correctly parse nested scripts - ID: 1273883
Last Update: Comment added ( kpothula )

The script below is the basic template being used on all
the projects we're building in an application, to provide a
consistent build file:

<project name="project name" default="build"
basedir=".">
<dirname property="buildscript.basedir"
file="${ant.file}" />
<property
file="${buildscript.basedir}/my.build.properties" />
<property
file="${buildscript.basedir}/build.properties" />
<property name="build.impl"
value="build_impl.xml"/>
<import
file="${common.dir}/build_standard_project.xml" />
<import
file="${common.dir}/build_standard_project_server_exten
sions.xml" />
</project>

When Vizant parses this build file it outputs:

digraph "G" {
graph ["rankdir"="LR",];
}

Is this a simple case of vizant not supporting the
import tag?


Lee Walton ( lwalton ) - 2005-08-26 09:23

5

Open

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2008-11-28 06:55
Sender: kpothula

I have the same problem too.. My ant build scripts use nested build scripts
and the nested files are not parsed.

But otherwise.. this is a cool and useful tool.


Log in to comment.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.