Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Basic version of JMS endpoint generator (happy path) #18

Closed
wants to merge 18 commits into from
Closed

Conversation

jaceko
Copy link
Contributor

@jaceko jaceko commented Mar 11, 2016

No description provided.

jaceko and others added 16 commits March 1, 2016 12:25
…rvice_framework into crc-1531

# Conflicts:
#	adapters/adapters-test-utils/pom.xml
#	adapters/pom.xml
#	adapters/rest-adapter-generator/pom.xml
#	adapters/rest-adapter-generator/src/test/java/uk/gov/justice/services/adapters/rest/generator/DefaultGenerator_ResourceCodeStructureTest.java
#	adapters/rest-adapter-generator/src/test/java/uk/gov/justice/services/adapters/rest/generator/DefaultGenerator_ResourceMethodBodyTest.java
…service_framework into crc-1531

# Conflicts:
#	adapters/adapters-test-utils/src/main/java/uk/gov/justice/services/adapters/test/utils/builder/ResourceBuilder.java
#	adapters/jms-adapter-generator/src/main/java/uk/gov/justice/raml/jms/core/JmsEndpointGenerator.java
@@ -29,4 +27,4 @@
<artifactId>raml-parser</artifactId>
</dependency>
</dependencies>
</project>
</project>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file only has formatting changes - can it be excluded from the changeset?

@jaceko jaceko closed this Mar 11, 2016
*/
@Override
public void run(final Raml raml, final GeneratorConfig configuration) {
final File outputDirectory = createOutputDirectories(configuration);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already create and clear the output directory in the plugin - we should standardize on that approach, I think.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants