Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] [eclipse-build]Build I20080206-0010 (Timestamp: 200802060010):Compile errors in build

Build I20080206-0010 (Timestamp: 200802060010):  Compile errors in build.  See attached compile logs.
Title: Compiler log for org.eclipse.pde.build_3.4.0.v20080205

Compiler log for org.eclipse.pde.build_3.4.0.v20080205 : pdebuild.jar.bin.xml

TOTAL : ERRORS: 2, WARNINGS: 13

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java : 2 errors :

1. ERROR in /src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java
 (at line 16)
import org.eclipse.equinox.p2.metadata.generator.Generator;
The import org.eclipse.equinox.p2 cannot be resolved
2. ERROR in /src/org/eclipse/pde/internal/build/AbstractScriptGenerator.java
 (at line 93)
new Generator(null);
Generator cannot be resolved to a type

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

/src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java : 1 warning :

OTHER WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/AssembleConfigScriptGenerator.java
 (at line 61)
private Boolean p2Bundles = null;
The field AssembleConfigScriptGenerator.p2Bundles is never read locally

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/src/org/eclipse/pde/internal/build/builder/ClasspathComputer2_1.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer2_1.java
 (at line 16)
import org.eclipse.core.internal.runtime.PlatformURLFragmentConnection;
Discouraged access: The type PlatformURLFragmentConnection is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.equinox.common/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer2_1.java
 (at line 17)
import org.eclipse.core.internal.runtime.PlatformURLPluginConnection;
Discouraged access: The type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.equinox.common/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer2_1.java
 (at line 263)
if (urlfragments[1].equalsIgnoreCase(PlatformURLPluginConnection.PLUGIN))
Discouraged access: The type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.equinox.common/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer2_1.java
 (at line 263)
if (urlfragments[1].equalsIgnoreCase(PlatformURLPluginConnection.PLUGIN))
Discouraged access: The field PLUGIN from the type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.equinox.common/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer2_1.java
 (at line 266)
if (urlfragments[1].equalsIgnoreCase(PlatformURLFragmentConnection.FRAGMENT))
Discouraged access: The type PlatformURLFragmentConnection is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.equinox.common/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer2_1.java
 (at line 266)
if (urlfragments[1].equalsIgnoreCase(PlatformURLFragmentConnection.FRAGMENT))
Discouraged access: The field FRAGMENT from the type PlatformURLFragmentConnection is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.equinox.common/@dot

/src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java
 (at line 19)
import org.eclipse.core.internal.runtime.PlatformURLFragmentConnection;
Discouraged access: The type PlatformURLFragmentConnection is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.equinox.common/@dot
2. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java
 (at line 20)
import org.eclipse.core.internal.runtime.PlatformURLPluginConnection;
Discouraged access: The type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.equinox.common/@dot
3. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java
 (at line 425)
if (urlfragments[1].equalsIgnoreCase(PlatformURLPluginConnection.PLUGIN) || urlfragments[1].equalsIgnoreCase(PlatformURLFragmentConnection.FRAGMENT))
Discouraged access: The type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.equinox.common/@dot
4. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java
 (at line 425)
if (urlfragments[1].equalsIgnoreCase(PlatformURLPluginConnection.PLUGIN) || urlfragments[1].equalsIgnoreCase(PlatformURLFragmentConnection.FRAGMENT))
Discouraged access: The field PLUGIN from the type PlatformURLPluginConnection is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.equinox.common/@dot
5. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java
 (at line 425)
if (urlfragments[1].equalsIgnoreCase(PlatformURLPluginConnection.PLUGIN) || urlfragments[1].equalsIgnoreCase(PlatformURLFragmentConnection.FRAGMENT))
Discouraged access: The type PlatformURLFragmentConnection is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.equinox.common/@dot
6. WARNING in /src/org/eclipse/pde/internal/build/builder/ClasspathComputer3_0.java
 (at line 425)
if (urlfragments[1].equalsIgnoreCase(PlatformURLPluginConnection.PLUGIN) || urlfragments[1].equalsIgnoreCase(PlatformURLFragmentConnection.FRAGMENT))
Discouraged access: The field FRAGMENT from the type PlatformURLFragmentConnection is not accessible due to restriction on classpath entry /builds/I/src/plugins/org.eclipse.equinox.common/@dot

Back to the top