[jira] [Issue Comment Edited] (CONNECTORS-263) Long-running tests should all be moved to Maven's integration-test phase

2011-10-14 Thread Piergiorgio Lucidi (Issue Comment Edited) (JIRA)
that it doesn't work with the Failsafe plugin :( Updated the how-to-build-and-deploy page on the website and the Ant script to work with this latest change. Long-running tests should all be moved to Maven's integration-test phase

[jira] [Commented] (CONNECTORS-263) Long-running tests should all be moved to Maven's integration-test phase

2011-09-27 Thread Piergiorgio Lucidi (Commented) (JIRA)
but I can't commit now because the SVN is down :( Long-running tests should all be moved to Maven's integration-test phase Key: CONNECTORS-263 URL: https

[jira] [Commented] (CONNECTORS-263) Long-running tests should all be moved to Maven's integration-test phase

2011-09-27 Thread Piergiorgio Lucidi (Commented) (JIRA)
(r1176497) Long-running tests should all be moved to Maven's integration-test phase Key: CONNECTORS-263 URL: https://issues.apache.org/jira/browse/CONNECTORS-263

[jira] [Commented] (CONNECTORS-263) Long-running tests should all be moved to Maven's integration-test phase

2011-09-27 Thread Alex Ott (Commented) (JIRA)
profile setup - I see, that it's trying to run pgsql test, and fail with: Running org.apache.manifoldcf.agents.tests.SanityPostgresqlTest Configuration file successfully read org.apache.manifoldcf.core.interfaces.ManifoldCFException: Error getting connection Long-running tests

Re: [jira] [Commented] (CONNECTORS-263) Long-running tests should all be moved to Maven's integration-test phase

2011-09-27 Thread Karl Wright
-261. Long-running tests should all be moved to Maven's integration-test phase                 Key: CONNECTORS-263                 URL: https://issues.apache.org/jira/browse/CONNECTORS-263             Project: ManifoldCF

[jira] [Commented] (CONNECTORS-263) Long-running tests should all be moved to Maven's integration-test phase

2011-09-27 Thread Alex Ott (Commented) (JIRA)
builds, these tests weren't running Long-running tests should all be moved to Maven's integration-test phase Key: CONNECTORS-263 URL: https://issues.apache.org/jira/browse

[jira] [Assigned] (CONNECTORS-263) Long-running tests should all be moved to Maven's integration-test phase

2011-09-26 Thread Piergiorgio Lucidi (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piergiorgio Lucidi reassigned CONNECTORS-263: - Assignee: Piergiorgio Lucidi Long-running tests should all be moved

[jira] [Commented] (CONNECTORS-263) Long-running tests should all be moved to Maven's integration-test phase

2011-09-26 Thread Piergiorgio Lucidi (JIRA)
the right Maven lifecycle. If you run mvn clean package, only unit tests are executed. If you run mvn clean install the integration-test phase will be executed. Long-running tests should all be moved to Maven's integration-test phase

[jira] [Commented] (CONNECTORS-263) Long-running tests should all be moved to Maven's integration-test phase

2011-09-26 Thread Karl Wright (JIRA)
-and-deploy site page to correspond. Long-running tests should all be moved to Maven's integration-test phase Key: CONNECTORS-263 URL: https://issues.apache.org/jira/browse/CONNECTORS-263

Long running tests

2011-09-21 Thread Karl Wright
that are fetched using 'ant download-dependencies' command. After using this script I was able to build everything using maven. One more comment is on tests - maybe it's better to put long-running tests, like filesystem tests, etc. into integration-test build stage (https://maven.apache.org/guides

[jira] [Created] (CONNECTORS-263) Long-running tests should all be moved to Maven's integration-test phase

2011-09-21 Thread Karl Wright (JIRA)
Long-running tests should all be moved to Maven's integration-test phase Key: CONNECTORS-263 URL: https://issues.apache.org/jira/browse/CONNECTORS-263 Project: ManifoldCF

Re: Long running tests

2011-09-21 Thread Alex Ott
maven. One more comment is on tests - maybe it's better to put long-running tests, like filesystem tests, etc. into integration-test build stage (https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html)? Maven Failsafe plugin (https://maven.apache.org/plugins/maven

Re: Long running tests

2011-09-21 Thread Karl Wright
following script (in attachment) to simplify setup of missing maven dependencies that are fetched using 'ant download-dependencies' command. After using this script I was able to build everything using maven. One more comment is on tests - maybe it's better to put long-running tests, like