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

Undefined dependencies #1

Open
cpiker opened this issue Nov 2, 2021 · 1 comment
Open

Undefined dependencies #1

cpiker opened this issue Nov 2, 2021 · 1 comment

Comments

@cpiker
Copy link
Member

cpiker commented Nov 2, 2021

After git clone of das2-tomcat-server and das2java the following are still undefined:

import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

So there may be a dependency than needs to be specified.

In addition there is an undefined reference to:

import org.autoplot.AutoplotDataServer;

That could be a pretty significant external dependency, any idea how much code lives behind that single import? Probably quite a lot.

@jbfaden
Copy link
Member

jbfaden commented Nov 2, 2021

I'll look at this more later today. The j2ee stuff is not built-in to Java, so you need to specify a server to compile against, for example

ant -Dj2ee.server.home=/usr/local/apache-tomcat-8.0.27/ dist

Also it looks like there are some libraries I should have copied into the git version.

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