Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iam-dev] Testing the new builder on Archiva

Hi guys,

Abel and Mike did a test on Cocoon so I tried testing on Archiva. The good news is, I didn't encounter Permgen space error anymore. The bad news are 1) it took 8 hours from import to building the entire project 2) all the projects are in error. All projects have "Error generating metadata:" and some projects that has test classes are in error also. I didn't noted what are those test classes and projects.

The log file is 838mb so I decided to chop it into chunks because it cannot be opened in any editor. You can download the zipped log file from http://allan.keithics.com/archiva-trace.zip



Test details:

Enviroment
   ubuntu 8.1
   dell machine with Intel Core Duo CPU
   1G RAM
   eclipse-j2ee-ganymede-SR1


Trace Option File

# Global trace switch for this plug-in
org.eclipse.iam.core/debug=true
# Trace for events related to the eclipse artifact resolver
org.eclipse.iam.core/debug/artifact-resolver=true
# This switch enables/disables time information in every other trace
org.eclipse.iam.core/debug/timing=true

# Global trace switch for this plug-in
org.eclipse.iam.jdt.core/debug=true
# Trace for events related to the resource listener
org.eclipse.iam.jdt.core/debug/jdtResourceListener=true
# Trace for events related to classpath updates
org.eclipse.iam.jdt.core/debug/classpathUpdate=true
# Trace for events related to the maven incremental builder
org.eclipse.iam.jdt.core/debug/mavenBuilder=true
# This switch enables/disables time information in every other trace
org.eclipse.iam.jdt.core/debug/timing=true

# Global trace switch for this plug-in
org.eclipse.iam.jdt.ui/debug=true
# Trace for events related to importing projects
org.eclipse.iam.jdt.ui/debug/import=true
# Trace for events related to scanning for projects
org.eclipse.iam.jdt.ui/debug/scanning=true
# Trace for events related to enabling Maven management of dependencies for projects
org.eclipse.iam.jdt.ui/debug/enable=true
# This switch enables/disables time information in every other trace
org.eclipse.iam.jdt.ui/debug/timing=true

# Global trace switch for this plug-in
org.eclipse.iam.wtp.core/debug=true
# Trace for events related to assigning classpath attributes
# to classpath container and individual entries.
org.eclipse.iam.wtp.core/debug/classpathAttributeProvider=true
# Trace for events related to postprocessing projects
org.eclipse.iam.wtp.core/debug/postprocessor=true
# This switch enables/disables time information in every trace
org.eclipse.iam.wtp.core/debug/timing=true



Back to the top