Skip to content

Commit 54869ba

Browse files
Merge pull request #3 from denoptim-project/devel_maven
Devel maven
2 parents 91a7fa1 + 99b5310 commit 54869ba

247 files changed

Lines changed: 449 additions & 1333 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.classpath

Lines changed: 17 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,38 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="lib" path="junit/junit-platform-console-standalone-1.5.1.jar">
3+
<classpathentry kind="src" output="target/classes" path="src/main/java">
54
<attributes>
6-
<attribute name="module" value="true"/>
5+
<attribute name="optional" value="true"/>
6+
<attribute name="maven.pomderived" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="lib" path="lib/apiguardian-api-1.1.0.jar">
9+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
1010
<attributes>
11-
<attribute name="module" value="true"/>
11+
<attribute name="maven.pomderived" value="true"/>
1212
</attributes>
1313
</classpathentry>
14-
<classpathentry kind="lib" path="lib/commons-el.jar">
14+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
1515
<attributes>
16-
<attribute name="module" value="true"/>
16+
<attribute name="optional" value="true"/>
17+
<attribute name="maven.pomderived" value="true"/>
18+
<attribute name="test" value="true"/>
1719
</attributes>
1820
</classpathentry>
19-
<classpathentry kind="lib" path="lib/javax.servlet-1.4.jar">
21+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
2022
<attributes>
21-
<attribute name="module" value="true"/>
23+
<attribute name="maven.pomderived" value="true"/>
24+
<attribute name="test" value="true"/>
2225
</attributes>
2326
</classpathentry>
24-
<classpathentry kind="lib" path="lib/junit-jupiter-5.5.1.jar">
27+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
2528
<attributes>
26-
<attribute name="module" value="true"/>
29+
<attribute name="maven.pomderived" value="true"/>
2730
</attributes>
2831
</classpathentry>
29-
<classpathentry kind="lib" path="lib/junit-jupiter-api-5.5.1.jar">
32+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
3033
<attributes>
31-
<attribute name="module" value="true"/>
34+
<attribute name="maven.pomderived" value="true"/>
3235
</attributes>
3336
</classpathentry>
34-
<classpathentry kind="lib" path="lib/junit-jupiter-engine-5.5.1.jar">
35-
<attributes>
36-
<attribute name="module" value="true"/>
37-
</attributes>
38-
</classpathentry>
39-
<classpathentry kind="lib" path="lib/junit-jupiter-migrationsupport-5.5.1.jar">
40-
<attributes>
41-
<attribute name="module" value="true"/>
42-
</attributes>
43-
</classpathentry>
44-
<classpathentry kind="lib" path="lib/junit-jupiter-params-5.5.1.jar">
45-
<attributes>
46-
<attribute name="module" value="true"/>
47-
</attributes>
48-
</classpathentry>
49-
<classpathentry kind="lib" path="lib/guava-23.0.jar">
50-
<attributes>
51-
<attribute name="module" value="true"/>
52-
</attributes>
53-
</classpathentry>
54-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/OpenJDK 11.0.17 [11.0.17]">
55-
<attributes>
56-
<attribute name="module" value="true"/>
57-
</attributes>
58-
</classpathentry>
59-
<classpathentry kind="lib" path="lib/cdk-2.3_noGuava.jar">
60-
<attributes>
61-
<attribute name="module" value="true"/>
62-
</attributes>
63-
</classpathentry>
64-
<classpathentry kind="output" path="bin"/>
37+
<classpathentry kind="output" path="target/classes"/>
6538
</classpath>

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
jar/*
21
bin
32
test/results/*
43
AutoCompChem.jar
54
.settings
5+
target/

.project

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>AutoCompChem</name>
3+
<name>autocompchem</name>
44
<comment></comment>
55
<projects>
66
</projects>
@@ -10,8 +10,14 @@
1010
<arguments>
1111
</arguments>
1212
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.m2e.core.maven2Builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
1318
</buildSpec>
1419
<natures>
1520
<nature>org.eclipse.jdt.core.javanature</nature>
21+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
1622
</natures>
1723
</projectDescription>

README.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
1-
# Automatize Computational Chemistry (AutoCompChem or ACC)
2-
This is still a PRE-RELEASE repo
1+
## AutoCompChem
2+
AutoCompChem (or ACC) is a collection of tools used to automatize computational chemistry tasks.
3+
4+
## Installation
5+
1) Make sure you have [Maven](https://maven.apache.org/), which is used to build AutoCompChem. The following command should return the version of Maven
6+
```
7+
mvn -version
8+
```
9+
2) Make sure you have a version of JAVA that is &ge;11. To this end try the following command
10+
```
11+
javac -version
12+
```
13+
3) Download the latest release and unzip/untar-gs the resulting archive. Alternatively, clone this github repository.
14+
15+
4) move inside the resulting folder, which we'll call `$ACC_HOME`
16+
```
17+
cd AutoCompChem
18+
```
19+
5) Build the project and run all tests
20+
```
21+
./test/run_tests.sh
22+
```
23+
6) If the above command terminates successfully, you are done. AutoCompChem is ready to be used.
24+
25+
## Usage
26+
Say you have installed AutoCompChem inside a folder that we'll refer to as the `$ACC_HOME` folder. This is how to launch any functionality of the tool by executing the Main class if the `$version` you have installed:
27+
28+
java -jar $ACC_HOME/target/autocompchem-${version}-jar-with-dependencies.jar
29+
30+
Executing the above command will print the usage instructions.
31+
32+
33+
## Acknowledgments
34+
The Research Council of Norway (RCN) is acknowledged for financial support.
-1.91 MB
Binary file not shown.

lib/apiguardian-api-1.1.0.jar

-2.33 KB
Binary file not shown.

lib/cdk-2.3_noGuava.jar

-23.6 MB
Binary file not shown.

lib/commons-el.jar

-110 KB
Binary file not shown.

lib/guava-23.0.jar

-2.49 MB
Binary file not shown.

lib/javax.servlet-1.4.jar

-124 KB
Binary file not shown.

0 commit comments

Comments
 (0)