Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 4.3.0
-
Fix Version/s: None
-
Component/s: Compiler
-
Labels:None
-
Environment:gentoo linux
-
Number of attachments :
Description
<fileset dir="$qtdir/plugins/imageformats" [...] />
does not work, but <file src="$qtdir/lib/libQtCore.so.4" [...] /> does.
<res id="LicencePanel.licence" src="$trunk/LICENSE" [...] />
does not work either.
also on Windows 7 with variables declared in install.xml
e.g.
<variables>
...
<variable name="JAVA_VERSION" value="1.6.0_17" />
...
</variables>
<pack name="Java Runtime" parent="Core" required="yes">
{JAVA_VERSION}<fileset dir="jdk-$
" targetdir="$
{INSTALL_PATH}\jdk">
....
</fileset>
</pack>