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

Mvn package doen´t generate war file #373

Open
gabriel-lucas opened this issue Oct 13, 2019 · 4 comments
Open

Mvn package doen´t generate war file #373

gabriel-lucas opened this issue Oct 13, 2019 · 4 comments

Comments

@gabriel-lucas
Copy link

Hi,

I am trying to test Shogun and I followed instructions here: https://github.com/terrestris/shogun-legacy

After executing:
mvn package

I get this output.


[INFO] Reactor Summary for SHOGun-Core 4.0.1-SNAPSHOT:
[INFO]
[INFO] SHOGun-Core ........................................ SUCCESS [13:14 min]
[INFO] SHOGun-Core (Main) ................................. SUCCESS [11:24 min]
[INFO] SHOGun-Core (Webapp Archetype) ..................... SUCCESS [02:10 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27:01 min
[INFO] Finished at: 2019-10-13T13:46:48+02:00
[INFO] ------------------------------------------------------------------------

There should be a .war file created but is not being generated.

Do you know what can I be missing? @buehner @marcjansen @dnlkoch

Thanks :)

@hwbllmnn
Copy link
Member

The shogun-legacy project is not supported any more. To use shogun-core you'll need to create a webapp yourself. You can have a look at the momo3 repositories in the terrestris namespace to get started, another starter webapp for SHOGun will be published soon.

@gabriel-lucas
Copy link
Author

gabriel-lucas commented Oct 14, 2019

Good morning Andreas and thanks for your reply.

I´m trying to test the shogun-core.
I downloaded the latest shogun-core master branch code and but I could not find instructions about how to install it (prerequesites/packaging/etc). So I followed the instructions of shogun-legacy.
I tried also to package shogun-core alone via mvn package but it lacks of web.xml
What is needed to package shogun-core?

Thanks for the link to the momo3 repos. I found the documentation of the momo workshop.
Looks interesting, I will read it. http://terrestris.github.io/momo3-ws/en/index.html

Btw, the starter app you mention will be related with the react-geo, react-geo-baseclient repositories? Do you have an approximated month for the release.

To let you know about our use case:
I´m doing an experiment to show guifi.net community network infrastructure (wifi and fiber optics) into a map. The current one just show wireless links. I got to know shogun by watching this two talks at FOSS4G 2019

@hwbllmnn
Copy link
Member

shogun-core is 'just' a library on which the actual webapps are based, so a mvn package will give you just a .jar. The MoMo-backend will produce a .war with mvn package, the frontend is Extjs 6 based.

The starter app will contain an Extjs 6 client and the react-geo-baseclient. Unfortunately I cannot give you a release date yet (because it is unpaid work), perhaps @dnlkoch can shed some light onto this?

@dnlkoch
Copy link
Member

dnlkoch commented Oct 15, 2019

Unfortunately there isn't any fixed release date for the shogun example app, but I assume that we'll proceed with this in the next weeks at least.

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

No branches or pull requests

3 participants