p2: generate metadata over networked drive [message #113099] |
Wed, 02 July 2008 15:50  |
Eclipse User |
|
|
|
Hi all,
I'm trying to generate p2 metadata for my eclipse update site which is
output on a networked drive. Basically this is what I'm executing
(running eclipse headless):
java -cp
%ECLIPSELOC%\plugins\org.eclipse.equinox.launcher_%LAUNCHERV ER%.jar
org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner
-application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator
-updateSite %DIR1% -site file:%DIR1%site.xml -metadataRepository
file:%DIR1% -metadataRepositoryName "My Update Site" -artifactRepository
file:%DIR1% -artifactRepositoryName "My Artifacts" -reusePack200Files
-noDefaultIUs -vmargs -Xmx512m
Where %DIR1% is my networked drive that contains my entire update site
structure. When this is run I get the message from Java: "Generation
completed with success [0 seconds]", however my artifacts/contents
metadata are not generated :(:(. Also, when I run this same command with
%DIR1% as a local drive on my system, it works fine.
Is this a bug or am I doing something wrong? Should this work over a
networked drive? Thanks.
- Ryan
|
|
|
|
|
Re: generate metadata over networked drive [message #113598 is a reply to message #113099] |
Tue, 08 July 2008 22:53  |
Eclipse User |
|
|
|
I can't think of anything that would prevent that to work. Could you please
open a bug report describing the environment in which this happens (os, how
is the drive mounted (UNC, etc.), ...)
Thx
"Ryan" <huffrg3@gmail.com> wrote in message
news:866914c190eed88c38ad661c34f052f2$1@www.eclipse.org...
> Hi all,
>
> I'm trying to generate p2 metadata for my eclipse update site which is
> output on a networked drive. Basically this is what I'm executing
> (running eclipse headless):
>
> java -cp
> %ECLIPSELOC%\plugins\org.eclipse.equinox.launcher_%LAUNCHERV ER%.jar
> org.eclipse.core.launcher.Main -application
> org.eclipse.ant.core.antRunner -application
> org.eclipse.equinox.p2.metadata.generator.EclipseGenerator -updateSite
> %DIR1% -site file:%DIR1%site.xml -metadataRepository
> file:%DIR1% -metadataRepositoryName "My Update Site" -artifactRepository
> file:%DIR1% -artifactRepositoryName "My
> Artifacts" -reusePack200Files -noDefaultIUs -vmargs -Xmx512m
>
> Where %DIR1% is my networked drive that contains my entire update site
> structure. When this is run I get the message from Java: "Generation
> completed with success [0 seconds]", however my artifacts/contents
> metadata are not generated :(:(. Also, when I run this same command with
> %DIR1% as a local drive on my system, it works fine.
>
> Is this a bug or am I doing something wrong? Should this work over a
> networked drive? Thanks.
>
> - Ryan
>
|
|
|
Powered by
FUDForum. Page generated in 0.02960 seconds