毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> 开发语言 >> 正文

qtp10无法识别maven自动构建flex3.6 第2页

更新时间:2012-6-21:  来源:毕业论文
  ......
  <include-libraries>${basedir}/libs/automation_agent.swc ${basedir}/libs/automation.swc ${basedir}/libs/automation_agent.swc ${basedir}/libs/automation_dmv.swc</include-libraries>
  ......
  </configuration>
  ......
  <plugin>
</plugins>  

------------------------------------------------------------------------------------------

  以上都是在flexmojos-maven-plugin 3.2.0条件 ,其实flexmojos-maven-plugin 3.6也试过,qtp也不能识别。
   
  请大家帮帮忙,怎样让qtp10识别maven自动构建的flex3.6。。。

解决方法:
  1、将automation.swc,automation_agent.swc,automation_dmv.swc,qtp.swc手动导入到maven仓库
  2、在pom文件中,加入四个文件的依赖,<type>为internal,这个很重要。这样编译时,manven才会引入qtp用的依赖。
  <dependency>  
  <groupId>com.adobe.flex.framework</groupId>  
  <artifactId>qtp</artifactId>  
  <version>${flex.sdk.version}</version>  
  <type>swc</type> 
  <scope>internal</scope>  
  </dependency>
可能是版本的问题。flexmojos-maven-plugin 用 4.0以上吧。可以用4.1-beta试试

上一页  [1] [2] 

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。