Re: Can't get the latest nightly upgrade

From: Watkins, Garry (gwatkin..otleyrice.com)
Date: Tue May 16 2006 - 09:35:08 EDT

  • Next message: Ulrich Köster: "Re: Can't get the latest nightly upgrade"

    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.getWOJavaArch
    >>> ive(JavaProjectClasspath.java:488)
    >>>     at
    >>> org.objectstyle.wolips.launching.classpath.WORuntimeClasspathProvider.resolv
    >>> eClasspath(WORuntimeClasspathProvider.java:136)
    >>>     at
    >>> org.eclipse.jdt.internal.launching.RuntimeClasspathProvider.resolveClasspath
    >>> (RuntimeClasspathProvider.java:60)
    >>>     at
    >>> org.eclipse.jdt.launching.JavaRuntime.resolveRuntimeClasspath(JavaRuntime.ja
    >>> va:1182)
    >>>     at
    >>> org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getClasspa
    >>> th(AbstractJavaLaunchConfigurationDelegate.java:415)
    >>>     at
    >>> org.objectstyle.wolips.launching.delegates.WOJavaLocalApplicationLaunchConfi
    >>> gurationDelegate.getClasspath(WOJavaLocalApplicationLaunchConfigurationDeleg
    >>> ate.java:145)
    >>>     at
    >>> org.objectstyle.wolips.launching.delegates.WOJavaLocalApplicationLaunchConfi
    >>> gurationDelegate.launch(WOJavaLocalApplicationLaunchConfigurationDelegate.ja
    >>> va:240)
    >>>     at
    >>> org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
    >>> on.java:639)
    >>>     at
    >>> org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
    >>> on.java:565)
    >>>     at
    >>> org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.jav
    >>> a: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(JavaRu
    >>> ntime.java:602)
    >>>     at
    >>> org.objectstyle.wolips.launching.classpath.WORuntimeClasspathProvider.resolv
    >>> eClasspath(WORuntimeClasspathProvider.java:137)
    >>>     at
    >>> org.eclipse.jdt.internal.launching.RuntimeClasspathProvider.resolveClasspath
    >>> (RuntimeClasspathProvider.java:60)
    >>>     at
    >>> org.eclipse.jdt.launching.JavaRuntime.resolveRuntimeClasspath(JavaRuntime.ja
    >>> va:1182)
    >>>     at
    >>> org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.getClasspa
    >>> th(AbstractJavaLaunchConfigurationDelegate.java:415)
    >>>     at
    >>> org.objectstyle.wolips.launching.delegates.WOJavaLocalApplicationLaunchConfi
    >>> gurationDelegate.getClasspath(WOJavaLocalApplicationLaunchConfigurationDeleg
    >>> ate.java:145)
    >>>     at
    >>> org.objectstyle.wolips.launching.delegates.WOJavaLocalApplicationLaunchConfi
    >>> gurationDelegate.launch(WOJavaLocalApplicationLaunchConfigurationDelegate.ja
    >>> va:240)
    >>>     at
    >>> org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
    >>> on.java:639)
    >>>     at
    >>> org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfigurati
    >>> on.java:565)
    >>>     at
    >>> org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.jav
    >>> a: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.



    This archive was generated by hypermail 2.0.0 : Tue May 16 2006 - 09:35:27 EDT