Due to licensing restrictions, activation.jar as been removed from the CVS. You will have to get the file from Sun and place it in the lib directrory.
http://java.sun.com/products/javabeans/glasgow/jaf.html
Paul Spencer
Gabriel Santonja wrote:
On Tue, 11 Feb 2003 08:37:40 -0500
Paul Spencer <[EMAIL PROTECTED]> wrote:
Gabriel,Oh, my log file in attachment has disapeared.
And the error you are getting is?
5 errors like that:
[javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:82: package javax.activation does not exist
[javac] import javax.activation.FileDataSource;
for this too
[javac] import javax.activation.DataHandler;
Thanks.
_______________
so and sorry for the 80 letters by line:
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:82: package javax.activation does not exist
[javac] import javax.activation.FileDataSource;
[javac] ^
[javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:83: package javax.activation does not exist
[javac] import javax.activation.DataHandler;
[javac] ^
[javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:212: cannot resolve symbol
[javac] symbol : class FileDataSource [javac] location: class org.apache.jetspeed.modules.actions.portlets.QuestionnaireAction
[javac] FileDataSource fds = new FileDataSource(emailAttachment);
[javac] ^
[javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:212: cannot resolve symbol
[javac] symbol : class FileDataSource [javac] location: class org.apache.jetspeed.modules.actions.portlets.QuestionnaireAction
[javac] FileDataSource fds = new FileDataSource(emailAttachment);
[javac] ^
[javac] /mnt/sav2/unis16/src/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/QuestionnaireAction.java:213: cannot resolve symbol
[javac] symbol : class DataHandler [javac] location: class org.apache.jetspeed.modules.actions.portlets.QuestionnaireAction
[javac] mbp2.setDataHandler(new DataHandler(fds));
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 5 errors
BUILD FAILED
file:/mnt/sav2/unis16/src/jakarta-jetspeed/build/build.xml:300: Compile failed; see the compiler error output for details.
Total time: 23 seconds
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
