$page.setTitle( "Continuum - Working Copy of ${project.name}" ) #if ( $data.user ) #set ( $c1user = $continuum.getUser( $data.user.userId ) ) #else #set ( $c1user = $continuum.security.getGuestUser() ) #end
#if ( $continuum.security.isAuthorized( $c1user, "showProject" ) )

#set ( $infoLink = $link.setPage('View.vm').addPathInfo('fid', "$!{project.executorId}Project").addPathInfo('id', $project.id) ) Info #set ( $buildsLink = $link.setPage('ProjectBuilds.vm').addPathInfo('view', "ProjectBuilds").addPathInfo('id', $project.id) ) Builds Working Copy

#end

Working Copy of $project.name

#set ( $files = $continuum.getFiles( $project.id, $data.getParameters().getString( "userDirectory" ) ) ) #set ( $baseUrl = $link.setPage('WorkingCopy.vm').addPathInfo('view', "WorkingCopy").addPathInfo('id', $project.id) ) $workingCopy.generate( $files, $baseUrl.toString(), $continuum.getWorkingDirectory( $project.id ) )