[JBoss JIRA] (GTNPORTAL-2931) the portal-testsuite-htmlunit-tests artifact couldn't be deployed properly in release process
by Minh Hoang TO (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2931?page=com.atlassian.jira.pl... ]
Minh Hoang TO updated GTNPORTAL-2931:
-------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/gatein/gatein-portal/pull/411
> the portal-testsuite-htmlunit-tests artifact couldn't be deployed properly in release process
> ---------------------------------------------------------------------------------------------
>
> Key: GTNPORTAL-2931
> URL: https://issues.jboss.org/browse/GTNPORTAL-2931
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 3.5.3.Final, 3.6.0.Beta01
> Reporter: Trong Tran
> Assignee: Minh Hoang TO
> Labels: portal-s70
> Fix For: 3.6.0.Beta02
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> There is following failure with portal-testsuite-htmlunit-tests artifact while performing release process :
> [INFO] [INFO] Selenium Sniff Test for GateIn .................... SUCCESS [1.387s]
> [INFO] [INFO] GateIn Portal Examples - WebUI based samples ...... SUCCESS [2.632s]
> [INFO] [INFO] HTMLUnit Tests for GateIn ......................... FAILURE [0.773s]
> [INFO] [INFO] Selenium UI Tests for GateIn ...................... SKIPPED
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] BUILD FAILURE
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Total time: 18:05.320s
> [INFO] [INFO] Finished at: Thu Apr 11 12:39:39 CEST 2013
> [INFO] [INFO] Final Memory: 144M/482M
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project portal-testsuite-htmlunit-tests: Deployment failed: repository element was not specified in the POM inside distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter -> [Help 1]
> [INFO] [ERROR]
> [INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [INFO] [ERROR]
> [INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [INFO] [ERROR]
> [INFO] [ERROR] After correcting the problems, you can resume the build with the command
> [INFO] [ERROR] mvn <goals> -rf :portal-testsuite-htmlunit-tests
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (GTNPORTAL-2722) Improve design of DownloadResource
by Minh Hoang TO (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2722?page=com.atlassian.jira.pl... ]
Minh Hoang TO updated GTNPORTAL-2722:
-------------------------------------
Labels: done portal-s70 (was: portal-s70)
> Improve design of DownloadResource
> ----------------------------------
>
> Key: GTNPORTAL-2722
> URL: https://issues.jboss.org/browse/GTNPORTAL-2722
> Project: GateIn Portal
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Reporter: Minh Hoang TO
> Assignee: Minh Hoang TO
> Labels: done, portal-s70
> Original Estimate: 3 days, 4 hours
> Remaining Estimate: 3 days, 4 hours
>
> For the moment, DownloadResource is designed as a wrapper of InputStream.
> {code:java}
> public abstract class DownloadResource
> {
> public abstract InputStream getInputStream() throws IOException;
> }
> {code}
> This design is bad as the code of DownloadService has to care about IO handling on DownloadResource. That work should be done on DownloadResource creator 's side.
> It is better with
> {code:java}
> public abstract class DownloadResource
> {
> public abstract void write(OutputStream out) throws IOException;
> }
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (GTNPORTAL-2931) the portal-testsuite-htmlunit-tests artifact couldn't be deployed properly in release process
by Trong Tran (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2931?page=com.atlassian.jira.pl... ]
Trong Tran updated GTNPORTAL-2931:
----------------------------------
Original Estimate: 2 hours (was: 3 hours)
Remaining Estimate: 2 hours (was: 3 hours)
> the portal-testsuite-htmlunit-tests artifact couldn't be deployed properly in release process
> ---------------------------------------------------------------------------------------------
>
> Key: GTNPORTAL-2931
> URL: https://issues.jboss.org/browse/GTNPORTAL-2931
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 3.5.3.Final, 3.6.0.Beta01
> Reporter: Trong Tran
> Assignee: Minh Hoang TO
> Labels: portal-s70
> Fix For: 3.6.0.Beta02
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> There is following failure with portal-testsuite-htmlunit-tests artifact while performing release process :
> [INFO] [INFO] Selenium Sniff Test for GateIn .................... SUCCESS [1.387s]
> [INFO] [INFO] GateIn Portal Examples - WebUI based samples ...... SUCCESS [2.632s]
> [INFO] [INFO] HTMLUnit Tests for GateIn ......................... FAILURE [0.773s]
> [INFO] [INFO] Selenium UI Tests for GateIn ...................... SKIPPED
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] BUILD FAILURE
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [INFO] Total time: 18:05.320s
> [INFO] [INFO] Finished at: Thu Apr 11 12:39:39 CEST 2013
> [INFO] [INFO] Final Memory: 144M/482M
> [INFO] [INFO] ------------------------------------------------------------------------
> [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project portal-testsuite-htmlunit-tests: Deployment failed: repository element was not specified in the POM inside distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter -> [Help 1]
> [INFO] [ERROR]
> [INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [INFO] [ERROR]
> [INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [INFO] [ERROR]
> [INFO] [ERROR] After correcting the problems, you can resume the build with the command
> [INFO] [ERROR] mvn <goals> -rf :portal-testsuite-htmlunit-tests
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months