Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated project structure #2

Open
wants to merge 376 commits into
base: master
Choose a base branch
from
Open

Updated project structure #2

wants to merge 376 commits into from

Conversation

nilols
Copy link

@nilols nilols commented Oct 15, 2011

No code changes only the project structure has been transformed into a multi-module maven project.

graphwalker-parent - handles dependencies and plugins versioning, also gives all inheriting modules basic functionality like different kind of report generation.

graphwalker-core - contains the GraphWalker code, this module can later on be split up into several modules eg. gui and webservice modules.

graphwalker-standalone - builds the executable standalone jar file, the reason for this being done in a separate module is due to the fact that each maven project only should have one build artifact.

Run "mvn clean install", in each module to compile and install the artifact generated by the module in the local repository, add -Dmaven.test.skip to omit the tests. This is true for all modules except graphwalker-parent, who will instead build the entire project.

@KristianKarl-zz
Copy link
Owner

Jag har skapat en development
branchhttps://github.com/KristianKarl/GraphWalker/tree/development
och
lagt det nya dr.
/K

@nilols
Copy link
Author

nilols commented Oct 17, 2011

Tja

Jag tog ut en ny fork I helgen, vet inte om du såg det, eftersom det blev lite för många ändringar på en gång på den förra så det var inte bakåtkompatibelt...vilket känns lite tråkigt.

Sent from my HTC

----- Reply message -----
From: "Kristian Karl" [email protected]
Date: Mon, Oct 17, 2011 13:11
Subject: [GraphWalker] Updated project structure (#2)
To: "Nils Olsson" [email protected]

Jag har skapat en development
branchhttps://github.com/KristianKarl/GraphWalker/tree/development
och
lagt det nya dr.
/K

Reply to this email directly or view it on GitHub:
#2 (comment)

@KristianKarl-zz
Copy link
Owner

De menar att du gjort mer ndringar n de som kom in nu? Kan vi inte merga
in dom nd? Jag hjlper grna till!

2011/10/17 Nils Olsson <
[email protected]>

Tja

Jag tog ut en ny fork I helgen, vet inte om du sg det, eftersom det blev
lite fr mnga ndringar p en gng p den frra s det var inte
baktkompatibelt...vilket knns lite trkigt.

Sent from my HTC

----- Reply message -----
From: "Kristian Karl" [email protected]
Date: Mon, Oct 17, 2011 13:11
Subject: [GraphWalker] Updated project structure (#2)
To: "Nils Olsson" [email protected]

Jag har skapat en development
branchhttps://github.com/KristianKarl/GraphWalker/tree/development
och
lagt det nya dr.
/K

Reply to this email directly or view it on GitHub:
#2 (comment)

Reply to this email directly or view it on GitHub:
#2 (comment)

Nils Olsson added 27 commits September 3, 2012 00:00
…tus, otherwise the model can get the wrong status (e.g. when using a exception strategy that never fail the execution of a model)
…ion is not found, the graphwalker plugin will fail due to a IllegalArgumentException. The exception is thrown when the plugin try to execute "nothing", a check is added to make sure we have something to execute before we do it.
… ModelContext that will be used when executing a model.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants