Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. compile:
  2. [echo] Building at: hotfix-github7307-3.2.4 at /Users/danielsilva/Documents/dotcms_3.2.4/plugins/hotfix-github7307-3.2.4
  3. [mkdir] Created dir: /Users/danielsilva/Documents/dotcms_3.2.4/plugins/hotfix-github7307-3.2.4/build/classes
  4. [javac] Compiling 4 source files to /Users/danielsilva/Documents/dotcms_3.2.4/plugins/hotfix-github7307-3.2.4/build/classes
  5. [javac] /Users/danielsilva/Documents/dotcms_3.2.4/plugins/hotfix-github7307-3.2.4/src/org/apache/velocity/tools/view/ImportSupport.java:334: error: <anonymous org.apache.velocity.tools.view.ImportSupport$ImportResponseWrapper$1> is not abstract and does not override abstract method setWriteListener(WriteListener) in ServletOutputStream
  6. [javac] ServletOutputStream sos = new ServletOutputStream() {
  7. [javac] ^
  8. [javac] Note: /Users/danielsilva/Documents/dotcms_3.2.4/plugins/hotfix-github7307-3.2.4/src/org/apache/velocity/tools/struts/TilesTool.java uses unchecked or unsafe operations.
  9. [javac] Note: Recompile with -Xlint:unchecked for details.
  10. [javac] 1 error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement