Skip to content

jsp: move to Maven #41

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

Merged
merged 3 commits into from
Feb 22, 2021
Merged

jsp: move to Maven #41

merged 3 commits into from
Feb 22, 2021

Conversation

srl295
Copy link
Member

@srl295 srl295 commented Feb 22, 2021

Fixes: #30

@srl295 srl295 requested a review from macchiati February 22, 2021 17:25
@srl295 srl295 self-assigned this Feb 22, 2021
Comment on lines +24 to +29
<icu.version>69.1-SNAPSHOT-cldr-2021-02-17</icu.version>

<!--
For CLDR versions, see https://github.com/orgs/unicode-org/packages?repo_name=cldr
-->
<cldr.version>0.0.0-SNAPSHOT-87058620ea</cldr.version>
Copy link
Member Author

Choose a reason for hiding this comment

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

this controls the ICU and CLDR version used.

Comment on lines +75 to +97
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
</dependency>

<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
<scope>compile</scope>
</dependency>
Copy link
Member Author

Choose a reason for hiding this comment

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

copied these from CLDR latest, but these can be bumped as needed

@srl295
Copy link
Member Author

srl295 commented Feb 22, 2021

interim instructions:

  1. setup your maven build : "github token " and "maven settings" from http://cldr.unicode.org/development/maven#TOC-Configuring-Maven
  2. Now, UnicodeJsps can be imported into eclipse using the "import existing maven project" setting. If you already have UnicodeJsps in eclipse, it might be better to remove it from eclipse before starting here.
  3. To run the server locally, you can use mvn jetty:run in the UnicodeJsps directory. You can launch this from eclipse as below:
    image

To debug with eclipse, there are instructions here, not tested yet https://www.eclipse.org/jetty/documentation/jetty-9/index.html#debugging-with-eclipse

@srl295 srl295 merged commit bad3470 into master Feb 22, 2021
@srl295 srl295 deleted the srl295/issue30 branch February 22, 2021 18:16
@srl295 srl295 restored the srl295/issue30 branch February 22, 2021 18:16
@srl295 srl295 deleted the srl295/issue30 branch February 22, 2021 18:16
srl295 added a commit that referenced this pull request Feb 23, 2021
srl295 added a commit that referenced this pull request Feb 25, 2021
@srl295 srl295 mentioned this pull request May 28, 2021
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.

update JSPs to maven
2 participants