Skip to content

Commit 7f6401b

Browse files
author
Raven G. Duran
committed
Initial Commit
0 parents  commit 7f6401b

File tree

143 files changed

+4495
-0
lines changed

Some content is hidden

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

143 files changed

+4495
-0
lines changed

build.xml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- You may freely edit this file. See commented blocks below for -->
3+
<!-- some examples of how to customize the build. -->
4+
<!-- (If you delete it and reopen the project it will be recreated.) -->
5+
<project name="Discrete_Math" default="jar" basedir=".">
6+
<description>Builds, tests, and runs the project .</description>
7+
<import file="nbproject/build-impl.xml"/>
8+
<!--
9+
10+
There exist several targets which are by default empty and which can be
11+
used for execution of your tasks. These targets are usually executed
12+
before and after some main targets. They are:
13+
14+
pre-init: called before initialization of project properties
15+
post-init: called after initialization of project properties
16+
pre-preprocess: called before text preprocessing of sources
17+
post-preprocess: called after text preprocessing of sources
18+
pre-compile: called before source compilation
19+
post-compile: called after source compilation
20+
pre-obfuscate: called before obfuscation
21+
post-obfuscate: called after obfuscation
22+
pre-preverify: called before preverification
23+
post-preverify: called after preverification
24+
pre-jar: called before jar building
25+
post-jar: called after jar building
26+
pre-build: called before final distribution building
27+
post-build: called after final distribution building
28+
pre-clean: called before cleaning build products
29+
post-clean: called after cleaning build products
30+
31+
Example of pluging a my-special-task after the compilation could look like
32+
33+
<target name="post-compile">
34+
<my-special-task>
35+
<fileset dir="${build.classes.dir}"/>
36+
</my-special-task>
37+
</target>
38+
39+
For list of available properties check the imported
40+
nbproject/build-impl.xml file.
41+
42+
Other way how to customize the build is by overriding existing main targets.
43+
The target of interest are:
44+
45+
preprocess: preprocessing
46+
extract-libs: extraction of libraries and resources
47+
compile: compilation
48+
create-jad: construction of jad and jar manifest source
49+
obfuscate: obfuscation
50+
preverify: preverification
51+
jar: jar archive building
52+
run: execution
53+
debug: execution in debug mode
54+
build: building of the final distribution
55+
javadoc: javadoc generation
56+
57+
Example of overriding the target for project execution could look like
58+
59+
<target name="run" depends="init,jar">
60+
<my-special-exec jadfile="${dist.dir}/${dist.jad}"/>
61+
</target>
62+
63+
Be careful about correct dependencies when overriding original target.
64+
Again, for list of available properties which you can use check the target
65+
you are overriding in nbproject/build-impl.xml file.
66+
67+
A special target for-all-configs can be used to run some specific targets for
68+
all project configurations in a sequence. File nbproject/build-impl.xml
69+
already contains some "for-all" targets:
70+
71+
jar-all
72+
javadoc-all
73+
clean-all
74+
75+
Example of definition of target iterating over all project configurations:
76+
77+
<target name="jar-all">
78+
<property name="target.to.call" value="jar"/>
79+
<antcall target="for-all-configs"/>
80+
</target>
81+
82+
-->
83+
</project>

build/.timestamp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ignore me

build/compiled/Thumbs.db

38.5 KB
Binary file not shown.

build/compiled/dMathOperations.jpg

33 KB
33 KB
14.6 KB
Binary file not shown.

build/compiled/logo.jpg

18.7 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

build/manifest.mf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
MIDlet-1: HelloMIDlet,,hello.HelloMIDlet
2+
MIDlet-Vendor: Raven G. Duran
3+
MIDlet-Name: Discrete Math Operations
4+
MIDlet-Description: Discrete Math Helper and Calculator
5+
MIDlet-Version: 1.0
6+
MicroEdition-Configuration: CLDC-1.1
7+
MicroEdition-Profile: MIDP-2.0

build/preprocessed/Thumbs.db

20.5 KB
Binary file not shown.
33 KB

build/preprocessed/hello/HelloMIDlet.java

Lines changed: 1184 additions & 0 deletions
Large diffs are not rendered by default.

build/preverified/Thumbs.db

38.5 KB
Binary file not shown.

build/preverified/dMathOperations.jpg

33 KB
16.3 KB
Binary file not shown.

build/preverified/logo.jpg

18.7 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14.6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

dist/Discrete_Math.jad

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
MIDlet-1: HelloMIDlet,,hello.HelloMIDlet
2+
MIDlet-Description: Discrete Math Helper and Calculator
3+
MIDlet-Jar-Size: 118950
4+
MIDlet-Jar-URL: Discrete_Math.jar
5+
MIDlet-Name: Discrete Math Operations
6+
MIDlet-Vendor: Raven G. Duran
7+
MIDlet-Version: 1.0
8+
MicroEdition-Configuration: CLDC-1.1
9+
MicroEdition-Profile: MIDP-2.0

dist/Discrete_Math.jar

116 KB
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
MIDlet-1: HelloMIDlet, , hello.HelloMIDlet
2+
MIDlet-Jar-Size: 58890
3+
MIDlet-Jar-URL: Discrete_Math.jar
4+
MIDlet-Name: Discrete Math
5+
MIDlet-Vendor: Vendor
6+
MIDlet-Version: 1.0
7+
MicroEdition-Configuration: CLDC-1.1
8+
MicroEdition-Profile: MIDP-2.0
57.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)