Adding WpfBridge for automation of WPF and Silverlight
WpfBridge allows java to access .net 4 UI Automation libraries. This library enables Synthuse to access and automation WPF and Silverlight apps.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
|
||||
<target name="compile" depends="init" description="compile the source including jars from lib directory" >
|
||||
<!-- Compile the java code from ${src} into ${build} -->
|
||||
<javac srcdir="${src}" destdir="${build}" includeantruntime="false">
|
||||
<javac srcdir="${src}" destdir="${build}" includeantruntime="false" source="1.6" target="1.6">
|
||||
<classpath>
|
||||
<pathelement path="${classpath}"/>
|
||||
<fileset dir="${lib}">
|
||||
@@ -58,6 +58,9 @@
|
||||
<fileset dir="${src}"> <!-- includes images -->
|
||||
<include name="**/*.png" />
|
||||
</fileset>
|
||||
<fileset dir="native/WpfBridge/bin"> <!-- includes native jni dlls -->
|
||||
<include name="**/*.dll" />
|
||||
</fileset>
|
||||
<manifest>
|
||||
<attribute name="Main-Class" value="${main.class}"/>
|
||||
<attribute name="Class-Path" value="${mf.classpath}"/>
|
||||
|
||||
Reference in New Issue
Block a user