Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Problem Exporting Product with Eclipse 3.4


Joe it sounds like you have a bad path in your com.ara.engen.ui/build.properties file

The fact that it is taking forever (20 mins) and that it is trying to read "C:\System Volume Information" suggests you accidently are including the root C:\ drive.  Look for an entry that is perhaps just "/" which would mean the root of the drive.  I think the UI should flag warnings for entries like this.


A better place for these questions would be the newsgroups (http://www.eclipse.org/newsgroups/), there is an eclipse.platform.pde group.

-Andrew


Joe <qbproger@xxxxxxxxx>
Sent by: pde-dev-bounces@xxxxxxxxxxx

09/12/2008 10:43 AM

Please respond to
"Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>

To
pde-dev@xxxxxxxxxxx
cc
Subject
[pde-dev] Problem Exporting Product with Eclipse 3.4





Let me preface this with I'm very new to Eclipse Product development,
and Eclipse has many many mailing lists, if this isn't the correct
one, please just point me to the right one.  If I leave out any
important information let me know.

I'm trying to export a Product with Eclipse 3.4 and it doesn't seem to
be working.  It's exported in the past, but a lot of changes have been
made lately, and I'm using Eclipse 3.4 now (instead of 3.3 or 3.2).  I
get the following problems when trying to export:

Problems during export
 C:\devel\workspaces\RUGUD-U2MG2\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\build.xml:34:
The following error occurred while executing this line:
C:\devel\workspaces\RUGUD-U2MG2\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\build.xml:15:
The following error occurred while executing this line:
C:\devel\workspaces\RUGUD-U2MG2\com.ara.engen.ui\build.xml:232: The
following error occurred while executing this line:
C:\devel\workspaces\RUGUD-U2MG2\com.ara.engen.ui\build.xml:189: IO
error scanning directory 'C:\System Volume Information'
 The following error occurred while executing this line:
C:\devel\workspaces\RUGUD-U2MG2\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\build.xml:15:
The following error occurred while executing this line:
C:\devel\workspaces\RUGUD-U2MG2\com.ara.engen.ui\build.xml:232: The
following error occurred while executing this line:
C:\devel\workspaces\RUGUD-U2MG2\com.ara.engen.ui\build.xml:189: IO
error scanning directory 'C:\System Volume Information'
 C:\devel\workspaces\RUGUD-U2MG2\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\build.xml:34:
The following error occurred while executing this line:
C:\devel\workspaces\RUGUD-U2MG2\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\build.xml:15:
The following error occurred while executing this line:
C:\devel\workspaces\RUGUD-U2MG2\com.ara.engen.ui\build.xml:232: The
following error occurred while executing this line:
C:\devel\workspaces\RUGUD-U2MG2\com.ara.engen.ui\build.xml:189: IO
error scanning directory 'C:\System Volume Information'
 The following error occurred while executing this line:
C:\devel\workspaces\RUGUD-U2MG2\.metadata\.plugins\org.eclipse.pde.core\temp\org.eclipse.pde.container.feature\build.xml:15:
The following error occurred while executing this line:
C:\devel\workspaces\RUGUD-U2MG2\com.ara.engen.ui\build.xml:232: The
following error occurred while executing this line:
C:\devel\workspaces\RUGUD-U2MG2\com.ara.engen.ui\build.xml:189: IO
error scanning directory 'C:\System Volume Information'

The file: C:\devel\workspaces\RUGUD-U2MG2\com.ara.engen.ui\build.xml
doesn't exist.  I don't know what it's trying to read.

While exporting the product it hangs at 26%.  The progress dialog says
Building Plug-ins...  It'll sit there for something like 20 minutes.

If there are any files I should post, I don't really know what would
be helpful.  Any help would be great, and as soon as possible would be
awesome.

Thank you for any help,
Joe
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev


Back to the top