Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EthicalControl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
EthicalControl
Commits
847cf77d
Commit
847cf77d
authored
4 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
Revert "split out uploading of video"
This reverts commit
000ef1bc
.
parent
000ef1bc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.xml
+8
-32
8 additions, 32 deletions
build.xml
with
8 additions
and
32 deletions
build.xml
+
8
−
32
View file @
847cf77d
...
...
@@ -513,7 +513,7 @@ POSSIBILITY OF SUCH DAMAGE.
<!-- do not clean documentation as part of zip: depends="clean.owldoc" -->
</target>
<target
name=
"zip"
depends=
"clean"
description=
"create EthicalControlArchive.zip to facilitate developent"
>
<target
name=
"zip"
depends=
"clean"
description=
"create EthicalControlArchive.zip to facilitate developent"
>
<zip
destfile=
"EthicalControlArchive.zip"
>
<zipfileset
dir=
"."
prefix=
"EthicalControl"
>
<include
name=
"*.html"
/>
...
...
@@ -523,7 +523,7 @@ POSSIBILITY OF SUCH DAMAGE.
<include
name=
"*.xml"
/>
<include
name=
"license.*"
/>
<!-- TODO -->
</zipfileset>
<zipfileset
dir=
"documentation"
prefix=
"EthicalControl/document
ation
"
>
<zipfileset
dir=
"documentation"
prefix=
"EthicalControl/document
s
"
>
<include
name=
"**/*.png"
/>
<include
name=
"**/*.jpg"
/>
<include
name=
"**/*.md"
/>
...
...
@@ -531,18 +531,10 @@ POSSIBILITY OF SUCH DAMAGE.
<include
name=
"**/*.pptx"
/>
<include
name=
"**/*.md"
/>
<include
name=
"**/*.txt"
/>
<exclude
name=
"videos/**/*.mp4"
/>
<include
name=
"owldoc/**/*.*"
/>
<!-- produced by Protege - big! -->
<exclude
name=
"videos/*.*"
/>
<exclude
name=
"**/*signature*.*"
/>
</zipfileset>
<!-- XML Spy documentation for AVCL -->
<zipfileset
dir=
"documentation/ontologies/owldoc"
prefix=
"EthicalControl/documentation/ontologies/owldoc"
>
<!-- produced by Protege - big! -->
<include
name=
"**/*"
/>
</zipfileset>
<!-- XML Spy documentation for AVCL -->
<zipfileset
dir=
"documentation/schemas/AVCL.3.0"
prefix=
"EthicalControl/documentation/schemas/AVCL.3.0"
>
<include
name=
"**/*"
/>
</zipfileset>
<zipfileset
dir=
"lib"
prefix=
"EthicalControl/lib"
>
<include
name=
"*.jar"
/>
</zipfileset>
...
...
@@ -593,18 +585,15 @@ POSSIBILITY OF SUCH DAMAGE.
</if>
</target>
<target
name=
"upload"
depends=
"zip,scp.uploadEthicalControl.savage"
/>
<target
name=
"upload.videos"
depends=
"scp.uploadEthicalControl.savage.videos"
/>
<target
name=
"upload"
depends=
"zip,scp.uploadEthicalControl.savage"
/>
<target
name=
"scp.uploadEthicalControl.savage"
depends=
"scp.askUsernamePassword.savage"
description=
"scp upload of Ethical Control project, not including videos"
>
<echo
message=
"scp upload Ethical Control project, not including videos, to"
/>
<echo
message=
" sftp://${sftpServer.savage}${sftpDirectory.savage.EthicalControl}"
/>
<scp
remotetodir=
"${username.savage}@${sftpServer.savage}:${sftpDirectory.savage.EthicalControl}"
password=
"${password.savage}"
description=
"scp upload of updated Savage X3D catalog and javadoc pages, not including .zip"
>
<echo
message=
"scp upload catalog and javadoc pages to sftp://${sftpServer.savage}${sftpDirectory.savage.EthicalControl}"
/>
<scp
remotetodir=
"${username.savage}@${sftpServer.savage}:${sftpDirectory.savage.EthicalControl}"
password=
"${password.savage}"
verbose=
"true"
filemode=
"664"
dirmode=
"775"
>
<fileset
dir=
"."
>
<include
name=
"**/*"
/>
<exclude
name=
"**/*.mp4"
/>
<exclude
name=
"**/*.fasl"
/>
<exclude
name=
"**/*.zip"
/>
<exclude
name=
"**/~*"
/>
...
...
@@ -624,19 +613,6 @@ POSSIBILITY OF SUCH DAMAGE.
<echo
message=
"upload available at https://${sftpServer.savage}/${sftpDirectory.savage.EthicalControl}"
/>
<echo
message=
"scp.uploadEthicalControl.savage ssh-sftp target complete"
/>
</target>
<target
name=
"scp.uploadEthicalControl.savage.videos"
depends=
"scp.askUsernamePassword.savage"
description=
"scp upload of Ethical Control videos"
>
<echo
message=
"scp upload videos to sftp://${sftpServer.savage}${sftpDirectory.savage.EthicalControl}"
/>
<scp
remotetodir=
"${username.savage}@${sftpServer.savage}:${sftpDirectory.savage.EthicalControl}"
password=
"${password.savage}"
verbose=
"true"
filemode=
"664"
dirmode=
"775"
>
<fileset
dir=
"."
>
<include
name=
"**/*.mp4"
/>
</fileset>
</scp>
<echo
message=
"upload available at https://${sftpServer.savage}/${sftpDirectory.savage.EthicalControl}"
/>
<echo
message=
"scp.uploadEthicalControl.savage.videos ssh-sftp target complete"
/>
</target>
<target
name=
"view.gitlab.site"
description=
"view online version control archive in web browser (Netbeans only)"
>
<echo
message=
"https://gitlab.nps.edu/Savage/EthicalControl"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment