-
Notifications
You must be signed in to change notification settings - Fork 70
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
#1509 Adapt template sets in Eclipse #1631
#1509 Adapt template sets in Eclipse #1631
Conversation
Cedric Betom seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
enableCrossOsArchive in restore p2 cache
/** Temporary files rule to create temporary folders or files */ | ||
@Rule | ||
public TemporaryFolder tempFolder = new TemporaryFolder(); | ||
|
||
/** Root path of the Test Resources */ | ||
private static final String resourcesRootPath = "src/main/resources/OpenAPITest/"; | ||
|
||
/** Line separator, e.g. for windows '\r\n' */ | ||
public static final String LINE_SEPARATOR = java.lang.System.getProperty("line.separator"); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not so easy to follow changes, please put a reformat in a separate commit.
…efore or after the adapt command into consideration
… template-set->downloaded to adapted directory
.../cobigen-eclipse-test/src/main/java/com/devonfw/cobigen/eclipse/test/AdaptTemplatesTest.java
Show resolved
Hide resolved
withEnvironmentVariable(ConfigurationConstants.CONFIG_ENV_HOME, tmpProject.getParentFile().getAbsolutePath()) | ||
.execute(() -> testBasicOpenAPIGenerationWithAdaptTemplates()); | ||
} | ||
// EclipseCobiGenUtils.runAndCaptureUpdateTemplates(bot); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this commented out code for?
* @throws Exception test fails | ||
*/ | ||
@Test | ||
@Ignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should always be an explanation why a particular test is being ignored. It is probably because of the TODO?
…the download works
…test # Conflicts: # cobigen-eclipse/cobigen-eclipse-test/src/main/java/com/devonfw/cobigen/eclipse/test/AdaptTemplatesTest.java # cobigen-eclipse/cobigen-eclipse/src/com/devonfw/cobigen/eclipse/common/tools/ResourcesPluginUtil.java # cobigen/cobigen-core-api/src/main/java/com/devonfw/cobigen/api/util/CobiGenPaths.java
…testBasicOpenAPIGenerationWithAdaptMonolithicTemplates
…testBasicOpenAPIGenerationWithAdaptMonolithicTemplates
Closed cause of CLA problems, the new PR #1654 will continue the issue. |
Adresses/Fixes #1509.
#1622
Implements
@devonfw/cobigen