This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package | |
{ | |
//-------------------------------------------------------------------------- | |
// | |
// Imports | |
// | |
//-------------------------------------------------------------------------- | |
import flash.display.Sprite; | |
import flash.events.Event; | |
import flash.events.MouseEvent; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<project name="XXX Application Build with check style" default="run" basedir="../"> | |
<description> | |
Ant build sample for running | |
- checkstyle, | |
</description> | |
<!-- Change the paths to your individual installation directories --> | |
<property name="checkstyle.home.dir" location="${basedir}/tools/checkstyle/"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<project name="XXX Application Build with check style" default="run" basedir="../"> | |
<description> | |
Ant build sample for running | |
- checkstyle, | |
</description> | |
<!-- Change the paths to your individual installation directories --> | |
<property name="checkstyle.home.dir" location="${basedir}/tools/checkstyle/"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<project name="XXX Application Build with find bugs" default="run" | |
basedir="../"> | |
<description> | |
Ant build sample for running | |
- findbugs, | |
</description> | |
<!-- Change the paths to your individual installation directories --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<project name="XXX Application Build with CPD" default="run" | |
basedir="../"> | |
<description> | |
Ant build sample for running | |
- CPD, | |
</description> | |
<!-- Change the paths to your individual installation directories --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<project name="XXX Application Build with PMD" default="run" | |
basedir="../"> | |
<description> | |
Ant build sample for running | |
- PMD, | |
</description> | |
<!-- Change the paths to your individual installation directories --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!--@see:http://agile.dzone.com/news/continuous-integration-php --> | |
<project name="AutoPhotobookContinuousIntegrationInPHP/Jenkins" | |
default="build" basedir="."> | |
<!-- $Id: build.xml 102 2012-01-19 14:39:10Z abtris $ --> | |
<property name="output" location="${basedir}/build/" /> | |
<property name="src" location="${basedir}/application/" /> | |
<property name="basedir" value="." /> | |
<!-- Clean dirs --> | |
<target name="clean"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!-- myMXMLCBuild.xml --> | |
<project name="XXX_Flex_Compile" | |
basedir="." | |
default="main"> | |
<property name="FLEX_HOME" | |
value="C:\Flex\sdks\flex_sdk_3.5.0_code_coverage"/> | |
<property name="TARGET_PLAYER" | |
value="11.3.0"/> | |
<property name="APP_ROOT" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project name="GODPAPER_ASDOC" | |
basedir="." | |
default="docs"> | |
<property name="FLEX_HOME" | |
value="C:\Software\FLEX\sdks\4.6.0"/> | |
<property name="OUTPUT_DIR" | |
value="${basedir}/target/asdoc"/> | |
<taskdef resource="flexTasks.tasks" | |
classpath="${FLEX_HOME}/ant/lib/flexTasks.jar"/> | |
<property name="flexlib" location="${FLEX_HOME}/frameworks"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project name="XXX_Flex_CPD" | |
default="run"> | |
<description> | |
Example Of Flex CPD | |
</description> | |
<property name="projecthome" | |
value="${basedir}"/> | |
<property name="flexcpd.version" |
OlderNewer