atom feed11 messages in net.java.dev.appfuse.issues[appfuse-issues] [JIRA] Commented: (A...
FromSent OnAttachments
Javier Pinilla (JIRA)Dec 1, 2009 11:35 am 
Matt Raible (JIRA)Dec 1, 2009 8:52 pm 
Javier Pinilla (JIRA)Dec 2, 2009 11:09 am 
Matt Raible (JIRA)Dec 2, 2009 4:36 pm 
Lucas (JIRA)Jan 16, 2010 4:23 pm 
Lucas (JIRA)Jan 18, 2010 3:43 am 
Lucas (JIRA)Jan 18, 2010 5:14 pm 
Pratyush Kumar (JIRA)Jul 21, 2010 2:31 am 
Matt Raible (JIRA)Sep 30, 2010 12:21 am 
Matt Raible (JIRA)Sep 30, 2010 12:23 am 
Matt Raible (JIRA)Nov 4, 2010 10:53 am 
Subject:[appfuse-issues] [JIRA] Commented: (APF-1176) mvn appfuse:full-source in appfuse-modular archetypes does not include calculated properties in pom.xml
From:Matt Raible (JIRA) (iss@appfuse.dev.java.net)
Date:Dec 1, 2009 8:52:55 pm
List:net.java.dev.appfuse.issues

[
http://issues.appfuse.org/browse/APF-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770#action_12770
]

Matt Raible commented on APF-1176:

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

I tried this, running "mvn install" from the top-level directory and was unable
to reproduce this issue.

[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] ------------------------------------------------------------------------ [INFO] AppFuse Modular Application ........................... SUCCESS [2.859s] [INFO] AppFuse Modular Application - Core .................... SUCCESS [29.606s] [INFO] AppFuse Modular Application - Web (JSF) ............... SUCCESS
[1:15.170s] [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 minute 48 seconds [INFO] Finished at: Tue Dec 01 23:52:49 EST 2009 [INFO] Final Memory: 145M/272M [INFO] ------------------------------------------------------------------------

mvn appfuse:full-source in appfuse-modular archetypes does not include
calculated properties in pom.xml

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

Key: APF-1176 URL: http://issues.appfuse.org/browse/APF-1176 Project: AppFuse Issue Type: Bug Affects Versions: 2.1.0-M2 Environment: $ mvn -version Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Java version: 1.6.0_15 Java home: c:\Archivos de programa\Java\jdk1.6.0_15\jre Default locale: es_ES, platform encoding: Cp1252 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" Reporter: Javier Pinilla Assignee: Matt Raible

In the modified pom.xml after mvn appfuse:full-source the calculated properties
are missing: <!-- Properties calculated by AppFuse when running full-source plugin
--> <commons.beanutils.version>1.8.1</commons.beanutils.version> <commons.dbcp.version>1.2.1</commons.dbcp.version> <commons.lang.version>2.4</commons.lang.version> <compass.version>2.1.3</compass.version> <cxf.version>2.2.4</cxf.version> <dwr.version>2.0.1</dwr.version> <ehcache.version>1.7.0</ehcache.version> <ehcache.web.version>1.6.0-beta2</ehcache.web.version> <hibernate.annotations.version>3.4.0.GA</hibernate.annotations.version> <hibernate.version>3.3.1.GA</hibernate.version> <javamail.version>1.4.1</javamail.version> <jpa.version>1.0</jpa.version> <jstl.version>1.1.2</jstl.version> <log4j.version>1.2.13</log4j.version> <sitemesh.version>2.4.2</sitemesh.version> <spring.security.version>2.0.4</spring.security.version> <struts.menu.version>2.4.3</struts.menu.version> <urlrewrite.version>3.1.0</urlrewrite.version> <velocity.version>1.4</velocity.version> How to reproduce it:

-------------------- $ mvn archetype:generate -B \ -DarchetypeGroupId=org.appfuse.archetypes \ -DarchetypeArtifactId=appfuse-modular-spring-archetype \ -DarchetypeVersion=2.1.0-M2-SNAPSHOT \ -DgroupId=es.xxx.app \ -DartifactId=modular-spring \ -DarchetypeRepository=http://oss.sonatype.org/content/repositories/appfuse $ cd modular-spring $ mvn org.apache.maven.plugins:maven-eclipse-plugin:2.6:eclipse (mvn eclipse:eclise does not work) $ mvn appfuse:full-source At this point delete the duplicated modules tag in pom.xml (see
http://issues.appfuse.org/browse/APF-1175) $ mvn install ... 16 required artifacts are missing. for artifact: es.xxx.app:core:jar:1.0-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), appfuse-snapshots (http://oss.sonatype.org/content/repositories/appfuse-snapsh ots)