[
https://issues.apache.org/jira/browse/SCM-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964509#comment-17964509
]
Olivier Lamy commented on SCM-358:
----------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-scm#578|https://github.com/apache/maven-scm/issues/578].
> maven-scm-perforce isn't reporting updated files
> -------------------------------------------------
>
> Key: SCM-358
> URL: https://issues.apache.org/jira/browse/SCM-358
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-perforce
> Affects Versions: 1.0-beta-3, 1.0
> Reporter: Steve White
> Priority: Major
>
> BuildController does not see changes and therefore does not do a build. Here
> is how I tested:
> 1. cd /project/dir
> 2. find ./ -type f -exec md5sum {} \; > 2.old
> 3. check in changes to perforce from another client
> 4. wait for Continuum to do run it's scheduled task to update code
> 5. Continuum:
> 346298228 [pool-1-thread-1] INFO
> org.apache.maven.continuum.buildcontroller.BuildController:default -
> "Merging SCM results
> 346298254 [pool-1-thread-1] INFO
> org.apache.maven.continuum.buildcontroller.BuildController:default - The
> project was not built because no changes were detected in sources since the
> last build.
> 346298255 [pool-1-thread-1] INFO
> org.apache.maven.continuum.buildcontroller.BuildController:default - No
> changes, not building
> 6. find ./ -type f -exec md5sum {} \; > 2.new
> 7. diff 2.old 2.new
>
> ----------begin----------
> 28c27
> < d408dc1aab6914b85e3bd2e1ae609368
> ./src/main/java/com/visto/apps/client/IPhoneyClientProtocolHandler.java
> ---
> > 79dfa098c212744ffec226a8126bb3f5
> > ./src/main/java/com/visto/apps/client/IPhoneyClientProtocolHandler.java
> ----------end----------
> IPhoneyClientProtocolHandler.java was the file that I had changed and checked
> into perforce. I check the file and the changes were updated in Continuum's
> working directory.
> Should I attach the POM.xml?
> Thanks.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)