收藏 悼念一个伟大的公司——Sun
作者:bonashen 日期:2010-01-29
Maven 2 JasperReports Plugin配置
作者:bonashen 日期:2010-01-28
在使用MAVEN来配置项目时,要用到JasperReports,可以在POM中加入链接。
- <dependency>
- <groupId>jasperreports</groupId>
- <artifactId>jasperreports</artifactId>
- <version>3.1.2</version>
- </dependency>
但是想在项目编译时,要将指定目录的*.jrxml进行编译的话需要加入Build插件。
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jasperreports-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>compile-reports</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <!--
- note this must be repeated here to pick up correct xml validation
- -->
- <dependency>
- <groupId>jasperreports</groupId>
- <artifactId>jasperreports</artifactId>
- <version>3.1.2</version>
- </dependency>
- </dependencies>
- </plugin>
使用:mvn jasperreports:compile-reports -Ddetail=true
Tags: maven jasperreport
FDT3.5正式版已经发布
作者:bonashen 日期:2010-01-26
今天下午还在用MyEclipse8中安装FDT 3.5 Beta2,晚上回家再重新安装时,发现FDT3.5已经releases.
With version 3.5 of FDT we are introducing great new features for both MXML and ActionScript editor. While we are focused on bringing you the best MXML editor for Flex development at this time, we are continually improving FDT.
The FDT 3.5 Update was recently released. Watch the new features of FDT 3.5 live in action! Michael Plank shows you what’s new in FDT 3.5 and how you can use the great features.
Robotlegs IOC 接口实例化
作者:bonashen 日期:2010-01-21
xViewer for flex
作者:bonashen 日期:2010-01-16

xViewer uses .jrpxml format for rendering JasperReports. If you do not want to use JasperServer you can disable it and view .jrpxmls received from somewhere. Also, you can use classic Viewer's toolbar. Localization is supported.
Tags: xViewer Flex jasperReports
投影新境界:Light Blue Optics 带来Light Touch
作者:bonashen 日期:2010-01-15
Robotlegs Framework1.02 & Swiftsuspends1.5 beta2
作者:bonashen 日期:2010-01-15
Robotlegs 框架事件的理解
作者:bonashen 日期:2010-01-15
中外运、长航合并获国资委放行 明确三大主业
作者:bonashen 日期:2010-01-13
(2010-01-13)
在两大航运巨头中国对外贸易运输(集团)总公司(下称“中外运集团”)与中国长江航运(集团)总公司(下称“长航集团”)合并成中国外运长航集团有限公司(下称“中外运长航集团”)后,双方的重组整合方案获得了国务院国资委方面的原则通过。
在昨天中外运长航集团世博物流项目动员启动会期间,中外运长航集团副总裁董建军对《第一财经日报》记者透露了上述信息,他同时指出,目前合并后的中外运长航集团的三大主业已经明确,之后将会根据重组整合方案进行具体的业务重组的落实。
自从国资委旗下的中外运集团和长航集团这两大航运集团被批准合并后,除了任命新的中外运长航集团管理层,两大集团合并后的具体业务如何整合,共有几大业务板块等具体重组方案此前并没有最终明确。
董建军告诉记者,新集团组建后确定了三大主业,分别是综合物流、航运和修造船。此外,还会有一个培育业务的板块,主要是拓展目前两家公司在相关产业链上的很多资源,比如仓储、土地等,比如可以开发物流地产,用于服务主业。
收藏-Flex Builder 3 on Eclipse 3.5
作者:bonashen 日期:2010-01-06
当我在机器上安装了flexbuilder3和STS(SpringSource Tool Suite )2.3后,将flexbuilder以插件的方式加入到STS,编译源文件和样式文件会出现编译出错,一开始是以为是上次编译产生的垃圾文件产生的问题,采用项目文件清除后再编译,问题还是在。
ConfigurationProblem logging info
java.lang.IllegalArgumentException: "The attribute value type is com.adobe.flexbuilder.project.compiler.internal.ProblemManager and expected is one of java.lang.String, Boolean, Integer"
at org.eclipse.core.internal.resources.MarkerInfo.checkValidAttribute(MarkerInfo.java:84)
at org.eclipse.core.internal.resources.MarkerInfo.setAttributes(MarkerInfo.java:172)
at org.eclipse.core.internal.resources.Marker.setAttributes(Marker.java:304)
at com.adobe.flexbuilder.project.compiler.internal.ProblemManager.createMarker(Unknown Source)
at com.adobe.flexbuilder.project.compiler.internal.ProblemManager.createMarker(Unknown Source)
at com.adobe.flexbuilder.project.compiler.internal.ProblemManager.logProblem(Unknown Source)
at com.adobe.flexbuilder.project.compiler.internal.ProblemManager.logInternalProblem(Unknown Source)
at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.buildItem(Unknown Source)
at com.adobe.flexbuilder.project.compiler.internal.FlexProjectBuilder.build(Unknown Source)
at com.adobe.flexbuilder.project.compiler.internal.FlexIncrementalBuilder.build(Unknown Source)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:627)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:170)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:201)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:253)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:256)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:309)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:341)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:140)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:238)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
后来在网上找到是因为flexbuilder3采用eclipse3.3作为平台开发,而我是用eclipse3.5,需要做如下修改:
Tags: Flex eclipse problemManager
![[img]attachments/gallery/20090531103422.jpg[/img]
[img]attachments/gallery/20090531103508.jpg[/img]](attachments/gallery/20090531103508.jpg)





点击下载此文件

















