We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
After git clone of das2-tomcat-server and das2java the following are still undefined:
So there may be a dependency than needs to be specified.
In addition there is an undefined reference to:
That could be a pretty significant external dependency, any idea how much code lives behind that single import? Probably quite a lot.
The text was updated successfully, but these errors were encountered: