Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Jastadd2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
Jastadd2
Commits
cb0f35a0
Commit
cb0f35a0
authored
12 years ago
by
Jesper
Browse files
Options
Downloads
Patches
Plain Diff
Updated release index page
parent
f52e55ac
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/index.html
+0
-48
0 additions, 48 deletions
doc/index.html
doc/index.md
+23
-0
23 additions, 0 deletions
doc/index.md
doc/index.php
+1
-1
1 addition, 1 deletion
doc/index.php
with
24 additions
and
49 deletions
doc/index.html
deleted
100644 → 0
+
0
−
48
View file @
f52e55ac
<h1>
JastAdd2 Release R20130212
</h1>
<h2>
Binary distribution
</h2>
<ul>
<li>
The tool:
<a
href=
"jastadd2.jar"
>
jastadd2.jar
</a>
<br>
Do "java -jar jastadd2.jar --help" for information on how to run the tool from the command line.
</li>
<li>
<a
href=
"reference-manual.php"
>
Reference manual
</a>
</li>
<li>
<a
href=
"release-notes.php"
>
Release notes
</a>
<br></li><br>
<li>
All three files zipped together:
<a
href=
"jastadd2-bin.zip"
>
jastadd2-bin.zip
</a>
<br>
Unpack by the command "unzip jastadd2-bin.zip"
</li>
</ul>
<h2>
Source distribution
</h2>
<ul>
<li>
The source:
<a
href=
"jastadd2-src.zip"
>
jastadd2-src.zip
</a></li>
<ul>
<li>
Unpack by the command "unzip jastadd2-src.zip"
</li>
<li>
Get
<a
href=
"http://www.eclipse.org/downloads/download.php?file=/tools/aspectj/aspectj-1.5.3.jar"
>
AspectJ 1.5.3
</a>
,
and install it as follows:
</li>
<ul>
<li>
Create a new empty dir where you unpack aspectj-1.5.3.jar by the command
<pre>
jar -xf aspectj-1.5.3.jar
</pre>
</li>
<li>
Move its "lib" directory to "jastadd-src/tools" and rename it to "aspectj-1.5.3".
You should end up with the following directory structure:
<pre>
jastadd-src/
...
tools/
...
aspectj-1.5.3/
aspectjlib.jar
aspectjrt.jar
aspectjtools.jar
aspectjweaver.jar
</pre>
</li>
</ul>
<li>
Go to jastadd-src and build jastadd2.jar:
<pre>
> cd jastadd-src
> make jar
</pre>
</li>
</ul>
</ul>
This diff is collapsed.
Click to expand it.
doc/index.md
0 → 100644
+
23
−
0
View file @
cb0f35a0
JastAdd2 Release R20130212
==========================
Binary distribution
-------------------
*
The tool:
[
jastadd2.jar
](
jastadd2.jar
)
<br>
Do
`java -jar jastadd2.jar --help`
for information on how to run the tool from the command line.
*
[
Reference manual
](
reference-manual.php
)
*
[
Release notes
](
release-notes.php
)
*
All three files zipped together:
[
jastadd2-bin.zip
](
jastadd2-bin.zip
)
<br>
Unpack using the command
`unzip jastadd2-bin.zip`
Source distribution
-------------------
*
The source:
[
jastadd2-src.zip
](
jastadd2-src.zip
)
*
Unpack using the command
`unzip jastadd2-src.zip`
*
Go to jastadd-src and build
`jastadd2.jar`
:
cd jastadd-src
make jar
This diff is collapsed.
Click to expand it.
doc/index.php
+
1
−
1
View file @
cb0f35a0
<?php
include
(
"../../../web/include/functions.php"
);
print
Html
File
(
"index.
html
"
);
print
Markdown
File
(
"index.
md
"
);
?>
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