build.xml

Diff Revision Date Message Lines Author Branch
3318 18 Nov 09

Preparing for next development iteration

+1 -1 Matt Raible trunk
3310 17 Nov 09

Preparing for 2.1.0-M1 Release

+1 -1 Matt Raible trunk
3309 17 Nov 09

Removed wacky Maven-calls-Ant-which-calls-Mavens-Ant-Tasks so build will work with Maven 2.x and 3.x

+4 -10 Matt Raible trunk
3308 17 Nov 09

Revert reverseLoader="true" as it causes issues with Maven 2.2.x

+1 -1 Matt Raible trunk
3304 16 Nov 09

Fixed for Maven 3 (http://jira.codehaus.org/browse/MANTRUN-123) and upgraded Ant Tasks

+2 -2 Matt Raible trunk
3297 04 Nov 09

Fixed oss.sonatype.org URLs to match the latest ones published on https://docs.sonatype.com/display/NX/OSS+Repository+Hosting.

+2 -2 Matt Raible trunk
3293 04 Nov 09

APF-1105: Improved AMP code generation to use annotations when possible. Still need to convert Spring MVC code generation to use @Controller.

+9 -4 Matt Raible trunk
3289 03 Nov 09

APF-1105: Changed to use Spring annotations (@Repository, @Service and @Autowired) when generating code.

+7 Matt Raible trunk
3276 31 Oct 09

Form for selecting Archetype.

+9 Matt Raible trunk
3272 29 Oct 09

Fixed AMP failures by changing all archetypes to use appfuse-web instead of appfuse-web-common.

+5 -1 Matt Raible trunk
3263 25 Oct 09

Removed <parallel> as it seems to cause FileNotFoundException and doesn't speed up the build a whole lot.

+20 -22 Matt Raible trunk
3245 11 May 09

Fixed JPA issue with archetypes

+2 -1 Matt Raible trunk
3244 11 May 09

Modifications to allow testing of iBATIS and JPA with archetypes

+3 -2 Matt Raible trunk
3243 06 May 09

Attempt to fix bug that happens in Bamboo

+2 -2 Matt Raible trunk
3242 06 May 09

Attempt to fix bug that happens in Bamboo

+2 Matt Raible trunk
3241 06 May 09

Attempt to fix bug that happens in Bamboo

+2 Matt Raible trunk
3232 30 Apr 09

Archetypes are now always tested and deploy as part of the build. Would love to figure out a way to capture the Maven command (install | deploy) and use that to determine install/deploy.

+123 -123 Matt Raible trunk
3231 29 Apr 09

Minor bug fixes

+15 -1 Matt Raible trunk
3229 29 Apr 09

Fixed issue in basic archetypes where 'webapp' package was not appended after . Also moved Struts validation (*.xml) and Tapestry component (*.tml) files from src/main/resources to src/main/java to get package expansion with archetype creation.

+69 -45 Matt Raible trunk
3222 26 Apr 09

Archetypes now contain all source from web modules. No more maven-warpath-plugin needed.

+299 -43 Matt Raible trunk
3156 10 May 08

Preparing for next development iteration

+1 -1 Matt Raible trunk
3146 10 May 08

Preparing for Release 2.0.2

+1 -1 Matt Raible trunk
3063 24 Nov 07

Preparing for next development iteration

+1 -1 Matt Raible trunk
3059 24 Nov 07

Preparing for 2.0.1 Release

+1 -1 Matt Raible trunk
3007 18 Sep 07

Preparing for next development iteration

+1 -1 Matt Raible trunk
3002 18 Sep 07

Preparing for 2.0 Release

+1 -1 Matt Raible trunk
3001 18 Sep 07

Removing changes from revision 3000 - some files had old code in them

+1 -1 Matt Raible trunk
3000 18 Sep 07

Release 2.0 - with all the versions changed this time. ;-)

+1 -1 Matt Raible trunk
2979 17 Sep 07

Create target directory first

+1 Matt Raible trunk
2978 17 Sep 07

Improved to allow reading test results from each archetype created when testing

+15 -15 Matt Raible trunk
2975 16 Sep 07

Fixed filename from common-test to build

+9 -9 Matt Raible trunk
2972 16 Sep 07

Renamed common-test.xml to build.xml to be consistent with AMP build.xml. Just run "ant" in the archetypes directory to test all archetypes.

+93 Matt Raible trunk
2922 04 Sep 07

Change version to 2.0-SNAPSHOT.

+1 -1 Matt Raible trunk
2920 03 Sep 07

AppFuse 2.0 RC1 Release

+1 -1 Matt Raible trunk
2753 30 May 07

APF-774: Group archetypes under org.appfuse.archetypes.

+1 -1 Matt Raible trunk
2745 25 May 07

Changed version to 2.0-rc1-SNAPSHOT (and 1.0-rc1-SNAPSHOT for maven-warpath-plugin)

+1 -1 Matt Raible trunk
2730 23 May 07

AppFuse 2.0 M5 Release

+1 -1 Matt Raible trunk
2714 22 May 07

APF-753: Initial commit of "appfuse-core" archetype

+6 -1 Matt Raible trunk
2593 22 Mar 07

Updated to version 2.0-m5-SNAPSHOT

+1 -1 Matt Raible trunk
2587 22 Mar 07

AppFuse 2.0-M3 Release

+1 -1 Matt Raible trunk
2533 02 Mar 07

APF-672: Changed archetype version numbers to be inline with AppFuse version number

+1 -1 Matt Raible trunk
2488 14 Feb 07

Simplification

+10 -10 Matt Raible trunk
2472 12 Feb 07

Changed version from 1.0-m3 to 1.0-m4-SNAPSHOT

+8 -8 Matt Raible trunk
2449 06 Feb 07

Changed version to 2.0-m3

+8 -8 Matt Raible trunk
2432 05 Feb 07

APF-615: Removed Maven execution of tests since it causes issues in downstream integration tests (http://www.nabble.com/Testing-archetypes-with-Ant-tf3167091s177.html#a8810296)

+42 Matt Raible trunk
2430 05 Feb 07

Removed remoteRepositories flag so archetype is read from local repo

+1 -1 Matt Raible trunk
2425 04 Feb 07

APF-615: Fixed issue where Ant failure didn't cause Maven to fail

+4 -3 Matt Raible trunk
2424 04 Feb 07

APF-615: Added integration tests for archetypes

+45 Matt Raible trunk