Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] First re-spin build 200803241015 available

My mistake.  I forgot to copy the jars from TAU into the .tau.jars plugin.  We'll need to make sure that step is in the docs somewhere...

-Wyatt

On Tue, Mar 25, 2008 at 1:41 PM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
I'm not sure that this is causing the problem. The build.properties are only used when building the plug-in and determine what gets put into the jar file. The bundle manifest still includes the jar files in the classpath.

Greg

On Mar 25, 2008, at 9:07 AM, wspear wrote:
I can't get at the code right now, but I found this change in the CVS logs which is where the problem must've been introduced.  The jar files were removed from the tau.jar plugin's bin.include list.

-Wyatt

*** build.properties    20 Feb 2008 20:17:08 -0000      1.1
--- build.properties    24 Mar 2008 14:12:37 -0000      1.2
***************
*** 1,14 ****
 bin.includes = META-INF/,\
!                batik-combined.jar,\
!                jargs.jar,\
!                jcommon-0.9.6.jar,\
!                jfreechart-0.9.21.jar,\
!                jgraph.jar,\
!                jogl.jar,\
!                jython.jar,\
!                paraprof.jar,\
!                perfdmf.jar,\
!                tau-common.jar,\
!                vis.jar,\
!                xerces.jar,\
!                copy_tau_jars.sh
--- 1,3 ----
 bin.includes = META-INF/,\
!                copy_tau_jars.sh,\
!                about.html

On Mon, Mar 24, 2008 at 11:42 PM, wspear <wspear@xxxxxxxxxxxxxx> wrote:
There is definitely something amiss with the TAU package.  It's not an error I've ever seen in previous deployments, or when I use plugins built from CVS though:
java.lang.NoClassDefFoundError: edu/uoregon/tau/perfdmf/DataSource
This prevents performance launch configurations from loading or saving properly.
The jar containing that class is included in the jars package, so maybe something has gone wrong in the TAU plugins' classpath settings during the plugin export?

I also noticed a null pointer exceptions from pldt plugins in the workspace error log, but I didn't see that it caused any user-detectable trouble inside Eclipse.

-Wyatt


On Mon, Mar 24, 2008 at 10:29 AM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
Hi all,

I've just uploaded a re-spin build. This build includes bug fixes for
LL/PE and the debugger, as we as missing files from the plugins. I've
also added the TAU package, so please test this to make sure it is
working correctly.

Regards,

Greg
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top