Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho can't found my product configuration

Em 11/01/2012 09:41, Luiz E. escreveu:
hi again!
i'm using tycho 0.13.0, and while I was trying to solve a bug (http://stackoverflow.com/questions/8806838/tycho-is-ignoring-my-splash-screen/8815960#8815960), I realized that i got to change a little things on my project (eclipse-application is being replaced by eclipse-repository)
so, I was working on this, and got this error:

"[INFO] Calling director with arguments: [-metadatarepository, file:/C:/workspaceRCP/br.com.germantech/target/publisherRepository/,file:/C:/workspaceRC P/br.com.germantech.feature/target/,file:/C:/workspaceRCP/br.com.germantech.ecf/target/,file:/C:/workspaceRCP/br.com.germantech/target/targetPlatformR epository/, -artifactrepository, file:/C:/workspaceRCP/br.com.germantech/target/publisherRepository/,file:/C:/workspaceRCP/br.com.germantech.feature/t arget/,file:/C:/workspaceRCP/br.com.germantech.ecf/target/,file:/resolution-context-artifacts@C:%5CworkspaceRCP%5Cbr.com.germantech,file:/C:/Users/Zor ba/.m2/repository/, -installIU, br.com.gtech.ecfApp, -destination, C:\workspaceRCP\br.com.germantech\target\products\br.com.gtech.ecfApp\linux\gtk\x86 \br.com.germantech, -profile, DefaultProfile, -profileProperties, org.eclipse.update.install.features=true, -roaming, -p2.os, linux, -p2.ws, gtk, -p2.
arch, x86]
Installation failed.
The installable unit br.com.gtech.ecfApp has not been found."

my hierarchy is like this:
-- br.com.germantech (product file)
-- br.com.germantech.plugin (my plug-in)
-- br.com.germantech.feature (feature file, target definition)
-- pom.xml (parent pom)

my product name is 'br.com.germantech.product' and his id is 'br.com.gtech.ecfApp'

what am I missing?
thanks in advance

ok, got it up and running. just deleted the 'plugins' section from my product file. but how do I change the outupt name of my product. he's beign generated with my product id, and i want to add the version to the filename
thanks again


Back to the top