[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.pde] Re: PDE build error

I ran into this same problem and after much frustration, I found out that I had used 1.0.0.qualifier as the version in the .product file.

PDE Build was complaining that 1.0.0.${p2.product.qualifier} could not be parsed. I changed the value to 1.0.0 and the build worked.