Can't build WOLips since moving to Lion
Pascal Robert <[email protected]> Sun, 16 Oct 2011 16:43:45 -0400
| Newsgroups | gmane.comp.web.webobjects.woproject.devel |
|---|---|
| Message-ID | <[email protected]> |
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)?
The error:
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
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