Iam trying to emerge the struts libs, but Iam getting an error:
Code: Select all
[javac] /var/tmp/portage/struts-legacy-1.0/work/struts-legacy-1.0-src/src/java/org/apache/struts/legacy/GenericDataSource.java:75: package org.apache.commons.logging does not exist
[javac] import org.apache.commons.logging.LogFactory;
[javac] ^
[javac] /var/tmp/portage/struts-legacy-1.0/work/struts-legacy-1.0-src/src/java/org/apache/struts/legacy/GenericDataSource.java:275: cannot resolve symbol
[javac] symbol : class Log
[javac] location: class org.apache.struts.legacy.GenericDataSource
[javac] protected Log log = LogFactory.getLog(this.getClass());
[javac] ^
[javac] /var/tmp/portage/struts-legacy-1.0/work/struts-legacy-1.0-src/src/java/org/apache/struts/legacy/GenericDataSource.java:275: cannot resolve symbol
[javac] symbol : variable LogFactory
[javac] location: class org.apache.struts.legacy.GenericDataSource
[javac] protected Log log = LogFactory.getLog(this.getClass());
[javac] ^
[javac] 4 errors
Code: Select all
/usr/share/commons-logging/lib/commons-logging.jar
jdbc20ext.jar=/usr/share/jdbc2-stdext/lib/jdbc2_0-stdext.jar
jdk.version=1.4
My question is: how can I get this error out of the build.properties. If I edit it and try emerge again, it only overwrites my edited file. How can I prevent this?
Regards Marc
