/** * Copyright (c) 2015 Perforce Software. All rights reserved. */ File log = new File(basedir, 'build.log') assert log.exists() //expect the random generated client name get deleted assert log.getText().contains( "-p4maven-") assert log.getText().contains( "[DEBUG] client -d")
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#4 | 13665 | dantran | license header correction | ||
#3 | 12949 | dantran |
Long generated client name using directory path confuses perforce server. Solution: convert generated name to SHA1 hex |
||
#2 | 11424 | dantran |
- P4Java logs are no under debug mode to reduce verbosity. To enable, pass in -X into mvn command - Info command now supports tag - Add p4java into export extension - Use BSD for license name - Update doc |
||
#1 | 9519 | dantran | folder rename to match with its artifactId | ||
//guest/dantran/p4maven/com.perforce.maven/src/it/checkout/verify.groovy | |||||
#3 | 9466 | dantran | additional client discovery work to prevent false positive | ||
#2 | 9224 | dantran | add IT validation, simplify release/scm exclusion and doc why I exclude cvsexe scm provider | ||
#1 | 9192 | dantran | add IT |