Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Update doc and add log #556

Merged
merged 2 commits into from
Dec 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3744,7 +3744,9 @@ public SoftwareCompetition createSoftwareContest(TCSubject tcSubject, SoftwareCo
long tcDirectProjectId, Date regEndDate, Date multiRoundEndDate, Date endDate, boolean skipForum)
throws ContestServiceException, PermissionServiceException {
logger.debug("createSoftwareContest with information : [tcSubject = " + tcSubject.getUserId()
+ ", tcDirectProjectId =" + tcDirectProjectId + ", multiRoundEndDate = " + multiRoundEndDate + "]");
+ ", tcDirectProjectId =" + tcDirectProjectId
+ ", multiRoundEndDate = " + multiRoundEndDate
+ ", skipForum = " + String.valueOf(skipForum) + "]");

try {
ExceptionUtils.checkNull(contest, null, null, "The contest to create is null.");
Expand Down Expand Up @@ -4153,6 +4155,8 @@ else if (isDevContest) {
}
}
}
} else {
logger.info("Skip forum creation");
}

// if forum created
Expand Down
40 changes: 20 additions & 20 deletions topcoder_global.properties.docker
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
base=/root/direct
libdir=${base}/lib
tcs_libdir=${libdir}/tcs
direct_service_libdir=${libdir}/tcs/ejb
jar_tcs_libdir=${libdir}/tcs
cronos_libdir=${libdir}/tcs
ext_libdir=${libdir}/third_party
jar_ext_libdir==${libdir}/third_party
jboss.home=/data/jboss-4.2.3.GA
jboss_home=${jboss.home}
server.name=default
jboss.config.name=${server.name}
jboss_config_name=${server.name}
jboss_lib=${jboss.home}/server/${server.name}/lib
apache_tcdocs=/mnt/apache/tcdocs
# The svn user, it is optional, then the cached username/password will be used.
# Uncomment and configure these settings if you want to use predefined svn credentials.
#svn.username=xxx
#svn.password=xxx
base=/data
libdir=${base}/lib
tcs_libdir=${libdir}/tcs
direct_service_libdir=${libdir}/tcs/ejb
jar_tcs_libdir=${libdir}/tcs
cronos_libdir=${libdir}/tcs
ext_libdir=${libdir}/third_party
jar_ext_libdir==${libdir}/third_party
jboss.home=/data/jboss-4.2.3.GA
jboss_home=${jboss.home}
server.name=default
jboss.config.name=${server.name}
jboss_config_name=${server.name}
jboss_lib=${jboss.home}/server/${server.name}/lib
apache_tcdocs=/mnt/apache/tcdocs

# The svn user, it is optional, then the cached username/password will be used.
# Uncomment and configure these settings if you want to use predefined svn credentials.
#svn.username=xxx
#svn.password=xxx