Time
S
Nick
Message
02:17
axfelix joined #dataverse
02:51
axfelix joined #dataverse
03:13
axfelix joined #dataverse
05:43
andrewSC joined #dataverse
14:27
pdurbin
karissa: did I ever tell you I have an update on https://github.com/IQSS/dataverse/issues/1838#issuecomment-143582760 for you? :)
14:30
pameyer joined #dataverse
14:41
pdurbin
pameyer: third customer. Did you see?
14:41
pameyer
pdurbin: google group posting?
14:41
pameyer
that one I saw
14:41
pameyer
reply ~1/3 typed up
14:42
pdurbin
great! thanks!
14:48
Thalia_UM joined #dataverse
15:02
Thalia_UM
Good morning Philip :)
15:13
pdurbin
Thalia_UM: mornin! Standup in 3 minutes and I'm still confused about what you're trying to do.
15:13
Thalia_UM
Yes I knwo
15:13
Thalia_UM
know
15:14
Thalia_UM
In this moment i am doing a documentation about XHTML files
15:14
pameyer joined #dataverse
15:21
donsizemore joined #dataverse
15:35
pameyer joined #dataverse
15:51
pameyer joined #dataverse
15:51
pdurbin
The community call is starting in 10 minutes: https://groups.google.com/d/msg/dataverse-community/dknlvOQ0oT4/vSRFlM2DBAAJ
15:59
pameyer joined #dataverse
17:24
pameyer joined #dataverse
17:35
donsizemore joined #dataverse
17:44
pdurbin
I just posted the notes: https://groups.google.com/d/msg/dataverse-community/dknlvOQ0oT4/A2Naqez2AQAJ
17:48
pdurbin
pameyer: I just read https://groups.google.com/d/msg/dataverse-community/mcji2ytn3QI/HLdkW2ewBAAJ and it's a great brain dump on all things DCM/rsync/RSAL. Thanks!
17:50
pameyer
pdurbin: no problem
17:50
pameyer
I think it's all info that's available in various scattered docs; but not something that's well organized yet
17:51
pdurbin
Yeah. I forgot about the guestbook stuff.
17:53
pdurbin
On servers, people here are using OpenJDK, right? I am. I just install it with yum. It looks like there's no Java 9 RPM in yum yet. Not surprising, since it just came out.
17:54
pdurbin
This appears to be the issue for getting it into Fedora: Bug 1447237 – Java 9 - https://bugzilla.redhat.com/show_bug.cgi?id=1447237
17:55
pdurbin
the "tracker bug" linked from https://fedoraproject.org//wiki/Changes/Java9TechPreview
17:55
pdurbin
"Targeted release: Fedora 27"
17:56
pdurbin
"completed: yes" at https://fedoraproject.org/wiki/Releases/27/ChangeSet#Java_9
17:58
pdurbin
But when will Java 9 be in CentOS? I assume it will be called "java-1.9.0-openjdk".
18:25
pameyer joined #dataverse
19:12
pameyer joined #dataverse
19:18
Thalia_UM
Philip
19:19
Thalia_UM
Where are the Java files at the Dataverse file?
19:19
Thalia_UM
when i install the script instalation of dataverse?
19:24
Thalia_UM
I only find .class files
19:50
pdurbin
Thalia_UM: I'm not sure what you mean by "at the Dataverse file".
19:51
Thalia_UM
/usr/local/glassfish4/glassfish/domains/domain1/application/dataverse
19:51
Thalia_UM
There
19:52
pdurbin
Thalia_UM: oh, here's another way to ask this: "When I unzip the war file, where are the .java files? I only see .class files." This is normal. It's how Java works.
19:55
Thalia_UM
Yes
19:55
Thalia_UM
Exactly, that is my question
19:55
pdurbin
Thalia_UM: this happens with .jar files too. Not just .war files. It's normal.
19:56
Thalia_UM
What does that mean?
19:58
pdurbin
That's how Java works.
20:02
pameyer joined #dataverse
20:06
pameyer
Thalia_UM: the .java files are compiled into .class files (by the java compiler, driven by maven in this case)
20:07
pameyer
aka - if you clone the dataverse repository with `git clone https://github.com/IQSS/dataverse `; you'll be able to find the corresponding .java files.
20:08
pameyer
`mvn compile` will compile .java to .class ; `mvn package` will assemble the .class files (and other resources) into a .war file
20:11
pdurbin
yes, thank you pameyer
20:12
Thalia_UM
Oh Thank you
20:12
Thalia_UM
I understand more or less
20:13
pameyer
:) feel free to ask if you run into confusing parts; I remember this taking a few cycles before it made sense to me
20:14
Thalia_UM
Really?
20:15
Thalia_UM
Every time, I like to learn about dataverse, thanks pameyer and thanks to you philip that you have helped me to solve doubts
20:15
pameyer
it was a while back - but yeah, it took a few times before the various parts of the cycle fit into place in my head
20:58
AUSSDA joined #dataverse
20:58
AUSSDA
Hi, I am Lars. We are currently setting up a Dataverse in Austria.
20:59
pameyer
Hi Lars / AUSSDA
21:00
AUSSDA
Does anyone know good examples in German for the terms of use? Under what license are the terms of use here: https://dataverse.org/best-practices/harvard-dataverse-general-terms-use Can we adapt and modify those for our own needs and local jurisdiction?
21:00
AUSSDA
Hi pameyer
21:02
pameyer
I don't know of any examples for TOU in German; but I suspect if you ask in the dataverse google group one of the folks from Europe might be able to point you to one
21:02
pameyer
https://groups.google.com/forum/#!forum/dataverse-community
21:05
pameyer joined #dataverse
21:13
AUSSDA
thanks for the link
21:49
pdurbin
thanks, pameyer
21:50
pdurbin
Looks like the terms of use at https://heidata.uni-heidelberg.de are in English. :)
21:58
pameyer joined #dataverse