Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » add new project to CVS repository
add new project to CVS repository [message #29352] Mon, 19 May 2003 10:27 Go to next message
Eclipse UserFriend
I want to add a new project to the CVS repository
Currenly I have a repostory, set up like this:
HEAD/CVSROOT
HEAD/Java/Project1
HEAD/Java/Project2

and I want to add:
HEAD/Java/Project3

According to the help for Specifying a repository location

"
Before we can share our project with other users we must first specify
an available repository.

1. Open the CVS Repository Exploring perspective. The top left view
shows all of the CVS repositories that we are currently working with. As
you can see, the view is empty, meaning we still need to specify a
repository.
2. In the context menu of the CVS Repositories view choose New >
Repository Location
"

but I don't want to create a new repository, I want to add a project
(folder) to the existing one. How do I do this?
Re: add new project to CVS repository [message #29468 is a reply to message #29352] Mon, 19 May 2003 11:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.nos.pam.us.ibm.com

The help is simply walking through a tutorial scenario where you have
not yet created any repository definitions. Just do Team->Share and it
will list your repository definition (assuming you've already added the
repository definition to Eclipse workspace).

If you haven't already added the repository definition to Eclipse
workspace, then following those instructions will do so. Those
instructions don't create a new repository, they create a definition in
the Eclipse workspace for an existing repository so that Eclipse can
find it.

Rich
Re: add new project to CVS repository [message #30089 is a reply to message #29468] Mon, 19 May 2003 16:03 Go to previous messageGo to next message
Eclipse UserFriend
> Just do Team->Share and it will list your repository definition
>(assuming you've already added the repository definition to Eclipse
workspace).
This is what I wanted to do in the first place but Team -> Share
Project... is greyed out.
(all other selections in that menu are available)

The repository exists in the eclipse workspace. Originally I created
the repository and imported projects into it, all on the server side.
Then I checked them out on the client (thru Eclipse). But now I am
trying to create the CVS project on the client side (with an existing
Eclipse project).
Re: add new project to CVS repository [message #30273 is a reply to message #30089] Mon, 19 May 2003 17:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.nos.pam.us.ibm.com

If the project is not already shared then Team-> should show only two
entries, Apply Patch and Share. If it is showing more than that, that
means that it thinks the project is already shared.

How did you create this new project?
Re: add new project to CVS repository [message #30380 is a reply to message #30273] Mon, 19 May 2003 17:56 Go to previous messageGo to next message
Eclipse UserFriend
I did a copy & paste on an existing project, changing the name on the paste.

Richard L. Kulp wrote:
> If the project is not already shared then Team-> should show only two
> entries, Apply Patch and Share. If it is showing more than that, that
> means that it thinks the project is already shared.
>
> How did you create this new project?
>
Re: add new project to CVS repository [message #30414 is a reply to message #30380] Mon, 19 May 2003 18:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.nos.pam.us.ibm.com

Ah, was the existing project a Team CVS project? If it was, you copied
the CVS control files too. So it got confused. Did you do the copy/paste
the Eclipse or through the file system, e.g. File Explorer. If you did
it through Eclipse navigator, maybe this could be considered a bug and
it shouldn't have copied the CVS files. If you did it through the file
system, Eclipse has no idea you did this and is seeing the CVS files.

Rich
Re: add new project to CVS repository [message #30445 is a reply to message #30414] Mon, 19 May 2003 18:13 Go to previous messageGo to next message
Eclipse UserFriend
yea, as soon as I typed my last response, a light bulb went on.
I copy & pasted thru eclipse and the new project was tied to the CVS
stuff of the old project.

so i disconnected the new project.

and when I try Team -> Share Project (accepting defaults), Eclipse crashes:

JVM terminated. Exit code=1
/usr/java/j2sdk1.4.1_02/bin/java
-cp /usr/bin/eclipse/startup.jar org.eclipse.core.launcher.Main
-os linux
-ws gtk
-arch x86
-showsplash /usr/bin/eclipse/eclipse -showsplash 600
-data /development/Java

I then tried copy & pasting the new _disconnected_ project and Sharing
that, but same error.

Richard L. Kulp wrote:
> Ah, was the existing project a Team CVS project? If it was, you copied
> the CVS control files too. So it got confused. Did you do the copy/paste
> the Eclipse or through the file system, e.g. File Explorer. If you did
> it through Eclipse navigator, maybe this could be considered a bug and
> it shouldn't have copied the CVS files. If you did it through the file
> system, Eclipse has no idea you did this and is seeing the CVS files.
>
> Rich
>
Re: add new project to CVS repository [message #30516 is a reply to message #30445] Mon, 19 May 2003 18:40 Go to previous messageGo to next message
Eclipse UserFriend
This is a multi-part message in MIME format.
--------------050409080008040707020608
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

oh, here is a log file with more info on the error.

--------------050409080008040707020608
Content-Type: text/plain;
name="hs_err_pid1366.log"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="hs_err_pid1366.log"


An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x4D5EDF15
Function=(null)+0x4D5EDF15
Library=/usr/lib/libgdk-x11-2.0.so.0

NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.


Current Java thread:
at org.eclipse.swt.internal.gtk.OS.gtk_progress_bar_set_fractio n(Native Method)
- locked <0x487fc028> (a java.lang.Class)
at org.eclipse.swt.widgets.ProgressBar.updateBar(ProgressBar.ja va:213)
at org.eclipse.swt.widgets.ProgressBar.setSelection(ProgressBar .java:203)
at org.eclipse.jface.dialogs.ProgressIndicator.worked(ProgressI ndicator.java:115)
at org.eclipse.jface.wizard.ProgressMonitorPart.internalWorked( ProgressMonitorPart.java:156)
at org.eclipse.jface.operation.AccumulatingProgressMonitor$Coll ector.run(AccumulatingProgressMonitor.java:74)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:98)
- locked <0x4444b940> (a org.eclipse.swt.widgets.RunnableLock)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:1614)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1432)
at org.eclipse.jface.operation.ModalContext$ModalContextThread. block(ModalContext.java:136)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:261)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java: 758)
at org.eclipse.team.internal.ccvs.ui.wizards.SharingWizard.perf ormFinish(SharingWizard.java:174)
at org.eclipse.team.internal.ui.ConfigureProjectWizard.performF inish(ConfigureProjectWizard.java:124)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDi alog.java:608)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDi alog.java:321)
at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.jav a:423)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:913)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1637)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1429)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583 )
at org.eclipse.jface.window.Window.open(Window.java:563)
at org.eclipse.team.internal.ui.actions.ConfigureProjectAction$ 1.run(ConfigureProjectAction.java:42)
at org.eclipse.team.internal.ui.actions.TeamAction$1.run(TeamAc tion.java:168)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at org.eclipse.team.internal.ui.actions.TeamAction.run(TeamActi on.java:165)
at org.eclipse.team.internal.ui.actions.ConfigureProjectAction. run(ConfigureProjectAction.java:35)
at org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDel egate.java:71)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:241)
at org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:456)
at org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionContributionItem.java:403)
at org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionItem.java:397)
at org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(ActionContributionItem.java:72)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:913)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1637)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1429)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)

Dynamic libraries:
08048000-0804e000 r-xp 00000000 03:02 49362 /usr/java/j2sdk1.4.1_02/bin/java
0804e000-0804f000 rw-p 00005000 03:02 49362 /usr/java/j2sdk1.4.1_02/bin/java
40000000-40015000 r-xp 00000000 03:02 3604571 /lib/ld-2.3.2.so
40015000-40016000 rw-p 00014000 03:02 3604571 /lib/ld-2.3.2.so
40017000-40020000 r-xp 00000000 03:02 6308053 /usr/java/j2sdk1.4.1_02/jre/lib/i386/native_threads/libhpi.s o
40020000-40021000 rw-p 00008000 03:02 6308053 /usr/java/j2sdk1.4.1_02/jre/lib/i386/native_threads/libhpi.s o
40022000-40025000 r--s 00000000 03:02 5882118 /usr/java/j2sdk1.4.1_02/jre/lib/ext/dnsns.jar
40025000-40026000 r--s 00000000 03:02 1802364 /usr/bin/eclipse/plugins/org.eclipse.ui_2.1.0/ui.jar
40026000-40027000 r-xp 00000000 03:02 4980796 /usr/bin/eclipse/plugins/org.eclipse.core.resources.linux_2. 1.0/os/linux/x86/libcore_2_1_0a.so
40027000-40028000 rw-p 00001000 03:02 4980796 /usr/bin/eclipse/plugins/org.eclipse.core.resources.linux_2. 1.0/os/linux/x86/libcore_2_1_0a.so
40029000-40034000 r-xp 00000000 03:02 475370 /lib/tls/libpthread-0.34.so
40034000-40035000 rw-p 0000a000 03:02 475370 /lib/tls/libpthread-0.34.so
40037000-4003a000 r-xp 00000000 03:02 3604492 /lib/libdl-2.3.2.so
4003a000-4003b000 rw-p 00002000 03:02 3604492 /lib/libdl-2.3.2.so
4003c000-40354000 r-xp 00000000 03:02 4718678 /usr/java/j2sdk1.4.1_02/jre/lib/i386/client/libjvm.so
40354000-40538000 rw-p 00317000 03:02 4718678 /usr/java/j2sdk1.4.1_02/jre/lib/i386/client/libjvm.so
40549000-4055b000 r-xp 00000000 03:02 3604496 /lib/libnsl-2.3.2.so
4055b000-4055c000 rw-p 00011000 03:02 3604496 /lib/libnsl-2.3.2.so
4055e000-4057f000 r-xp 00000000 03:02 475150 /lib/tls/libm-2.3.2.so
4057f000-40580000 rw-p 00020000 03:02 475150 /lib/tls/libm-2.3.2.so
40580000-40590000 r-xp 00000000 03:02 2244756 /usr/java/j2sdk1.4.1_02/jre/lib/i386/libverify.so
40590000-40592000 rw-p 0000f000 03:02 2244756 /usr/java/j2sdk1.4.1_02/jre/lib/i386/libverify.so
40592000-405b3000 r-xp 00000000 03:02 2244744 /usr/java/j2sdk1.4.1_02/jre/lib/i386/libjava.so
405b3000-405b5000 rw-p 00020000 03:02 2244744 /usr/java/j2sdk1.4.1_02/jre/lib/i386/libjava.so
405b5000-405ca000 r-xp 00000000 03:02 2244757 /usr/java/j2sdk1.4.1_02/jre/lib/i386/libzip.so
405ca000-405cc000 rw-p 00014000 03:02 2244757 /usr/java/j2sdk1.4.1_02/jre/lib/i386/libzip.so
405cc000-41c9b000 r--s 00000000 03:02 4063433 /usr/java/j2sdk1.4.1_02/jre/lib/rt.jar
41cde000-41cf5000 r--s 00000000 03:02 4063434 /usr/java/j2sdk1.4.1_02/jre/lib/sunrsasign.jar
41cf5000-41d66000 r--s 00000000 03:02 4063427 /usr/java/j2sdk1.4.1_02/jre/lib/jsse.jar
41d66000-41d79000 r--s 00000000 03:02 4063426 /usr/java/j2sdk1.4.1_02/jre/lib/jce.jar
41fa3000-41fb1000 r--s 00000000 03:02 5882119 /usr/java/j2sdk1.4.1_02/jre/lib/ext/ldapsec.jar
41fb1000-41fb4000 r-xp 00000000 03:02 360469 /usr/lib/libgmodule-2.0.so.0.200.1
41fb4000-41fb5000 rw-p 00002000 03:02 360469 /usr/lib/libgmodule-2.0.so.0.200.1
41fb5000-41fc0000 r-xp 00000000 03:02 3604529 /lib/libnss_files-2.3.2.so
41fc0000-41fc1000 rw-p 0000a000 03:02 3604529 /lib/libnss_files-2.3.2.so
41fc1000-41fde000 r--s 00000000 03:02 5882121 /usr/java/j2sdk1.4.1_02/jre/lib/ext/sunjce_provider.jar
41fde000-41fe3000 r--s 00000000 03:02 6078730 /usr/bin/eclipse/startup.jar
41fe3000-41ffb000 r--s 00000000 03:02 147613 /usr/bin/eclipse/plugins/org.eclipse.core.boot_2.1.0/boot.ja r
41ffb000-41fff000 r-xp 00000000 03:02 360473 /usr/lib/libgthread-2.0.so.0.200.1
41fff000-42000000 rw-p 00003000 03:02 360473 /usr/lib/libgthread-2.0.so.0.200.1
42000000-4212f000 r-xp 00000000 03:02 475147 /lib/tls/libc-2.3.2.so
4212f000-42132000 rw-p 0012f000 03:02 475147 /lib/tls/libc-2.3.2.so
42134000-423f0000 r--s 00000000 03:02 4063414 /usr/java/j2sdk1.4.1_02/jre/lib/charsets.jar
4c471000-4c671000 r--p 00000000 03:02 475149 /usr/lib/locale/locale-archive
4c875000-4c914000 r--s 00000000 03:02 5882120 /usr/java/j2sdk1.4.1_02/jre/lib/ext/localedata.jar
4c995000-4c9ca000 r--s 00000000 03:02 2900241 /usr/bin/eclipse/plugins/org.eclipse.core.runtime_2.1.0/runt ime.jar
4c9ca000-4ca19000 r--s 00000000 03:02 82094 /usr/bin/eclipse/plugins/org.eclipse.ui.views_2.1.0/views.ja r
4ca19000-4cc30000 r--s 00000000 03:02 4129080 /usr/bin/eclipse/plugins/org.eclipse.ui.workbench_2.1.0/work bench.jar
4cc30000-4cc9c000 r--s 00000000 03:02 6078687 /usr/bin/eclipse/plugins/org.eclipse.jface_2.1.0/jface.jar
4cc9c000-4cd4d000 r--s 00000000 03:02 5996843 /usr/bin/eclipse/plugins/org.eclipse.swt.gtk_2.1.0/ws/gtk/sw t.jar
4cd4d000-4cdda000 r--s 00000000 03:02 3784932 /usr/bin/eclipse/plugins/org.eclipse.core.resources_2.1.0/re sources.jar
4cdda000-4cdf0000 r--s 00000000 03:02 2343098 /usr/bin/eclipse/plugins/org.apache.xerces_4.0.7/xmlParserAP Is.jar
4cdf0000-4cf0f000 r--s 00000000 03:02 2343100 /usr/bin/eclipse/plugins/org.apache.xerces_4.0.7/xercesImpl. jar
4cf0f000-4cf76000 r--s 00000000 03:02 32833 /usr/bin/eclipse/plugins/org.eclipse.team.cvs.core_2.1.0/cvs .jar
4cf76000-4cfa9000 r--s 00000000 03:02 3129596 /usr/bin/eclipse/plugins/org.eclipse.search_2.1.0/search.jar
4cfa9000-4cfb7000 r--s 00000000 03:02 1261762 /usr/bin/eclipse/plugins/org.eclipse.pde_2.1.0/pde.jar
4cfb7000-4d210000 r--s 00000000 03:02 884965 /usr/bin/eclipse/plugins/org.eclipse.jdt.core_2.1.0/jdtcore. jar
4d210000-4d250000 r--s 00000000 03:02 4391036 /usr/bin/eclipse/plugins/org.eclipse.jdt.junit_2.1.0/junitsu pport.jar
4d250000-4d266000 r--s 00000000 03:02 7094457 /usr/bin/eclipse/plugins/org.eclipse.help.ui_2.1.0/helpworkb ench.jar
4d266000-4d2c7000 r--s 00000000 03:02 5013705 /usr/bin/eclipse/plugins/org.eclipse.compare_2.1.0/compare.j ar
4d2c7000-4d2ce000 r--s 00000000 03:02 5996842 /usr/bin/eclipse/plugins/org.eclipse.swt.gtk_2.1.0/ws/gtk/sw t-pi.jar
4d2ce000-4d2f8000 r-xp 00000000 03:02 6963411 /usr/bin/eclipse/plugins/org.eclipse.swt.gtk_2.1.0/os/linux/ x86/libswt-pi-gtk-2133.so
4d2f8000-4d2fa000 rw-p 00029000 03:02 6963411 /usr/bin/eclipse/plugins/org.eclipse.swt.gtk_2.1.0/os/linux/ x86/libswt-pi-gtk-2133.so
4d2fa000-4d300000 r--s 00000000 03:02 4702393 /usr/lib/gconv/gconv-modules.cache
4d300000-4d301000 r-xp 00000000 03:02 3342604 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
4d301000-4d302000 rw-p 00000000 03:02 3342604 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
4d302000-4d303000 r-xp 00000000 03:02 4702338 /usr/lib/gconv/ISO8859-1.so
4d303000-4d304000 rw-p 00001000 03:02 4702338 /usr/lib/gconv/ISO8859-1.so
4d304000-4d306000 r-xp 00000000 03:02 4194484 /usr/lib/pango/1.2.0/modules/pango-basic-xft.so
4d306000-4d307000 rw-p 00001000 03:02 4194484 /usr/lib/pango/1.2.0/modules/pango-basic-xft.so
4d307000-4d308000 r-xp 00000000 03:02 6963410 /usr/bin/eclipse/plugins/org.eclipse.swt.gtk_2.1.0/os/linux/ x86/libswt-gnome-gtk-2133.so
4d308000-4d309000 rw-p 00001000 03:02 6963410 /usr/bin/eclipse/plugins/org.eclipse.swt.gtk_2.1.0/os/linux/ x86/libswt-gnome-gtk-2133.so
4d309000-4d30a000 r-xp 00000000 03:02 3932275 /usr/kerberos/lib/libcom_err.so.3.0
4d30a000-4d30b000 rw-p 00001000 03:02 3932275 /usr/kerberos/lib/libcom_err.so.3.0
4d30c000-4d375000 r-xp 00000000 03:02 360467 /usr/lib/libglib-2.0.so.0.200.1
4d375000-4d376000 rw-p 00069000 03:02 360467 /usr/lib/libglib-2.0.so.0.200.1
4d376000-4d5bf000 r-xp 00000000 03:02 360589 /usr/lib/libgtk-x11-2.0.so.0.200.1
4d5bf000-4d5c8000 rw-p 00248000 03:02 360589 /usr/lib/libgtk-x11-2.0.so.0.200.1
4d5ca000-4d633000 r-xp 00000000 03:02 360566 /usr/lib/libgdk-x11-2.0.so.0.200.1
4d633000-4d638000 rw-p 00069000 03:02 360566 /usr/lib/libgdk-x11-2.0.so.0.200.1
4d638000-4d64f000 r-xp 00000000 03:02 360475 /usr/lib/libatk-1.0.so.0.200.0
4d64f000-4d651000 rw-p 00016000 03:02 360475 /usr/lib/libatk-1.0.so.0.200.0
4d651000-4d663000 r-xp 00000000 03:02 360570 /usr/lib/libgdk_pixbuf-2.0.so.0.200.1
4d663000-4d664000 rw-p 00011000 03:02 360570 /usr/lib/libgdk_pixbuf-2.0.so.0.200.1
4d664000-4d670000 r-xp 00000000 03:02 360567 /usr/lib/libpangox-1.0.so.0.200.1
4d670000-4d671000 rw-p 0000b000 03:02 360567 /usr/lib/libpangox-1.0.so.0.200.1
4d671000-4d698000 r-xp 00000000 03:02 360563 /usr/lib/libpango-1.0.so.0.200.1
4d698000-4d6a4000 rw-p 00026000 03:02 360563 /usr/lib/libpango-1.0.so.0.200.1
4d6a4000-4d6d7000 r-xp 00000000 03:02 360471 /usr/lib/libgobject-2.0.so.0.200.1
4d6d7000-4d6d9000 rw-p 00032000 03:02 360471 /usr/lib/libgobject-2.0.so.0.200.1
4d6d9000-4d6f9000 r-xp 00000000 03:02 360569 /usr/lib/libpangoxft-1.0.so.0.200.1
4d6f9000-4d6fa000 rw-p 0001f000 03:02 360569 /usr/lib/libpangoxft-1.0.so.0.200.1
4d6fa000-4d6fd000 r-xp 00000000 03:02 3260574 /usr/X11R6/lib/libXrandr.so.2.0
4d6fd000-4d6fe000 rw-p 00002000 03:02 3260574 /usr/X11R6/lib/libXrandr.so.2.0
4d6fe000-4d705000 r-xp 00000000 03:02 3260444 /usr/X11R6/lib/libXi.so.6.0
4d705000-4d706000 rw-p 00006000 03:02 3260444 /usr/X11R6/lib/libXi.so.6.0
4d706000-4d713000 r-xp 00000000 03:02 3260438 /usr/X11R6/lib/libXext.so.6.4
4d713000-4d714000 rw-p 0000c000 03:02 3260438 /usr/X11R6/lib/libXext.so.6.4
4d714000-4d725000 r-xp 00000000 03:02 3260572 /usr/X11R6/lib/libXft.so.2.1
4d725000-4d726000 rw-p 00010000 03:02 3260572 /usr/X11R6/lib/libXft.so.2.1
4d726000-4d72d000 r-xp 00000000 03:02 3260456 /usr/X11R6/lib/libXrender.so.1.2
4d72d000-4d72e000 rw-p 00006000 03:02 3260456 /usr/X11R6/lib/libXrender.so.1.2
4d72e000-4d74f000 r-xp 00000000 03:02 360519 /usr/lib/libfontconfig.so.1.0
4d74f000-4d752000 rw-p 00021000 03:02 360519 /usr/lib/libfontconfig.so.1.0
4d753000-4d82f000 r-xp 00000000 03:02 3260430 /usr/X11R6/lib/libX11.so.6.2
4d82f000-4d832000 rw-p 000db000 03:02 3260430 /usr/X11R6/lib/libX11.so.6.2
4d832000-4d87e000 r-xp 00000000 03:02 360516 /usr/lib/libfreetype.so.6.3.2
4d87e000-4d882000 rw-p 0004c000 03:02 360516 /usr/lib/libfreetype.so.6.3.2
4d883000-4d8a1000 r-xp 00000000 03:02 360457 /usr/lib/libexpat.so.0.4.0
4d8a1000-4d8a3000 rw-p 0001e000 03:02 360457 /usr/lib/libexpat.so.0.4.0
4d8a3000-4d8c8000 r-xp 00000000 03:02 6963412 /usr/bin/eclipse/plugins/org.eclipse.swt.gtk_2.1.0/os/linux/ x86/libswt-gtk-2133.so
4d8c8000-4d8ca000 rw-p 00025000 03:02 6963412 /usr/bin/eclipse/plugins/org.eclipse.swt.gtk_2.1.0/os/linux/ x86/libswt-gtk-2133.so
4d8ca000-4d8d6000 r-xp 00000000 03:02 2539541 /usr/lib/gtk-2.0/2.2.0/engines/libbluecurve.so
4d8d6000-4d8d7000 rw-p 0000b000 03:02 2539541 /usr/lib/gtk-2.0/2.2.0/engines/libbluecurve.so
4d8d7000-4d8e9000 r--s 00000000 03:02 1261746 /usr/bin/eclipse/plugins/org.eclipse.text_2.1.0/text.jar
4d8e9000-4d8f1000 r-xp 00000000 03:02 3260569 /usr/X11R6/lib/libXcursor.so.1.0
4d8f1000-4d8f2000 rw-p 00007000 03:02 3260569 /usr/X11R6/lib/libXcursor.so.1.0
4d8f2000-4d944000 r--s 00000000 03:02 5882087 /usr/bin/eclipse/plugins/org.eclipse.update.core_2.1.0/updat ecore.jar
4d944000-4d971000 r--s 00000000 03:02 1933390 /usr/bin/eclipse/plugins/org.eclipse.help_2.1.0/help.jar
4d971000-4d9c7000 r--s 00000000 03:02 5619942 /usr/bin/eclipse/plugins/org.eclipse.jface.text_2.1.0/jfacet ext.jar
4d9c7000-4da41000 r--s 00000000 03:02 3916089 /usr/bin/eclipse/plugins/org.eclipse.debug.ui_2.1.0/dtui.jar
4da41000-4de0e000 r--s 00000000 03:02 6979811 /usr/bin/eclipse/plugins/org.eclipse.jdt.ui_2.1.0/jdt.jar
4de0e000-4dedc000 r--s 00000000 03:02 1687820 /usr/bin/eclipse/plugins/org.eclipse.team.cvs.ui_2.1.0/teamc vsui.jar
4dedc000-4e06d000 r--s 00000000 03:02 4849862 /usr/bin/eclipse/plugins/org.eclipse.pde.ui_2.1.0/pdeui.jar
4e06d000-4e109000 r--s 00000000 03:02 688421 /usr/bin/eclipse/plugins/org.eclipse.update.ui_2.1.0/updateu i.jar
4e109000-4e1c8000 r--s 00000000 03:02 442543 /usr/bin/eclipse/plugins/org.eclipse.jdt.debug.ui_2.1.0/jdiu i.jar
4e1c8000-4e294000 r--s 00000000 03:02 4620517 /usr/bin/eclipse/plugins/org.eclipse.ui.externaltools_2.1.0/ externaltools.jar
4e294000-4e29b000 r--s 00000000 03:02 1228983 /usr/bin/eclipse/plugins/org.eclipse.ant.core_2.1.0/antsuppo rt.jar
4e29b000-4e2b2000 r--s 00000000 03:02 4522155 /usr/bin/eclipse/plugins/org.eclipse.team.core_2.1.0/team.ja r
4e2b2000-4e2cc000 r--s 00000000 03:02 442527 /usr/bin/eclipse/plugins/org.eclipse.ui.editors_2.1.0/editor s.jar
4e2cc000-4e2de000 r--p 00000000 03:02 2113642 /usr/X11R6/lib/X11/fonts/Type1/l048013t.pfa
4e2de000-4e2ee000 r--s 00000000 03:02 2080965 /usr/bin/eclipse/plugins/org.eclipse.pde.runtime_2.1.0/pdert .jar
4e2ee000-4e335000 r--s 00000000 03:02 409736 /usr/bin/eclipse/plugins/org.eclipse.team.ui_2.1.0/teamui.ja r
4e3b6000-4e3ee000 r--s 00000000 03:02 5669147 /usr/bin/eclipse/plugins/org.eclipse.ui.workbench.texteditor _2.1.0/texteditor.jar
4e3ee000-4e40c000 r--s 00000000 03:02 4391019 /usr/bin/eclipse/plugins/org.eclipse.debug.core_2.1.0/dtcore .jar
4e40c000-4e418000 r--s 00000000 03:02 6160648 /usr/bin/eclipse/plugins/org.eclipse.jdt.debug_2.1.0/jdi.jar
4e418000-4e4b8000 r--s 00000000 03:02 6160649 /usr/bin/eclipse/plugins/org.eclipse.jdt.debug_2.1.0/jdimode l.jar
4e4b8000-4e4dc000 r--s 00000000 03:02 6389959 /usr/bin/eclipse/plugins/org.eclipse.jdt.launching_2.1.0/lau nching.jar
4e5de000-4e5ea000 r--s 00000000 03:02 3702975 /usr/bin/eclipse/plugins/org.eclipse.team.cvs.ssh_2.1.0/team cvsssh.jar
4e5ea000-4e5ed000 r-xp 00000000 03:02 3604527 /lib/libnss_dns-2.3.2.so
4e5ed000-4e5ee000 rw-p 00003000 03:02 3604527 /lib/libnss_dns-2.3.2.so
4e5f0000-4e627000 r-xp 00000000 03:02 360590 /usr/lib/libgnomevfs-2.so.0.0.0
4e627000-4e629000 rw-p 00036000 03:02 360590 /usr/lib/libgnomevfs-2.so.0.0.0
4e629000-4e63a000 r-xp 00000000 03:02 360595 /usr/lib/libbonobo-activation.so.4.0.0
4e63a000-4e63c000 rw-p 00011000 03:02 360595 /usr/lib/libbonobo-activation.so.4.0.0
4e63c000-4e675000 r-xp 00000000 03:02 360530 /usr/lib/libORBit-2.so.0.0.0
4e675000-4e67e000 rw-p 00038000 03:02 360530 /usr/lib/libORBit-2.so.0.0.0
4e67e000-4e75d000 r-xp 00000000 03:02 360593 /usr/lib/libxml2.so.2.5.4
4e75d000-4e768000 rw-p 000de000 03:02 360593 /usr/lib/libxml2.so.2.5.4
4e769000-4e775000 r-xp 00000000 03:02 360551 /usr/lib/libz.so.1.1.4
4e775000-4e777000 rw-p 0000b000 03:02 360551 /usr/lib/libz.so.1.1.4
4e777000-4e77e000 r-xp 00000000 03:02 360497 /usr/lib/liblinc.so.1.0.0
4e77e000-4e77f000 rw-p 00006000 03:02 360497 /usr/lib/liblinc.so.1.0.0
4e77f000-4e7b2000 r-xp 00000000 03:02 360586 /usr/lib/libgconf-2.so.4.1.0
4e7b2000-4e7b5000 rw-p 00033000 03:02 360586 /usr/lib/libgconf-2.so.4.1.0
4e7b5000-4e7e7000 r-xp 00000000 03:02 3604523 /lib/libssl.so.0.9.7a
4e7e7000-4e7ea000 rw-p 00032000 03:02 3604523 /lib/libssl.so.0.9.7a
4e7ea000-4e8c6000 r-xp 00000000 03:02 3604516 /lib/libcrypto.so.0.9.7a
4e8c6000-4e8d8000 rw-p 000db000 03:02 3604516 /lib/libcrypto.so.0.9.7a
4e8db000-4e8e1000 r-xp 00000000 03:02 475372 /lib/tls/librt-2.3.2.so
4e8e1000-4e8e3000 rw-p 00005000 03:02 475372 /lib/tls/librt-2.3.2.so
4e8ed000-4e8f4000 r-xp 00000000 03:02 360501 /usr/lib/libpopt.so.0.0.0
4e8f4000-4e8f5000 rw-p 00006000 03:02 360501 /usr/lib/libpopt.so.0.0.0
4e8f5000-4e904000 r-xp 00000000 03:02 3604524 /lib/libresolv-2.3.2.so
4e904000-4e905000 rw-p 0000f000 03:02 3604524 /lib/libresolv-2.3.2.so
4e907000-4e919000 r-xp 00000000 03:02 3932165 /usr/kerberos/lib/libgssapi_krb5.so.2.2
4e919000-4e91a000 rw-p 00011000 03:02 3932165 /usr/kerberos/lib/libgssapi_krb5.so.2.2
4e91a000-4e976000 r-xp 00000000 03:02 3932172 /usr/kerberos/lib/libkrb5.so.3.1
4e976000-4e978000 rw-p 0005c000 03:02 3932172 /usr/kerberos/lib/libkrb5.so.3.1
4e978000-4e987000 r-xp 00000000 03:02 3932167 /usr/kerberos/lib/libk5crypto.so.3.0
4e987000-4e988000 rw-p 0000f000 03:02 3932167 /usr/kerberos/lib/libk5crypto.so.3.0
4ec8e000-4eca0000 r--p 00000000 03:02 2113644 /usr/X11R6/lib/X11/fonts/Type1/l048016t.pfa
4eca0000-4ecb0000 r-xp 00000000 03:02 2244753 /usr/java/j2sdk1.4.1_02/jre/lib/i386/libnet.so
4ecb0000-4ecb2000 rw-p 0000f000 03:02 2244753 /usr/java/j2sdk1.4.1_02/jre/lib/i386/libnet.so
4ecc4000-4eccf000 r-xp 00000000 03:02 3604559 /lib/libnss_nisplus-2.3.2.so
4eccf000-4ecd0000 rw-p 0000a000 03:02 3604559 /lib/libnss_nisplus-2.3.2.so

Local Time = Mon May 19 16:34:44 2003
Elapsed Time = 72
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.1_02-b06 mixed mode)
#

--------------050409080008040707020608--
Re: add new project to CVS repository [message #31742 is a reply to message #30445] Tue, 20 May 2003 11:50 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

A better way to do this would be to export the entire original project
to outside of Eclipse. This will not export any CVS control info. The
..project file may still give you a problem, I'm not sure.

Then create a new project and import the files back into this new
project. Now you should have no problem sharing.

Doing Team->disconnect still leaves the CVS control files around. This
is so that if you do a Team->Share it can go right back to the same
place and have everything match up correctly. It must of gotton confused
with those files still laying around.

Rich
Previous Topic:trouble building weblogic ant project w/i eclipse
Next Topic:How to get a classloader for the project in a builder
Goto Forum:
  


Current Time: Tue Apr 29 00:15:40 EDT 2025

Powered by FUDForum. Page generated in 0.49325 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top