Note that there are some explanatory texts on larger screens.

plurals
  1. USchemical
    primarykey
    data
    text
    plurals
    1. COThanks for referring this. I found out the answer myself, which is that the classpath task is not adding the new path to the classloader and the already running JVM can't find the specified jar. And yes, I am using Ant 1.9. If you'd like please extract your comment to an answer containing this information and I'll happily accept it.
      singulars
    2. CO@ShabbirPanjesha It seems in the end it's not up to the developers to care about the user not taking care of his storage. The system prompts the user before quite aggressively so if this severe situation happens there's nothing we can do. What we can do is: don't store massive amounts of data. Iteratively store the data you need (entries in the database, images one after another, etc.) instead of grabbing a huge bulk of data and flushing it to the disk. Let me know if this doesn't help you and you have a different type of issue.
      singulars
    3. COI agree @Paul, that's why I'm trying to use vim and leverage the beauty of automating anything I need with bash scripts, group common tasks, perhaps write some vim macros when I get more familiar with it. That's the kind of knowledge a lot of PHP devs have, but I couldn't find it in one single place. Perhaps I'll write an article on this in a while if I get my knowledge organised better (also with answers from here) ;-)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload