Re: Can't build WOLips since moving to Lion

Pascal Robert <[email protected]> Sun, 16 Oct 2011 19:29:32 -0400
Newsgroups gmane.comp.web.webobjects.woproject.devel
Message-ID <[email protected]>
Le 2011-10-16 =E0 18:28, Q a =E9crit :

>=20
> What version of JProfiler?

Hum, none :-) But I do see that I forgot to re-install the JProfiler =
integration plugin (from =
http://webobjects.mdimension.com/jprofiler6/plugins/). So I installed =
it, but I'm still getting "package does not exist", even if I see =
com.jprofiler.integrations.eclipse_6.0.6.jar in the class path (by =
running ant in verbose mode).

> On 17/10/2011, at 6:43 AM, Pascal Robert wrote:
>=20
>> I finally moved to Lion two days ago, and now I'm trying to build =
WOLips, but it fails while looking for the =
com.jprofiler.integrations.eclipse.internal.ProfilingSession. I see that =
this class exists, but in it's inside internal.A.ProfilingSession, not =
internal.ProfilingSession. It was working fine before I moved to Lion, =
so I guess it might be a problem with ant 1.8 (from memory, SL was using =
1.7)?
>>=20
>> The error:
>>=20
>> fakejava:
>>   [javac] =
/Users/probert/Tools/Src/woproject/buildscripts/plugin-project.xml:55: =
warning: 'includeantruntime' was not set, defaulting to =
build.sysclasspath=3Dlast; set to false for repeatable builds
>>   [javac] Compiling 1 source file to =
/Users/probert/Tools/Src/woproject/temp/classes
>>=20
>> java:
>>   [javac] =
/Users/probert/Tools/Src/woproject/buildscripts/plugin-project.xml:32: =
warning: 'includeantruntime' was not set, defaulting to =
build.sysclasspath=3Dlast; set to false for repeatable builds
>>   [javac] Compiling 5 source files to =
/Users/probert/Tools/Src/woproject/temp/classes
>>   [javac] =
/Users/probert/Tools/Src/woproject/wolips/jprofiler/plugins/org.objectstyl=
e.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launchi=
ng/JProfilerWOJavaLocalApplicationLaunchConfigurationDelegate.java:57: =
package com.jprofiler.integrations.eclipse.internal does not exist
>>   [javac] import =
com.jprofiler.integrations.eclipse.internal.ProfilingSession;
>>   [javac]                                                   ^
>>   [javac] =
/Users/probert/Tools/Src/woproject/wolips/jprofiler/plugins/org.objectstyl=
e.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launchi=
ng/JProfilerWOJavaLocalApplicationLaunchConfigurationDelegate.java:58: =
package com.jprofiler.integrations.eclipse.internal does not exist
>>   [javac] import =
com.jprofiler.integrations.eclipse.internal.RemoteProfilingSession;
>>   [javac]                                                   ^
>>   [javac] =
/Users/probert/Tools/Src/woproject/wolips/jprofiler/plugins/org.objectstyl=
e.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launchi=
ng/JProfilerWOJavaLocalApplicationLaunchConfigurationDelegate.java:68: =
cannot find symbol
>>   [javac] symbol  : class RemoteProfilingSession
>>   [javac] location: class =
org.objectstyle.wolips.jprofiler.launching.JProfilerWOJavaLocalApplication=
LaunchConfigurationDelegate
>>   [javac] 	private RemoteProfilingSession profilingSession;
>>   [javac] 	        ^
>>   [javac] =
/Users/probert/Tools/Src/woproject/wolips/jprofiler/plugins/org.objectstyl=
e.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launchi=
ng/JProfilerWOJavaLocalApplicationLaunchConfigurationDelegate.java:72: =
cannot find symbol
>>   [javac] symbol  : variable ProfilingSession
>>   [javac] location: class =
org.objectstyle.wolips.jprofiler.launching.JProfilerWOJavaLocalApplication=
LaunchConfigurationDelegate
>>   [javac]         profilingSession =3D =
ProfilingSession.createProfilingSession(this, configuration);
>>   [javac]                            ^
>>   [javac] Note: =
/Users/probert/Tools/Src/woproject/wolips/jprofiler/plugins/org.objectstyl=
e.wolips.jprofiler.launching/java/org/objectstyle/wolips/jprofiler/launchi=
ng/JProfilerWOLocalJavaApplicationTabGroup.java uses unchecked or unsafe =
operations.
>>   [javac] Note: Recompile with -Xlint:unchecked for details.
>>   [javac] 4 errors
>>=20
>=20