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

Generate IDE launchers #93

Open
tsegismont opened this issue Jan 18, 2019 · 1 comment
Open

Generate IDE launchers #93

tsegismont opened this issue Jan 18, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@tsegismont
Copy link
Collaborator

It would be great to be able to generate IDE launchers. For example:

mvn vertx:idea

or

mvn vertx:eclipse

I believe both look into the project directory for launchers. And then it's easy to start the app in debug mode (without the need to run debug mode)

@tsegismont
Copy link
Collaborator Author

Files for IDEA should be place into .idea\runConfigurations. Here's a sample:

<component name="ProjectRunConfigurationManager">
  <configuration default="false" name="SimpleServer" type="Application" factoryName="Application" nameIsGenerated="true">
    <envs>
      <env name="ENV" value="VAR" />
    </envs>
    <option name="MAIN_CLASS_NAME" value="test.logging.SimpleServer" />
    <module name="vertx-context-logging" />
    <option name="PROGRAM_PARAMETERS" value="--programargument" />
    <option name="VM_PARAMETERS" value="--vmoptions" />
    <option name="WORKING_DIRECTORY" value="/test/workingdir" />
    <extension name="coverage">
      <pattern>
        <option name="PATTERN" value="test.logging.*" />
        <option name="ENABLED" value="true" />
      </pattern>
    </extension>
    <method v="2">
      <option name="Make" enabled="true" />
    </method>
  </configuration>
</component>

@tsegismont tsegismont self-assigned this Apr 13, 2022
@tsegismont tsegismont added this to the 2.0.0 milestone Jun 5, 2024
@tsegismont tsegismont removed this from the 2.0.0 milestone Jul 10, 2024
@tsegismont tsegismont removed their assignment Jul 10, 2024
@tsegismont tsegismont added help wanted Extra attention is needed enhancement New feature or request labels Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant