Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] maven-pde-plugin: problems with folders containing spaces, problems executing install target

Hi all,

Thanks to this list's archive and google I've finally managed to get a
plugin / product to build using the maven-pde plugin. I still have the
following problems though:
- when building from a directory containing spaces I get the following
error:
BUILD FAILED
Target "b\net.jmesnil.jmx\features\net.jmesnil.jmx.feature\target\pdeTemp"
does not exist in the project "net.jmesnil.jmx.feature". It was building
from c:\a b\...

- when executing clean install target I get the following error:
[INFO] Error installing artifact: File
c:\a-b\net.jmesnil.jmx\features\net.jmesnil.jmx.feature\net.jmesnil.jmx.feature_0.2.2.qualifier.bin.dist.zip
does not exist
Indeed, the file he's referring to does not exist, but
net.jmesnil.jmx.feature_0.2.2.200707111005.bin.dist.zip exists, so I guess
there is some problem in the scripts passing variables.

I am building against eclipse 3.3

-- 
View this message in context: http://www.nabble.com/maven-pde-plugin%3A-problems-with-folders-containing-spaces%2C-problems-executing-install-target-tf4060605.html#a11536358
Sent from the Eclipse PDE - build mailing list archive at Nabble.com.



Back to the top