You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2015/01/11 06:20:02 UTC

[Commons Wiki] Update of "VfsProblems" by BerndEckenfels

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.

The "VfsProblems" page has been changed by BerndEckenfels:
https://wiki.apache.org/commons/VfsProblems?action=diff&rev1=2&rev2=3

Comment:
add build problems section, ubuntu maven problem

- === VFS - Problems ===
+ == VFS Troubleshooting ==
  
+ === Build Problems ===
+ 
+ '''org.apache.commons.lang.!StringUtils missing when running Maven on Ubuntu'''
+ 
+ Some Maven goals like `site:stage` fail under Ubuntu 14.04 with
+ 
+   A required class was missing while executing
+     org.apache.maven.plugins:maven-site-plugin:3.4:stage: org/apache/commons/lang/StringUtils
+ 
+ This happens if you use the Ubuntu Maven package which misses the commons-lang dependency. You can either unpack a stand-alone Maven archive or use the following commands:
+ 
+ {{{
+ cd /usr/share/maven/lib
+ sudo ln -s ../../java/commons-lang.jar .
+ }}}
+ 
+ === Filesystem Problems ===
+ 
- This page collects steps for various filesystems to check if access to the destination failes.
+ This page collects steps for various filesystems to check if access to the destination fails.
  
  '''VfsProblemsFtp'''
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org