Re: [dev] Package building error on OTRS 5

2016-03-19 Thread Renee B
The command should look like this: su -c "/opt/otrs/bin/otrs.Console.pl Dev::Package::Build --source-path ./LynxCustomersAddOn.sopm --target-directory /tmp --module-directory ." -s /bin/bash otrs Am 18.03.2016 um 09:35 schrieb Finetti, Stefano: Maybe because the PackageIsDownloadable is

Re: [dev] Package building error on OTRS 5

2016-03-18 Thread Finetti, Stefano
Thanks, but the real problem was the PackageIsDownloadable xml tag. By the way --source-path and --target-directory are not flags to be used, you just need to put the source path and the dest dir without -- flags: bin/otrs.Console.pl Dev::Package::Build --module-directory /path/th