
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Windows XP / Eclipse HELIOS / ANT 1.8
|
|
|
The build.xml of graniteds/test has 1 error that leads to compilation error with ANT:
1 - the target copy.xml is defined as <target name="copy.mxml" unless="flexbuilder"> but it should be defined as <target name="copy.mxml" unless="${flexbuilder}">
The build.xml of graniteds_test has 1 error that leads to compilation error with ANT:
1- the property name example.name is defined as <property name="example.name" value="graniteds-ejb3"/> but this is the property name test.name that should be defined as <property name="test.name" value="graniteds-test"/>
|
|
Description
|
The build.xml of graniteds/test has 1 error that leads to compilation error with ANT:
1 - the target copy.xml is defined as <target name="copy.mxml" unless="flexbuilder"> but it should be defined as <target name="copy.mxml" unless="${flexbuilder}">
The build.xml of graniteds_test has 1 error that leads to compilation error with ANT:
1- the property name example.name is defined as <property name="example.name" value="graniteds-ejb3"/> but this is the property name test.name that should be defined as <property name="test.name" value="graniteds-test"/>
|
Show » |
Sort Order:
|
the problem is the value of this property that returns true in a Helios IDE without any flexbuilder plugin