I used the update manager install to get all of the dependencies, version
123. I then rebuilt mine from source, because I have a ClasspathProvider
patch that I need installed.
How should I do it if I am using the source code build?
Thanks
On 5/16/06 9:54 AM, "Ulrich K�ster" <ulric..bjectstyle.org> wrote:
> Moin Gary,
>
> you have to install WOLips with the update manager. Drag and drop installation
> is not supported by Eclipse.�
>
> Uli
> Am 16.05.2006 um 15:35 schrieb Watkins, Garry:
>
>> I solved the problem with Problem with new WOApplication and WOFramework
>> projects. �I had to use the unjarred version of the
>> org.objectstyle.wolips.templateengine_2.0.0.124. �I will let you know if I
>> can reproduce the problem that I had earlier.
>>
>> Thanks
>> Garry
>>
>> On 5/16/06 9:25 AM, "Watkins, Garry" <gwatkin..otleyrice.com> wrote:
>>
>>
>>> I can�t reproduce it now, because I can�t get a new project created with all
>>> of the base files that are needed (separate problem see below). �I got
>>> frustrated and deleted the other project that was having the problem.
>>> �However, all of my existing projects work with both ant and incremental.
>>> �Where is the �Refresh...� option set?
>>>
>>> My setup is:
>>>
>>> Mac OS/X 10.4.6
>>> Java 1.4.2 and Java 5 (it did it using both)
>>> I think that I was using the ant build.
>>>
>>> Problem with new WOApplication and WOFramework projects. �I think this may
>>> be because I am using all .jar files in the plugins directory, I am not sure
>>> which jar should be expanded.
>>>
>>> It is only creating the folders: src, Main.wo, bin, and woproject.
>>> It is not generating any of the other files except �.project�.
>>> It only creates the .project file with theses contents. �Note: �it doesn�t
>>> have any of the natures set up.
>>>
>>> <?xml version="1.0" encoding="UTF-8"?> <projectDescription>
>>> ���<name>Test</name> ���<comment></comment> ���<projects> ���</projects>
>>> ���<buildSpec> ���</buildSpec> ���<natures> ���</natures>
>>> </projectDescription>
>>>
>>> Thanks
>>> Garry
>>>
>>> On 5/16/06 2:49 AM, "Ulrich K�ster" <ulric..bjectstyle.org> wrote:
>>>
>>>
>>>> Moin Garry,
>>>>
>>>> incremental or ant builder? Default output location?
>>>>
>>>> Is the "Refresh workspace automatically" option enabled? Win or Mac?
>>>>
>>>> Steps to reproduce it.
>>>>
>>>> Uli
>>>> Am 15.05.2006 um 22:43 schrieb Watkins, Garry:
>>>>
>>>>
>>>>> I just upgraded and I am getting the following exceptions when trying to
>>>>> launch:
>>>>> �
>>>>> �!ENTRY org.eclipse.core.jobs 4 2 2006-05-15 16:27:42.783
>>>>> �!MESSAGE An internal error occurred during: "Launching".
>>>>> �!STACK 0
>>>>> �java.lang.NullPointerException
>>>>> �����at
>>>>> org.objectstyle.wolips.datasets.adaptable.JavaProjectClasspath.getWOJavaAr
>>>>> chive(JavaProjectClasspath.java:488)
>>>>> �����at
>>>>> org.objectstyle.wolips.launching.classpath.WORuntimeClasspathProvider.reso
>>>>> lveClasspath(WORuntimeClasspathProvider.java:136)
>>>>> �����at
>>>>> org.eclipse.jdt.internal.launching.RuntimeClasspathProvider.resolveClasspa
>>>>> th(RuntimeClasspathProvider.java:60)
>>>>> �����at
>>>>> org.eclipse.jdt.launching.JavaRuntime.resolveRuntimeClasspath(JavaRuntime.
>>>>> java:1182)
>>>>> �����at
>>>>> org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getClass
>>>>> path(AbstractJavaLaunchConfigurationDelegate.java:415)
>>>>> �����at
>>>>> org.objectstyle.wolips.launching.delegates.WOJavaLocalApplicationLaunchCon
>>>>> figurationDelegate.getClasspath(WOJavaLocalApplicationLaunchConfigurationD
>>>>> elegate.java:145)
>>>>> �����at
>>>>> org.objectstyle.wolips.launching.delegates.WOJavaLocalApplicationLaunchCon
>>>>> figurationDelegate.launch(WOJavaLocalApplicationLaunchConfigurationDelegat
>>>>> e.java:240)
>>>>> �����at
>>>>> org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigura
>>>>> tion.java:639)
>>>>> �����at
>>>>> org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigura
>>>>> tion.java:565)
>>>>> �����at
>>>>> org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.j
>>>>> ava:754)
>>>>> �����at
>>>>> org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
>>>>> �����at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
>>>>> �
>>>>> �
>>>>> �I fixed the first one (put a not null check on line 488) and it gave me
>>>>> this error instead.
>>>>> �
>>>>> �!ENTRY org.eclipse.core.jobs 4 2 2006-05-15 16:40:19.085
>>>>> �!MESSAGE An internal error occurred during: "Launching".
>>>>> �!STACK 0
>>>>> �org.eclipse.core.runtime.AssertionFailedException: assertion failed:
>>>>> Library path cannot be null
>>>>> �����at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109)
>>>>> �����at org.eclipse.jdt.core.JavaCore.newLibraryEntry(JavaCore.java:3371)
>>>>> �����at org.eclipse.jdt.core.JavaCore.newLibraryEntry(JavaCore.java:3268)
>>>>> �����at
>>>>> org.eclipse.jdt.launching.JavaRuntime.newArchiveRuntimeClasspathEntry(Java
>>>>> Runtime.java:602)
>>>>> �����at
>>>>> org.objectstyle.wolips.launching.classpath.WORuntimeClasspathProvider.reso
>>>>> lveClasspath(WORuntimeClasspathProvider.java:137)
>>>>> �����at
>>>>> org.eclipse.jdt.internal.launching.RuntimeClasspathProvider.resolveClasspa
>>>>> th(RuntimeClasspathProvider.java:60)
>>>>> �����at
>>>>> org.eclipse.jdt.launching.JavaRuntime.resolveRuntimeClasspath(JavaRuntime.
>>>>> java:1182)
>>>>> �����at
>>>>> org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getClass
>>>>> path(AbstractJavaLaunchConfigurationDelegate.java:415)
>>>>> �����at
>>>>> org.objectstyle.wolips.launching.delegates.WOJavaLocalApplicationLaunchCon
>>>>> figurationDelegate.getClasspath(WOJavaLocalApplicationLaunchConfigurationD
>>>>> elegate.java:145)
>>>>> �����at
>>>>> org.objectstyle.wolips.launching.delegates.WOJavaLocalApplicationLaunchCon
>>>>> figurationDelegate.launch(WOJavaLocalApplicationLaunchConfigurationDelegat
>>>>> e.java:240)
>>>>> �����at
>>>>> org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigura
>>>>> tion.java:639)
>>>>> �����at
>>>>> org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigura
>>>>> tion.java:565)
>>>>> �����at
>>>>> org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.j
>>>>> ava:754)
>>>>> �����at
>>>>> org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:944)
>>>>> �����at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
>>>>> � �
>>>>> �
>>>>> Confidential & Privileged
>>>>> Unless otherwise indicated or obvious from its nature, the information
>>>>> contained in this communication is attorney-client privileged and
>>>>> confidential information/work product. This communication is intended for
>>>>> the use of the individual or entity named above.� If the reader of this
>>>>> communication�is not the intended recipient, you are hereby notified that
>>>>> any dissemination, distribution or copying of this communication is
>>>>> strictly prohibited.� If you have received this communication in error or
>>>>> are not sure whether it is privileged, please immediately notify us by
>>>>> return e-mail and destroy any copies--electronic, paper or
>>>>> otherwise--which you may have of this communication.
>>>>>
>>>>
>>>>
>>>>
>>>> �
>>>> Mit freundlichen Gr��en
>>>>
>>>> Ulrich K�ster
>>>>
>>>> Assense Software Solutions GmbH
>>>> Stadtdeich 27
>>>> 20097 Hamburg
>>>>
>>>> Fernsprecher:�� ��+49 (0)40 3037579-0
>>>> Fernkopierer:�� ��+49 (0)40 3037579-9
>>>>
>>>>
>>>>
>>>> �
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>> --
>> Garry Watkins
>>
>> Database Administrator
>> Motley Rice LLC
>> 843-216-9639
>>
>>
>> �
>> Confidential & Privileged
>> Unless otherwise indicated or obvious from its nature, the information
>> contained in this communication is attorney-client privileged and
>> confidential information/work product. This communication is intended for the
>> use of the individual or entity named above.� If the reader of this
>> communication�is not the intended recipient, you are hereby notified that any
>> dissemination, distribution or copying of this communication is strictly
>> prohibited.� If you have received this communication in error or are not sure
>> whether it is privileged, please immediately notify us by return e-mail and
>> destroy any copies--electronic, paper or otherwise--which you may have of
>> this communication.
>
>
-- Garry WatkinsDatabase Administrator Motley Rice LLC 843-216-9639
This archive was generated by hypermail 2.0.0 : Tue May 16 2006 - 10:06:25 EDT