mirror of https://github.com/rusefi/RomRaider.git
removed/replaced "enginuity"
git-svn-id: https://svn2.assembla.com/svn/romraider/trunk@66 38686702-15cf-42e4-a595-3071df8bf5ea
This commit is contained in:
parent
27969954b9
commit
7ea5ad87e8
|
@ -1,45 +1,45 @@
|
|||
Steve Wadsworth (lizzardo on RomRaider forum)
|
||||
|
||||
This file is an attempt to consolidate available information on setting up, building,
|
||||
and packaging RomRaider. All instructions assume a Windows environment and the use
|
||||
of Eclipse for development. Apologies for the Windows-centricity, but some of the
|
||||
tools inherited from the Enginuity project are Windows-based.
|
||||
and packaging RomRaider. All instructions assume a Windows environment and the use
|
||||
of Eclipse for development. Apologies for the Windows-centricity, but some of the
|
||||
tools inherited from the RomRaider project are Windows-based.
|
||||
|
||||
----------------------------------------------
|
||||
Setting up the project (from romraider.com)
|
||||
|
||||
As an open source project, RomRaider depends on Java developers like you for
|
||||
enhancements, bug fixes and general maintenance. This page is meant to be a
|
||||
guide to setting up a development environment from scratch. The guide was
|
||||
As an open source project, RomRaider depends on Java developers like you for
|
||||
enhancements, bug fixes and general maintenance. This page is meant to be a
|
||||
guide to setting up a development environment from scratch. The guide was
|
||||
originally written by Tgui in this thread and has been adapted and revised.
|
||||
|
||||
RomRaider’s official IDE is Eclipse. You are free to use any Java IDE you
|
||||
choose, but due to the extremely simple process of setting up the environment
|
||||
RomRaider’s official IDE is Eclipse. You are free to use any Java IDE you
|
||||
choose, but due to the extremely simple process of setting up the environment
|
||||
and the power of Eclipse, it’s probably your best choice.
|
||||
|
||||
* Installing Eclipse and Subclipse
|
||||
o Install the latest version of the Java Development Kit
|
||||
o Get and Install Eclipse for your platform
|
||||
o Install Subclipse for Subversion (SVN) integration, following the
|
||||
steps outlined here.
|
||||
o Install Subclipse for Subversion (SVN) integration, following the
|
||||
steps outlined here.
|
||||
* Setting up the RomRaider project
|
||||
o Open the Java perspective in Eclipse by clicking
|
||||
o Open the Java perspective in Eclipse by clicking
|
||||
Window > Open Perspective > Java
|
||||
o Right click in the package explorer and select “Import…”
|
||||
o Select “Checkout Projects from SVN” and click “Next”
|
||||
o Select “Use a new repository location:” and click “Next”
|
||||
o Enter “http://svn.romraider.com/enginuity” and click “Next”
|
||||
o Enter “https://svn2.assembla.com/svn/romraider” and click “Next”
|
||||
o Highlight “trunk” in the folder tree and click “Next”
|
||||
o Name the project “enginuity” and click “Finish”
|
||||
o Name the project “romraider” and click “Finish”
|
||||
|
||||
Now all you have to do is add the Jars within your libs dir to the project
|
||||
Now all you have to do is add the Jars within your libs dir to the project
|
||||
java build path. You should read this.
|
||||
|
||||
http://www.eclipse.org/documentation/main.html
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
Notes on the above:
|
||||
Notes on the above:
|
||||
|
||||
1) Make sure the build path for the Java builder is set correctly. On the top menu:
|
||||
|
||||
|
@ -47,12 +47,12 @@ Notes on the above:
|
|||
|
||||
On the Source tab, the default output folder should be set to
|
||||
|
||||
enginuity/build/classes
|
||||
romraider/build/classes
|
||||
|
||||
2) The jars in the java build path mentioned above should be correct in the SVN
|
||||
repository.
|
||||
|
||||
3) A command line Subversion client needs to be installed and available in the default
|
||||
repository.
|
||||
|
||||
3) A command line Subversion client needs to be installed and available in the default
|
||||
path. To verify this, open a command prompt and run "svn". If this is not recognized
|
||||
as an executable, the ant build will fail.
|
||||
|
||||
|
@ -60,11 +60,11 @@ The ant build file is in the main directory and uses the default name of "build.
|
|||
|
||||
The Java builder is set as the default. During development it's convenient to have
|
||||
the "Problems" pane show warning and errors. The ant build does not send warnings
|
||||
or errors there. The ant build is primarily for automation of the complete build
|
||||
process for packaging.
|
||||
or errors there. The ant build is primarily for automation of the complete build
|
||||
process for packaging.
|
||||
|
||||
To build using ant, right-click on the build
|
||||
file in the Package Explorer (Java perspective) and select
|
||||
file in the Package Explorer (Java perspective) and select
|
||||
|
||||
Run As -> Ant Build
|
||||
|
||||
|
|
33776
logger.xml
33776
logger.xml
File diff suppressed because it is too large
Load Diff
|
@ -9,7 +9,7 @@ name.package: RomRaider
|
|||
description.package: RomRaider ROM Editing Suite
|
||||
name.organization: RomRaider.com
|
||||
name.maintainer: Jared Gould
|
||||
email.maintainer: jared.gould@enginuity.org
|
||||
email.maintainer:
|
||||
|
||||
supporturl: http://www.romraider.org
|
||||
romrevisionurl: http://www.scoobypedia.co.uk/index.php/Knowledge/ECUVersionCompatibilityList
|
||||
|
|
Loading…
Reference in New Issue