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

Use package export to configure package web root #19

Open
jihoonl opened this issue Jan 15, 2015 · 3 comments
Open

Use package export to configure package web root #19

jihoonl opened this issue Jan 15, 2015 · 3 comments

Comments

@jihoonl
Copy link
Member

jihoonl commented Jan 15, 2015

The current implementation forces to use www as a package web root. If we utilise package export, each package can have different web page root. It would give users freedom to choose web root directory.

For example, roswww uses www directory as a web page root whereas my_webapp_package uses apps directory as a page root.

# package.xml in roswww
<export>
  <roswww_root>www</roswww_root>
</export>

# package.xml in my_webapp_package
<export>
  <roswww_root>apps</roswww_root>
</export>

Other usecases(rocon_app) reference,

@130s
Copy link
Contributor

130s commented Jan 28, 2015

Addressed in #20? @jihoonl

@jihoonl
Copy link
Member Author

jihoonl commented Jan 28, 2015

Nope. It is new enhancement.

@130s
Copy link
Contributor

130s commented Jan 28, 2015

Got it. Anyway I'm on new patch release 0.1.4 #22

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

2 participants