still following the Getting Started version 0.9.
When I run the sample application using the java -Duser.language...
command I'm expecting to find the cache folder inside test-application/target/userdir
. Instead it is inside test-application/target/userdir/target/userdir
. Is it the correct behaviour?
When I run the sample application using the java -Duser.language...
command without the --userdir target/userdir
option, the following directory is created inside test-application':
{user.home}/.foo/1.0.0-SNAPSHOT/{user.home}/.foo/1.0.0-SNAPSHOT`. Inside it the cache folder can be found. Is it the correct behaviour?
When I run the application double-clicking foo.jar
, inside test-application/target/deployment/standalone/bin
the following directory is created: {user.home}/.foo/1.0.0-SNAPSHOT/{user.home}/.foo/1.0.0-SNAPSHOT
. Inside it the cache folder can be found. Is it the correct behaviour?
Thank you in advance for your help. Claudio