Skip to content

Commit 918b054

Browse files
author
Martin Vaněk
committed
Mavenized the project. Building instruction in README.md
1 parent 1036238 commit 918b054

151 files changed

Lines changed: 1009 additions & 29018 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.

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
##General
12
AutoStepper is a Java console program designed to automatically create StepMania SM files with these features:
23

34
Generate all difficulty levels
@@ -10,6 +11,15 @@ AutoStepper is a Java console program designed to automatically create StepMania
1011

1112
So, here it is -- AutoStepper by Phr00t's Software (www.phr00t.com). You can get the whole built program under the "dist" folder.
1213

14+
##Building
15+
It can be built (and packaged) simply by running ``mvn clean package``, where clean is optional.
16+
Then jar with dependencies packed will be waiting and you can use that jar right away.
17+
18+
mvn dependency:copy-dependencies -DexcludeClassifiers=test
19+
20+
21+
##Running
22+
1323
It works on a common line with arguments, which are all optional. If you just run the Java program, it will scan & process all mp3s (and wavs) in the current directory, and spit out folders for each song in the same directory (90 seconds worth of steps).
1424

1525
The arguments are:

lib/export.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/jl1.0.1.jar

-270 KB
Binary file not shown.

lib/jopt-simple-5.0.4.jar

-76.3 KB
Binary file not shown.

lib/jsminim.jar

-62.9 KB
Binary file not shown.

lib/jsoup-1.11.2.jar

-383 KB
Binary file not shown.

lib/mp3spi1.9.5.jar

-24.1 KB
Binary file not shown.

lib/tritonus_aos.jar

-10.2 KB
Binary file not shown.

lib/tritonus_share.jar

-100 KB
Binary file not shown.

lib/trove-3.0.3.jar

-2.41 MB
Binary file not shown.

0 commit comments

Comments
 (0)