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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to