Advertisement
logicmoo

Ant+JDK not dealing with symlinks

Jun 25th, 2019
569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.59 KB | None | 0 0
  1. root@gitlab:~# cd /opt/CYC_JRTL_with_CommonLisp
  2.  
  3. root@gitlab:/opt/CYC_JRTL_with_CommonLisp# ant
  4. /usr/local/bin/ant: 1: cd: can't cd to /usr/local/bin/../share/ant/bin/..
  5. Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
  6.  
  7. root@gitlab:/opt/CYC_JRTL_with_CommonLisp# /usr/local/bin/ant
  8. /usr/local/bin/ant: 1: cd: can't cd to /usr/local/bin/../share/ant/bin/..
  9. Error: Could not find or load main class org.apache.tools.ant.launch.Launcher
  10.  
  11. root@gitlab:/opt/CYC_JRTL_with_CommonLisp# /usr/bin/ant
  12. Buildfile: /mnt/gggg/opt/CYC_JRTL_with_CommonLisp/build.xml
  13.  
  14. abcl.wrapper:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement