Re: [appfuse-user] mvn site hang

2010-12-10 Thread Matt Raible
Can you please enter an issue in JIRA with steps to reproduce? I hope to 
release 2.1 in the next couple weeks and I'd like to make sure this is fixed 
beforehand.

http://issues.appfuse.org/browse/APF

Thanks,

Matt

On Dec 10, 2010, at 12:49 AM, dan wrote:

> 于 2010-12-9 9:13, Matt Raible 写道:
>> What version of Maven are you using? What version of AppFuse. I need to know 
>> what you're doing so I can try and reproduce.
>> 
>> On Dec 8, 2010, at 5:16 PM, dan wrote:
>> 
>>> I meet a problem that when i use mvn site to generate the report,the log
>>> in console below
>>> 
>>> [INFO] [dbunit:operation {execution: test}]
>>> [INFO] Preparing surefire-report:report-only
>>> [INFO] No goals needed for project - skipping
>>> [INFO] [site:site {execution: default-site}]
>>> [ERROR] No URL set in Issue Management. No JIRA Report will be generated.
>>> [ERROR] No URL set in Issue Management. No Trac Report will be generated.
>>> [INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html"
>>> already exi
>>> sts for the English version.
>>> [INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already
>>> exists for t
>>> he English version.
>>> [INFO] Skipped "Surefire Report" report, file "surefire-report.html"
>>> already exi
>>> sts for the English version.
>>> [INFO] Generating "Issue Tracking" report.
>>> [INFO] Generating "Project Team" report.
>>> [INFO] Generating "Surefire Report" report.
>>> [INFO] Generating "Dependencies" report.
>>> 
>>> then, it will elapse about 10 min,i don't know what's the maven doing
>>> the final result is Build Success
>>> 
>>> -
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>> 
>> 
>> -
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>> 
> when i execute "mvn site" in 2.1.0-M2
> 
> [INFO] [hibernate3:hbm2ddl {execution: default}]
> [INFO] Configuration XML file loaded: 
> file:/D:/workspace/Bals/src/main/resources
> /hibernate.cfg.xml
> [INFO] Configuration XML file loaded: 
> file:/D:/workspace/Bals/src/main/resources
> /hibernate.cfg.xml
> [INFO] 
> 
> [ERROR] FATAL ERROR
> [INFO] 
> 
> [INFO] Unable to load class declared as  class="org.bals.model.User"/> i
> n the configuration:
> [INFO] 
> 
> [INFO] Trace
> org.hibernate.MappingException: Unable to load class declared as  class=
> "org.bals.model.User"/> in the configuration:
> at org.hibernate.cfg.AnnotationConfiguration.parseMappingElement(Annotat
> ionConfiguration.java:602)
> at org.hibernate.cfg.Configuration.parseSessionFactory(Configuration.jav
> a:1555)
> at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1534)
> at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1508)
> at org.hibernate.cfg.Configuration.configure(Configuration.java:1443)
> 
> 
> but when i execute "mvn hibernate3:hbm2ddl"
> [INFO] [hibernate3:hbm2ddl {execution: default-cli}]
> 
> finally,it is successful.
> so my question is what's the difference between [default] and [default-cli] 
> during the hibernate3:hbm2ddl
> 


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [appfuse-user] mvn site hang

2010-12-09 Thread dan

于 2010-12-9 9:13, Matt Raible 写道:

What version of Maven are you using? What version of AppFuse. I need to know 
what you're doing so I can try and reproduce.

On Dec 8, 2010, at 5:16 PM, dan wrote:


I meet a problem that when i use mvn site to generate the report,the log
in console below

[INFO] [dbunit:operation {execution: test}]
[INFO] Preparing surefire-report:report-only
[INFO] No goals needed for project - skipping
[INFO] [site:site {execution: default-site}]
[ERROR] No URL set in Issue Management. No JIRA Report will be generated.
[ERROR] No URL set in Issue Management. No Trac Report will be generated.
[INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html"
already exi
sts for the English version.
[INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already
exists for t
he English version.
[INFO] Skipped "Surefire Report" report, file "surefire-report.html"
already exi
sts for the English version.
[INFO] Generating "Issue Tracking" report.
[INFO] Generating "Project Team" report.
[INFO] Generating "Surefire Report" report.
[INFO] Generating "Dependencies" report.

then, it will elapse about 10 min,i don't know what's the maven doing
the final result is Build Success

-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


when i execute "mvn site" in 2.1.0-M2

[INFO] [hibernate3:hbm2ddl {execution: default}]
[INFO] Configuration XML file loaded: 
file:/D:/workspace/Bals/src/main/resources

/hibernate.cfg.xml
[INFO] Configuration XML file loaded: 
file:/D:/workspace/Bals/src/main/resources

/hibernate.cfg.xml
[INFO] 


[ERROR] FATAL ERROR
[INFO] 

[INFO] Unable to load class declared as class="org.bals.model.User"/> i

n the configuration:
[INFO] 


[INFO] Trace
org.hibernate.MappingException: Unable to load class declared as 

"org.bals.model.User"/> in the configuration:
at org.hibernate.cfg.AnnotationConfiguration.parseMappingElement(Annotat
ionConfiguration.java:602)
at org.hibernate.cfg.Configuration.parseSessionFactory(Configuration.jav
a:1555)
at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1534)
at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1508)
at org.hibernate.cfg.Configuration.configure(Configuration.java:1443)


but when i execute "mvn hibernate3:hbm2ddl"
[INFO] [hibernate3:hbm2ddl {execution: default-cli}]

finally,it is successful.
so my question is what's the difference between [default] and 
[default-cli] during the hibernate3:hbm2ddl



-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [appfuse-user] mvn site hang

2010-12-09 Thread Matt Raible

On Dec 9, 2010, at 12:04 AM, dan wrote:

> 于 2010-12-9 13:32, Matt Raible 写道:
>> 
>> On Dec 8, 2010, at 10:17 PM, dan wrote:
>> 
>>> 于 2010-12-9 9:57, Matt Raible 写道:
 On Dec 8, 2010, at 6:47 PM, dan  wrote:
 
> 于 2010-12-9 9:13, Matt Raible 写道:
>> What version of Maven are you using? What version of AppFuse. I need to 
>> know what you're doing so I can try and reproduce.
>> 
>> On Dec 8, 2010, at 5:16 PM, dan wrote:
>> 
>>> I meet a problem that when i use mvn site to generate the report,the log
>>> in console below
>>> 
>>> [INFO] [dbunit:operation {execution: test}]
>>> [INFO] Preparing surefire-report:report-only
>>> [INFO] No goals needed for project - skipping
>>> [INFO] [site:site {execution: default-site}]
>>> [ERROR] No URL set in Issue Management. No JIRA Report will be 
>>> generated.
>>> [ERROR] No URL set in Issue Management. No Trac Report will be 
>>> generated.
>>> [INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html"
>>> already exi
>>> sts for the English version.
>>> [INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already
>>> exists for t
>>> he English version.
>>> [INFO] Skipped "Surefire Report" report, file "surefire-report.html"
>>> already exi
>>> sts for the English version.
>>> [INFO] Generating "Issue Tracking" report.
>>> [INFO] Generating "Project Team" report.
>>> [INFO] Generating "Surefire Report" report.
>>> [INFO] Generating "Dependencies" report.
>>> 
>>> then, it will elapse about 10 min,i don't know what's the maven doing
>>> the final result is Build Success
>>> 
>>> -
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>> 
>> -
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>> 
> hi Matt,I follow your manual,first i create a web project
> 
> mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes 
> -DarchetypeArtifactId=appfuse-basic-struts -DarchetypeVersion=2.0.2 
> -DgroupId=org.dbss -DartifactId=DBSync
> may be the appfuse version is 2.0.2
> then i want to generate the report,so i execute "mvn site"
> 
> first,the console produce
> 
> Repository 'snapshots-maven-codehaus' will be blacklisted
> 
> so i grep in my maven repository to find the key words,i find a lot of 
> pom file have this site
> such as
> org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
> org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
> org\springframework\security\spring-security-parent\2.0.1\spring-security-parent-2.0.1.pom
> org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
> org\apache\maven\plugins\maven-plugins\1\maven-plugins-1.pom
> org\codehaus\plexus\plexus\1.0.4\plexus-1.0.4.pom
> org\codehaus\plexus\plexus\1.0.5\plexus-1.0.5.pom
> org\codehaus\plexus\plexus-compiler-api\1.5.1\plexus-compiler-api-1.5.1.pom
> org\codehaus\plexus\plexus-compilers\1.5.3\plexus-compilers-1.5.3.pom
> org\codehaus\mojo\mojo\7\mojo-7.pom
> 
> 
> 
> so i comment thesnapshots-maven-codehaus/maven2
> 
> but when i execute "mvn site" again,it still hang at
> 
> [INFO] Generating "Dependencies" report
> 
 Does this same thing happen with the latest release (2.1.0-M2)?
 
>>> hi Matt,I use 2.1.0-M2 but when i exeucte "mvn eclipse:eclipse"
>>> the error below
>>> 
>>> [ERROR] BUILD ERROR
>>> [INFO] 
>>> 
>>> [INFO] Request to merge when 'filtering' is not identical. 
>>> Original=resource sr
>>> /main/resources: output=target/classes, include=[], 
>>> exclude=[ApplicationResourc
>>> s_de.properties|ApplicationResources_fr.properties|ApplicationResources_ko.prop
>>> rties|ApplicationResources_nl.properties|ApplicationResources_no.properties|App
>>> icationResources_pt*.properties|ApplicationResources_tr.properties|ApplicationR
>>> sources_zh*.properties|applicationContext-resources.xml|struts.xml|**/*.java],
>>> est=false, filtering=true, merging with=resource src/main/resources: 
>>> output=tar
>>> et/classes, include=[applicationContext-resources.xml|struts.xml], 
>>> exclude=[**/
>>> .java], test=false, filtering=false
>>> [INFO] 
>>> 
>>> [INFO] For more information, run Maven with the -e switch
>>> [INFO] 
>>> 
>>> [INFO] Total time: 1 minute

Re: [appfuse-user] mvn site hang

2010-12-08 Thread dan

于 2010-12-9 13:32, Matt Raible 写道:

On Dec 8, 2010, at 10:17 PM, dan wrote:


于 2010-12-9 9:57, Matt Raible 写道:

On Dec 8, 2010, at 6:47 PM, dan   wrote:


于 2010-12-9 9:13, Matt Raible 写道:

What version of Maven are you using? What version of AppFuse. I need to know 
what you're doing so I can try and reproduce.

On Dec 8, 2010, at 5:16 PM, dan wrote:


I meet a problem that when i use mvn site to generate the report,the log
in console below

[INFO] [dbunit:operation {execution: test}]
[INFO] Preparing surefire-report:report-only
[INFO] No goals needed for project - skipping
[INFO] [site:site {execution: default-site}]
[ERROR] No URL set in Issue Management. No JIRA Report will be generated.
[ERROR] No URL set in Issue Management. No Trac Report will be generated.
[INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html"
already exi
sts for the English version.
[INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already
exists for t
he English version.
[INFO] Skipped "Surefire Report" report, file "surefire-report.html"
already exi
sts for the English version.
[INFO] Generating "Issue Tracking" report.
[INFO] Generating "Project Team" report.
[INFO] Generating "Surefire Report" report.
[INFO] Generating "Dependencies" report.

then, it will elapse about 10 min,i don't know what's the maven doing
the final result is Build Success

-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


hi Matt,I follow your manual,first i create a web project

mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes 
-DarchetypeArtifactId=appfuse-basic-struts -DarchetypeVersion=2.0.2 
-DgroupId=org.dbss -DartifactId=DBSync
may be the appfuse version is 2.0.2
then i want to generate the report,so i execute "mvn site"

first,the console produce

Repository 'snapshots-maven-codehaus' will be blacklisted

so i grep in my maven repository to find the key words,i find a lot of pom file 
have this site
such as
org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
org\springframework\security\spring-security-parent\2.0.1\spring-security-parent-2.0.1.pom
org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
org\apache\maven\plugins\maven-plugins\1\maven-plugins-1.pom
org\codehaus\plexus\plexus\1.0.4\plexus-1.0.4.pom
org\codehaus\plexus\plexus\1.0.5\plexus-1.0.5.pom
org\codehaus\plexus\plexus-compiler-api\1.5.1\plexus-compiler-api-1.5.1.pom
org\codehaus\plexus\plexus-compilers\1.5.3\plexus-compilers-1.5.3.pom
org\codehaus\mojo\mojo\7\mojo-7.pom



so i comment thesnapshots-maven-codehaus/maven2

but when i execute "mvn site" again,it still hang at

[INFO] Generating "Dependencies" report


Does this same thing happen with the latest release (2.1.0-M2)?


hi Matt,I use 2.1.0-M2 but when i exeucte "mvn eclipse:eclipse"
the error below

[ERROR] BUILD ERROR
[INFO] 
[INFO] Request to merge when 'filtering' is not identical. Original=resource sr
/main/resources: output=target/classes, include=[], exclude=[ApplicationResourc
s_de.properties|ApplicationResources_fr.properties|ApplicationResources_ko.prop
rties|ApplicationResources_nl.properties|ApplicationResources_no.properties|App
icationResources_pt*.properties|ApplicationResources_tr.properties|ApplicationR
sources_zh*.properties|applicationContext-resources.xml|struts.xml|**/*.java],
est=false, filtering=true, merging with=resource src/main/resources: output=tar
et/classes, include=[applicationContext-resources.xml|struts.xml], exclude=[**/
.java], test=false, filtering=false
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 1 minute 27 seconds
[INFO] Finished at: Thu Dec 09 11:22:39 CST 2010
[INFO] Final Memory: 29M/123M
[INFO] 

mvn install mvn test ,it will be successfuly
mvn site,the error is

org.hibernate.MappingException: Unable to load class declared as  in the configuration:
at org.hibernate.cfg.AnnotationConfiguration.parseMappingElement(Annotat
ionConfiguration.java:650)
at org.hibernate.cfg.Configuration.parseSessionFactory(Configuration.jav
a:1589)
at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1568)
at org.hibernate.cfg.AnnotationConfiguration.doConfigure(AnnotationConfi
guration.java:1047

Re: [appfuse-user] mvn site hang

2010-12-08 Thread dan

于 2010-12-9 13:32, Matt Raible 写道:

On Dec 8, 2010, at 10:17 PM, dan wrote:


于 2010-12-9 9:57, Matt Raible 写道:

On Dec 8, 2010, at 6:47 PM, dan   wrote:


于 2010-12-9 9:13, Matt Raible 写道:

What version of Maven are you using? What version of AppFuse. I need to know 
what you're doing so I can try and reproduce.

On Dec 8, 2010, at 5:16 PM, dan wrote:


I meet a problem that when i use mvn site to generate the report,the log
in console below

[INFO] [dbunit:operation {execution: test}]
[INFO] Preparing surefire-report:report-only
[INFO] No goals needed for project - skipping
[INFO] [site:site {execution: default-site}]
[ERROR] No URL set in Issue Management. No JIRA Report will be generated.
[ERROR] No URL set in Issue Management. No Trac Report will be generated.
[INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html"
already exi
sts for the English version.
[INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already
exists for t
he English version.
[INFO] Skipped "Surefire Report" report, file "surefire-report.html"
already exi
sts for the English version.
[INFO] Generating "Issue Tracking" report.
[INFO] Generating "Project Team" report.
[INFO] Generating "Surefire Report" report.
[INFO] Generating "Dependencies" report.

then, it will elapse about 10 min,i don't know what's the maven doing
the final result is Build Success

-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


hi Matt,I follow your manual,first i create a web project

mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes 
-DarchetypeArtifactId=appfuse-basic-struts -DarchetypeVersion=2.0.2 
-DgroupId=org.dbss -DartifactId=DBSync
may be the appfuse version is 2.0.2
then i want to generate the report,so i execute "mvn site"

first,the console produce

Repository 'snapshots-maven-codehaus' will be blacklisted

so i grep in my maven repository to find the key words,i find a lot of pom file 
have this site
such as
org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
org\springframework\security\spring-security-parent\2.0.1\spring-security-parent-2.0.1.pom
org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
org\apache\maven\plugins\maven-plugins\1\maven-plugins-1.pom
org\codehaus\plexus\plexus\1.0.4\plexus-1.0.4.pom
org\codehaus\plexus\plexus\1.0.5\plexus-1.0.5.pom
org\codehaus\plexus\plexus-compiler-api\1.5.1\plexus-compiler-api-1.5.1.pom
org\codehaus\plexus\plexus-compilers\1.5.3\plexus-compilers-1.5.3.pom
org\codehaus\mojo\mojo\7\mojo-7.pom



so i comment thesnapshots-maven-codehaus/maven2

but when i execute "mvn site" again,it still hang at

[INFO] Generating "Dependencies" report


Does this same thing happen with the latest release (2.1.0-M2)?


hi Matt,I use 2.1.0-M2 but when i exeucte "mvn eclipse:eclipse"
the error below

[ERROR] BUILD ERROR
[INFO] 
[INFO] Request to merge when 'filtering' is not identical. Original=resource sr
/main/resources: output=target/classes, include=[], exclude=[ApplicationResourc
s_de.properties|ApplicationResources_fr.properties|ApplicationResources_ko.prop
rties|ApplicationResources_nl.properties|ApplicationResources_no.properties|App
icationResources_pt*.properties|ApplicationResources_tr.properties|ApplicationR
sources_zh*.properties|applicationContext-resources.xml|struts.xml|**/*.java],
est=false, filtering=true, merging with=resource src/main/resources: output=tar
et/classes, include=[applicationContext-resources.xml|struts.xml], exclude=[**/
.java], test=false, filtering=false
[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 1 minute 27 seconds
[INFO] Finished at: Thu Dec 09 11:22:39 CST 2010
[INFO] Final Memory: 29M/123M
[INFO] 

mvn install mvn test ,it will be successfuly
mvn site,the error is

org.hibernate.MappingException: Unable to load class declared as  in the configuration:
at org.hibernate.cfg.AnnotationConfiguration.parseMappingElement(Annotat
ionConfiguration.java:650)
at org.hibernate.cfg.Configuration.parseSessionFactory(Configuration.jav
a:1589)
at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1568)
at org.hibernate.cfg.AnnotationConfiguration.doConfigure(AnnotationConfi
guration.java:1047

Re: [appfuse-user] mvn site hang

2010-12-08 Thread Matt Raible

On Dec 8, 2010, at 10:17 PM, dan wrote:

> 于 2010-12-9 9:57, Matt Raible 写道:
>> 
>> On Dec 8, 2010, at 6:47 PM, dan  wrote:
>> 
>>> 于 2010-12-9 9:13, Matt Raible 写道:
 What version of Maven are you using? What version of AppFuse. I need to 
 know what you're doing so I can try and reproduce.
 
 On Dec 8, 2010, at 5:16 PM, dan wrote:
 
> I meet a problem that when i use mvn site to generate the report,the log
> in console below
> 
> [INFO] [dbunit:operation {execution: test}]
> [INFO] Preparing surefire-report:report-only
> [INFO] No goals needed for project - skipping
> [INFO] [site:site {execution: default-site}]
> [ERROR] No URL set in Issue Management. No JIRA Report will be generated.
> [ERROR] No URL set in Issue Management. No Trac Report will be generated.
> [INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html"
> already exi
> sts for the English version.
> [INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already
> exists for t
> he English version.
> [INFO] Skipped "Surefire Report" report, file "surefire-report.html"
> already exi
> sts for the English version.
> [INFO] Generating "Issue Tracking" report.
> [INFO] Generating "Project Team" report.
> [INFO] Generating "Surefire Report" report.
> [INFO] Generating "Dependencies" report.
> 
> then, it will elapse about 10 min,i don't know what's the maven doing
> the final result is Build Success
> 
> -
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
 -
 To unsubscribe, e-mail: [email protected]
 For additional commands, e-mail: [email protected]
 
>>> hi Matt,I follow your manual,first i create a web project
>>> 
>>> mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes 
>>> -DarchetypeArtifactId=appfuse-basic-struts -DarchetypeVersion=2.0.2 
>>> -DgroupId=org.dbss -DartifactId=DBSync
>>> may be the appfuse version is 2.0.2
>>> then i want to generate the report,so i execute "mvn site"
>>> 
>>> first,the console produce
>>> 
>>> Repository 'snapshots-maven-codehaus' will be blacklisted
>>> 
>>> so i grep in my maven repository to find the key words,i find a lot of pom 
>>> file have this site
>>> such as
>>> org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
>>> org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
>>> org\springframework\security\spring-security-parent\2.0.1\spring-security-parent-2.0.1.pom
>>> org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
>>> org\apache\maven\plugins\maven-plugins\1\maven-plugins-1.pom
>>> org\codehaus\plexus\plexus\1.0.4\plexus-1.0.4.pom
>>> org\codehaus\plexus\plexus\1.0.5\plexus-1.0.5.pom
>>> org\codehaus\plexus\plexus-compiler-api\1.5.1\plexus-compiler-api-1.5.1.pom
>>> org\codehaus\plexus\plexus-compilers\1.5.3\plexus-compilers-1.5.3.pom
>>> org\codehaus\mojo\mojo\7\mojo-7.pom
>>> 
>>> 
>>> 
>>> so i comment thesnapshots-maven-codehaus/maven2
>>> 
>>> but when i execute "mvn site" again,it still hang at
>>> 
>>> [INFO] Generating "Dependencies" report
>>> 
>> Does this same thing happen with the latest release (2.1.0-M2)?
>> 
> hi Matt,I use 2.1.0-M2 but when i exeucte "mvn eclipse:eclipse"
> the error below
> 
> [ERROR] BUILD ERROR
> [INFO] 
> 
> [INFO] Request to merge when 'filtering' is not identical. Original=resource 
> sr
> /main/resources: output=target/classes, include=[], 
> exclude=[ApplicationResourc
> s_de.properties|ApplicationResources_fr.properties|ApplicationResources_ko.prop
> rties|ApplicationResources_nl.properties|ApplicationResources_no.properties|App
> icationResources_pt*.properties|ApplicationResources_tr.properties|ApplicationR
> sources_zh*.properties|applicationContext-resources.xml|struts.xml|**/*.java],
> est=false, filtering=true, merging with=resource src/main/resources: 
> output=tar
> et/classes, include=[applicationContext-resources.xml|struts.xml], 
> exclude=[**/
> .java], test=false, filtering=false
> [INFO] 
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
> 
> [INFO] Total time: 1 minute 27 seconds
> [INFO] Finished at: Thu Dec 09 11:22:39 CST 2010
> [INFO] Final Memory: 29M/123M
> [INFO] 
> 
> 
> mvn install mvn test ,it will be successfuly
> mvn site,the error is
> 
> org.hibernate.MappingException: Unable to load clas

Re: [appfuse-user] mvn site hang

2010-12-08 Thread dan

于 2010-12-9 9:57, Matt Raible 写道:


On Dec 8, 2010, at 6:47 PM, dan  wrote:


于 2010-12-9 9:13, Matt Raible 写道:

What version of Maven are you using? What version of AppFuse. I need to know 
what you're doing so I can try and reproduce.

On Dec 8, 2010, at 5:16 PM, dan wrote:


I meet a problem that when i use mvn site to generate the report,the log
in console below

[INFO] [dbunit:operation {execution: test}]
[INFO] Preparing surefire-report:report-only
[INFO] No goals needed for project - skipping
[INFO] [site:site {execution: default-site}]
[ERROR] No URL set in Issue Management. No JIRA Report will be generated.
[ERROR] No URL set in Issue Management. No Trac Report will be generated.
[INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html"
already exi
sts for the English version.
[INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already
exists for t
he English version.
[INFO] Skipped "Surefire Report" report, file "surefire-report.html"
already exi
sts for the English version.
[INFO] Generating "Issue Tracking" report.
[INFO] Generating "Project Team" report.
[INFO] Generating "Surefire Report" report.
[INFO] Generating "Dependencies" report.

then, it will elapse about 10 min,i don't know what's the maven doing
the final result is Build Success

-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


hi Matt,I follow your manual,first i create a web project

mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes 
-DarchetypeArtifactId=appfuse-basic-struts -DarchetypeVersion=2.0.2 
-DgroupId=org.dbss -DartifactId=DBSync
may be the appfuse version is 2.0.2
then i want to generate the report,so i execute "mvn site"

first,the console produce

Repository 'snapshots-maven-codehaus' will be blacklisted

so i grep in my maven repository to find the key words,i find a lot of pom file 
have this site
such as
org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
org\springframework\security\spring-security-parent\2.0.1\spring-security-parent-2.0.1.pom
org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
org\apache\maven\plugins\maven-plugins\1\maven-plugins-1.pom
org\codehaus\plexus\plexus\1.0.4\plexus-1.0.4.pom
org\codehaus\plexus\plexus\1.0.5\plexus-1.0.5.pom
org\codehaus\plexus\plexus-compiler-api\1.5.1\plexus-compiler-api-1.5.1.pom
org\codehaus\plexus\plexus-compilers\1.5.3\plexus-compilers-1.5.3.pom
org\codehaus\mojo\mojo\7\mojo-7.pom



so i comment thesnapshots-maven-codehaus/maven2

but when i execute "mvn site" again,it still hang at

[INFO] Generating "Dependencies" report


Does this same thing happen with the latest release (2.1.0-M2)?


hi Matt,I use 2.1.0-M2 but when i exeucte "mvn eclipse:eclipse"
the error below

[ERROR] BUILD ERROR
[INFO] 

[INFO] Request to merge when 'filtering' is not identical. 
Original=resource sr
/main/resources: output=target/classes, include=[], 
exclude=[ApplicationResourc

s_de.properties|ApplicationResources_fr.properties|ApplicationResources_ko.prop
rties|ApplicationResources_nl.properties|ApplicationResources_no.properties|App
icationResources_pt*.properties|ApplicationResources_tr.properties|ApplicationR
sources_zh*.properties|applicationContext-resources.xml|struts.xml|**/*.java],
est=false, filtering=true, merging with=resource src/main/resources: 
output=tar
et/classes, include=[applicationContext-resources.xml|struts.xml], 
exclude=[**/

.java], test=false, filtering=false
[INFO] 


[INFO] For more information, run Maven with the -e switch
[INFO] 


[INFO] Total time: 1 minute 27 seconds
[INFO] Finished at: Thu Dec 09 11:22:39 CST 2010
[INFO] Final Memory: 29M/123M
[INFO] 



mvn install mvn test ,it will be successfuly
mvn site,the error is

org.hibernate.MappingException: Unable to load class declared as 

"org.bals.model.User"/> in the configuration:
at 
org.hibernate.cfg.AnnotationConfiguration.parseMappingElement(Annotat

ionConfiguration.java:650)
at 
org.hibernate.cfg.Configuration.parseSessionFactory(Configuration.jav

a:1589)
at 
org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1568)
at 
org.hibernate.cfg.AnnotationConfiguration.doConfigure(AnnotationConfi

guration.java:1047)
at 
org.hibernate.cfg.A

Re: [appfuse-user] mvn site hang

2010-12-08 Thread Matt Raible


On Dec 8, 2010, at 6:47 PM, dan  wrote:

> 于 2010-12-9 9:13, Matt Raible 写道:
>> What version of Maven are you using? What version of AppFuse. I need to know 
>> what you're doing so I can try and reproduce.
>> 
>> On Dec 8, 2010, at 5:16 PM, dan wrote:
>> 
>>> I meet a problem that when i use mvn site to generate the report,the log
>>> in console below
>>> 
>>> [INFO] [dbunit:operation {execution: test}]
>>> [INFO] Preparing surefire-report:report-only
>>> [INFO] No goals needed for project - skipping
>>> [INFO] [site:site {execution: default-site}]
>>> [ERROR] No URL set in Issue Management. No JIRA Report will be generated.
>>> [ERROR] No URL set in Issue Management. No Trac Report will be generated.
>>> [INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html"
>>> already exi
>>> sts for the English version.
>>> [INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already
>>> exists for t
>>> he English version.
>>> [INFO] Skipped "Surefire Report" report, file "surefire-report.html"
>>> already exi
>>> sts for the English version.
>>> [INFO] Generating "Issue Tracking" report.
>>> [INFO] Generating "Project Team" report.
>>> [INFO] Generating "Surefire Report" report.
>>> [INFO] Generating "Dependencies" report.
>>> 
>>> then, it will elapse about 10 min,i don't know what's the maven doing
>>> the final result is Build Success
>>> 
>>> -
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>> 
>> 
>> -
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>> 
> hi Matt,I follow your manual,first i create a web project
> 
> mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes 
> -DarchetypeArtifactId=appfuse-basic-struts -DarchetypeVersion=2.0.2 
> -DgroupId=org.dbss -DartifactId=DBSync
> may be the appfuse version is 2.0.2
> then i want to generate the report,so i execute "mvn site"
> 
> first,the console produce
> 
> Repository 'snapshots-maven-codehaus' will be blacklisted
> 
> so i grep in my maven repository to find the key words,i find a lot of pom 
> file have this site
> such as
> org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
> org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
> org\springframework\security\spring-security-parent\2.0.1\spring-security-parent-2.0.1.pom
> org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
> org\apache\maven\plugins\maven-plugins\1\maven-plugins-1.pom
> org\codehaus\plexus\plexus\1.0.4\plexus-1.0.4.pom
> org\codehaus\plexus\plexus\1.0.5\plexus-1.0.5.pom
> org\codehaus\plexus\plexus-compiler-api\1.5.1\plexus-compiler-api-1.5.1.pom
> org\codehaus\plexus\plexus-compilers\1.5.3\plexus-compilers-1.5.3.pom
> org\codehaus\mojo\mojo\7\mojo-7.pom
> 
> 
> 
> so i comment the snapshots-maven-codehaus/maven2
> 
> but when i execute "mvn site" again,it still hang at
> 
> [INFO] Generating "Dependencies" report
> 
Does this same thing happen with the latest release (2.1.0-M2)?

> 

-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [appfuse-user] mvn site hang

2010-12-08 Thread dan

于 2010-12-9 9:13, Matt Raible 写道:

What version of Maven are you using? What version of AppFuse. I need to know 
what you're doing so I can try and reproduce.

On Dec 8, 2010, at 5:16 PM, dan wrote:


I meet a problem that when i use mvn site to generate the report,the log
in console below

[INFO] [dbunit:operation {execution: test}]
[INFO] Preparing surefire-report:report-only
[INFO] No goals needed for project - skipping
[INFO] [site:site {execution: default-site}]
[ERROR] No URL set in Issue Management. No JIRA Report will be generated.
[ERROR] No URL set in Issue Management. No Trac Report will be generated.
[INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html"
already exi
sts for the English version.
[INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already
exists for t
he English version.
[INFO] Skipped "Surefire Report" report, file "surefire-report.html"
already exi
sts for the English version.
[INFO] Generating "Issue Tracking" report.
[INFO] Generating "Project Team" report.
[INFO] Generating "Surefire Report" report.
[INFO] Generating "Dependencies" report.

then, it will elapse about 10 min,i don't know what's the maven doing
the final result is Build Success

-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


hi Matt,I follow your manual,first i create a web project

mvn archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes 
-DarchetypeArtifactId=appfuse-basic-struts -DarchetypeVersion=2.0.2 
-DgroupId=org.dbss -DartifactId=DBSync

may be the appfuse version is 2.0.2
then i want to generate the report,so i execute "mvn site"

first,the console produce

Repository 'snapshots-maven-codehaus' will be blacklisted

so i grep in my maven repository to find the key words,i find a lot of 
pom file have this site

such as
org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
org\springframework\security\spring-security-parent\2.0.1\spring-security-parent-2.0.1.pom
org\apache\maven\plugins\maven-plugin-parent\2.0.1\maven-plugin-parent-2.0.1.pom
org\apache\maven\plugins\maven-plugins\1\maven-plugins-1.pom
org\codehaus\plexus\plexus\1.0.4\plexus-1.0.4.pom
org\codehaus\plexus\plexus\1.0.5\plexus-1.0.5.pom
org\codehaus\plexus\plexus-compiler-api\1.5.1\plexus-compiler-api-1.5.1.pom
org\codehaus\plexus\plexus-compilers\1.5.3\plexus-compilers-1.5.3.pom
org\codehaus\mojo\mojo\7\mojo-7.pom



so i comment the snapshots-maven-codehaus/maven2

but when i execute "mvn site" again,it still hang at

[INFO] Generating "Dependencies" report





-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [appfuse-user] mvn site hang

2010-12-08 Thread Matt Raible
What version of Maven are you using? What version of AppFuse. I need to know 
what you're doing so I can try and reproduce.

On Dec 8, 2010, at 5:16 PM, dan wrote:

> I meet a problem that when i use mvn site to generate the report,the log
> in console below
> 
> [INFO] [dbunit:operation {execution: test}]
> [INFO] Preparing surefire-report:report-only
> [INFO] No goals needed for project - skipping
> [INFO] [site:site {execution: default-site}]
> [ERROR] No URL set in Issue Management. No JIRA Report will be generated.
> [ERROR] No URL set in Issue Management. No Trac Report will be generated.
> [INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html"
> already exi
> sts for the English version.
> [INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already
> exists for t
> he English version.
> [INFO] Skipped "Surefire Report" report, file "surefire-report.html"
> already exi
> sts for the English version.
> [INFO] Generating "Issue Tracking" report.
> [INFO] Generating "Project Team" report.
> [INFO] Generating "Surefire Report" report.
> [INFO] Generating "Dependencies" report.
> 
> then, it will elapse about 10 min,i don't know what's the maven doing
> the final result is Build Success
> 
> -
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]