Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Can't build eclipse-repository (0.10.0)

Switched from eclipse-application to eclipse-repository because former
wasn't picking up launch arguments from the product definition.

Now I'm getting two errors. The first appears to be due to the space
in the path (note how ' ' is substituted first with '%20' and then
'%2520') and disappears when I relocate the project elsewhere (i.e. to
a path without spaces).

But I can't get rid of the second error ("unable to parse 1.0.0"). Any
ideas what cold be going wrong here?



!SESSION 2010-10-11 18:32:25.659 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_21
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -application
org.sonatype.tycho.p2.publisher.ProductPublisher -artifactRepository
file:/C:/Users/Eric/Test%20Project/build/target/repository
-metadataRepository
file:/C:/Users/Eric/Test%20Project/build/target/repository
-contextMetadata
file:/C:/Users/Eric/Test%20Project/build/target/targetMetadataRepository/
-append -publishArtifacts -compress -productFile C:\Users\Eric\Test
Project\build\target\products\null\build.product -executables
C:\Users\Eric\Test
Project\eclipse_all\features\org.eclipse.equinox.executable_3.4.1.R36x_v20100823-7M7K7JF90dnJ-WLf3cf4yi
-flavor tooling -configs win32.win32.x86,win32.win32.x86_64
Command-line arguments:  -application
org.sonatype.tycho.p2.publisher.ProductPublisher -consoleLog
-artifactRepository
file:/C:/Users/Eric/Test%20Project/build/target/repository
-metadataRepository
file:/C:/Users/Eric/Test%20Project/build/target/repository
-contextMetadata
file:/C:/Users/Eric/Test%20Project/build/target/targetMetadataRepository/
-append -publishArtifacts -compress -productFile C:\Users\Eric\Test
Project\build\target\products\null\build.product -executables
C:\Users\Eric\Test
Project\eclipse_all\features\org.eclipse.equinox.executable_3.4.1.R36x_v20100823-7M7K7JF90dnJ-WLf3cf4yi
-flavor tooling -configs win32.win32.x86,win32.win32.x86_64

!ENTRY org.eclipse.equinox.p2.core 4 0 2010-10-11 18:32:27.572
!MESSAGE Provisioning exception
!STACK 1
org.eclipse.equinox.p2.core.ProvisionException: No repository found at
file:/C:/Users/Eric/Test%2520Project/build/target/targetMetadataRepository.
        at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:392)
        at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:676)
        at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
        at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:92)
        at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.addChild(CompositeMetadataRepository.java:153)
        at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.addChild(CompositeMetadataRepository.java:172)
        at org.eclipse.equinox.p2.publisher.AbstractPublisherApplication.processMetadataRepositoryList(AbstractPublisherApplication.java:217)
        at org.eclipse.equinox.p2.publisher.AbstractPublisherApplication.processParameter(AbstractPublisherApplication.java:183)
        at org.eclipse.equinox.p2.publisher.eclipse.ProductPublisherApplication.processParameter(ProductPublisherApplication.java:51)
        at org.eclipse.equinox.p2.publisher.AbstractPublisherApplication.processCommandLineArguments(AbstractPublisherApplication.java:149)
        at org.eclipse.equinox.p2.publisher.AbstractPublisherApplication.run(AbstractPublisherApplication.java:270)
        at org.eclipse.equinox.p2.publisher.AbstractPublisherApplication.start(AbstractPublisherApplication.java:323)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run(AnyThreadAppLauncher.java:26)
        at java.lang.Thread.run(Thread.java:619)
!SUBENTRY 1 org.eclipse.equinox.p2.metadata.repository 4 1000
2010-10-11 18:32:27.573
!MESSAGE No repository found at
file:/C:/Users/Eric/Test%2520Project/build/target/targetMetadataRepository.
Generating metadata for ..
Status ERROR: org.eclipse.equinox.p2.artifact.repository code=0 Format
"format(n[.n=0;[.n=0;[.S=[A-Za-z0-9_-];='';]]])" was unable to parse
1.0.0. java.lang.IllegalArgumentException: Format
"format(n[.n=0;[.n=0;[.S=[A-Za-z0-9_-];='';]]])" was unable to parse
1.0.0.
-artifactRepository
file:/C:/Users/Eric/Test%20Project/build/target/repository
-metadataRepository
file:/C:/Users/Eric/Test%20Project/build/target/repository
-contextMetadata
file:/C:/Users/Eric/Test%20Project/build/target/targetMetadataRepository/
-append
-publishArtifacts
-compress
-productFile
C:\Users\Eric\Test Project\build\target\products\null\build.product
-executables
C:\Users\Eric\Test
Project\eclipse_all\features\org.eclipse.equinox.executable_3.4.1.R36x_v20100823-7M7K7JF90dnJ-WLf3cf4yi
-flavor
tooling
-configs
win32.win32.x86,win32.win32.x86_64


Back to the top