You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2009/11/30 23:44:55 UTC

[jira] Updated: (SCM-358) maven-scm-perforce isn't reporting updated files

     [ http://jira.codehaus.org/browse/SCM-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated SCM-358:
-----------------------------


is it still the case with last version ? (1.2)

> maven-scm-perforce isn't reporting updated files 
> -------------------------------------------------
>
>                 Key: SCM-358
>                 URL: http://jira.codehaus.org/browse/SCM-358
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-perforce
>    Affects Versions: 1.0-beta-3, 1.0
>            Reporter: Spencer White
>
> 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 is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira