Skip to content

Commit

Permalink
Google Code -> Github
Browse files Browse the repository at this point in the history
  • Loading branch information
conormcd committed Jun 26, 2012
1 parent 0ae3ee8 commit 3313d34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 81 deletions.
60 changes: 0 additions & 60 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Of course, sometimes it just isn't that easy. :-) You must have the following:

The JFlex and CUP JAR files must be in your classpath.

To build any other part of the project, consult the Developer's Handbook.

How to Use
----------

Expand All @@ -55,43 +53,6 @@ As an Ant task:

Now read the documentation. :-)

What to do if you find a bug
----------------------------

Try to reproduce it. The easier it is to reproduce, the easier it is to fix.
Send me a bug report with as much information as possible. The following is the
minimum I reccommend:

1) The JVM you're using.
2) Where you got Exemplar and how you compiled it (if you did).
3) The output of --help
4) The input that you need to use to reproduce the bug
5) The output (if any) when the bug has been tickled.
6) The output (if different) when you run Exemplar with --debug

The more detail you send, the better.

Submit all bug reports to the issue tracker. The list of known issues is
located at http://code.google.com/p/exemplar/issues/list and you can submit
your bug there.

If you're willing to have a go at fixing the bug, feel free to do so. I'll
answer any questions about the code that you need.

Once you've submitted your bug I'll try and get back to you with my first
impressions of the bug and how long it will be before I can fix it. You can
probably count on bugs being processed in the following order:

1) Bugs that are submitted with code to fix the error and JUnit tests to
ensure that the bug won't sneak back into the code in future.
2) Bugs that are submitted with code to fix the error.
3) Bugs that are submitted with JUnit code to reproduce the error.
4) Bugs that are submitted with instructions on how to reproduce the error.
5) Bugs that can be reproduced.
6) Bugs that are intermittent and hard to pin down.
7) Bugs that have fixes supplied under a license incompatible with that
of Exemplar.

Licensing
---------

Expand Down Expand Up @@ -250,24 +211,3 @@ supplying the program to you under a different license. If you or your company
refuses to use the default license, please contact me and describe why you
can't use it and I'll try to accomodate you. I can't guarantee that we'll come
to an agreement, but I'll try to be as flexible as possible.

Packaging
---------

If you would like to package Exemplar for distribution via your favourite
operating system's package management system please let me know. I can provide
extra targets in the build to produce packing lists or any other meta-data you
need for packaging the program.

Please Contribute
-----------------

Exemplar is an open source project and as such I encourage all users to get
involved in its development as much as possible. You don't need to be a coder
to help out; writing documentation, finding bugs and making suggestions about
what you think should be included in Exemplar are all helpful activities.

The only hard and fast rule about contributing is that your contributions must
be supplied under a license compatible with that of Exemplar. Ideally, they
would be under the same BSD-style license. If you don't have the right to
contribute material, please don't! I don't want any legal battles!
4 changes: 2 additions & 2 deletions doc/src/manual/manual.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<title>Known Bugs</title>

<para>All known bugs are tracked in the <ulink
url="http://code.google.com/p/exemplar/issues/list">The
url="https://github.com/conormcd/exemplar/issues">The
Exemplar Issue Tracker</ulink>, check there for the latest
list of known bugs.
</para>
Expand All @@ -196,7 +196,7 @@
<para>If you find a bug, try to reproduce it. The easier it is to
reproduce, the easier it is to fix. File a bug report via
<ulink
url="http://code.google.com/p/exemplar/issues/list">The
url="https://github.com/conormcd/exemplar/issues">The
Exemplar Issue Tracker</ulink> with as much information as
possible. The following is the minimum I recommend.
</para>
Expand Down
19 changes: 0 additions & 19 deletions ide/intellij/Exemplar.iws
Original file line number Diff line number Diff line change
Expand Up @@ -1016,25 +1016,6 @@
<option name="myValidatorValidationEnabled" value="true" />
<option name="myReportErrorsAsWarnings" value="true" />
</component>
<component name="SvnChangesBrowserSettings">
<option name="USE_AUTHOR_FIELD" value="true" />
<option name="AUTHOR" value="" />
<option name="LOCATION" value="" />
<option name="USE_PROJECT_SETTINGS" value="true" />
<option name="USE_ALTERNATE_LOCATION" value="false" />
</component>
<component name="SvnConfiguration">
<option name="USER" value="" />
<option name="PASSWORD" value="" />
<option name="PROCESS_UNRESOLVED" value="false" />
<option name="LAST_MERGED_REVISION" />
<option name="UPDATE_RUN_STATUS" value="false" />
<option name="UPDATE_RECURSIVELY" value="true" />
<option name="MERGE_DRY_RUN" value="false" />
<configuration useDefault="true">$PROJECT_DIR$/../../../../../.subversion</configuration>
<checkoutURL>https://exemplar.googlecode.com/svn/trunk/</checkoutURL>
<upgradeMode>none</upgradeMode>
</component>
<component name="TodoView" selected-index="0">
<todo-panel id="selected-file">
<are-packages-shown value="false" />
Expand Down

0 comments on commit 3313d34

Please sign in to comment.