Re: building from CVS

2002-09-13 Thread Bobby Mitchell



Barbara Post wrote:

  [javadoc]
E:\BP\cvs\cocoon21\xml-cocoon2\build\cocoon\src\org\apache\cocoon\co
mponents\pipeline\AbstractProcessingPipeline.java:76: Class
sun.tools.tree.ThisE
xpression not found in import.
  [javadoc] import sun.tools.tree.ThisExpression;
  [javadoc]^
  [javadoc] javadoc: warning - Import not found:
sun.tools.tree.ThisExpression -
 ignoring!

Built it 10 minutes ago. jdk 1.3.1.

Also got :

 [echo] *  Classes of the optional package Activation are not
 [echo] *  available. Apache Cocoon builds without them.
 [echo] *
 [echo] *  The SUN Activation package is required for the AxisRPCReader
clas
s
 [echo] *
 [echo] *  Recovery:
 [echo] *  Get the SUN Activation package and place the jar in the
lib/local
 dir

Which activation package ?

Could it be the JavaBeans Activation Framework?
http://java.sun.com/products/javabeans/glasgow/jaf.html



And also this message at the beginning :

[available] DEPRECATED - available used to override an existing property.
[available]   Build file should not reuse the same property name for
different v
alues.

What does this exactly mean ?

Babs


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]


-- 
Robert J. (Bobby) Mitchell
Systems Administrator
NASA Institute for Advanced Concepts
555A 14th St Atlanta, Ga. 30318
Phone: (404)347-9633 Fax: (404)347-9638





-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




RE: building from CVS

2002-09-13 Thread Piroumian Konstantin

 From: Barbara Post [mailto:[EMAIL PROTECTED]] 
 
   [javadoc]
 E:\BP\cvs\cocoon21\xml-cocoon2\build\cocoon\src\org\apache\cocoon\co
 mponents\pipeline\AbstractProcessingPipeline.java:76: Class
 sun.tools.tree.ThisE
 xpression not found in import.
   [javadoc] import sun.tools.tree.ThisExpression;
   [javadoc]^
   [javadoc] javadoc: warning - Import not found:
 sun.tools.tree.ThisExpression -
  ignoring!

[Cross-posting from cocoon-users.]

I had a question about exactly this import when I saw the CVS commit from
Carsten. And I couldn't find any reference to this class in the same diff.
This should be a type, no?

Barbara, try to remove that import and try again. Should help.

Konstantin

 
 Built it 10 minutes ago. jdk 1.3.1.
 
 Also got :
 
  [echo] *  Classes of the optional package Activation are not
  [echo] *  available. Apache Cocoon builds without them.
  [echo] *
  [echo] *  The SUN Activation package is required for the 
 AxisRPCReader
 clas
 s
  [echo] *
  [echo] *  Recovery:
  [echo] *  Get the SUN Activation package and place the jar in the
 lib/local
  dir
 
 Which activation package ?
 
 And also this message at the beginning :
 
 [available] DEPRECATED - available used to override an 
 existing property.
 [available]   Build file should not reuse the same property name for
 different v
 alues.
 
 What does this exactly mean ?
 
 Babs
 
 
 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]
 

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: building from cvs and jdk

2002-09-11 Thread Antonio Gallardo Rivera

I am using 1.4.1 and it said me that it will be targeted to 1.4 :)

Antonio

El Miércoles, 11 de Septiembre de 2002 09:25, Barbara Post escribió:
 Just a dumb question : why does the build process warn that this build is
 targeted for jdk 1.2 when I build it with jdk 1.3.1 ? If I were to use jdk
 1.4 what would it say, how would it behave ?

 Thanks

 Babs


 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:   [EMAIL PROTECTED]

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: Building from cvs

2002-08-22 Thread Vadim Gritsenko

Murray Cumming wrote:

I'm trying to build from cvs, hoping that the problems with the portal
are fixed, but I get this error when running build.sh. Do I need to do
anything different when building from cvs? I don't have this problem
when building the source tarball.

generate-java-code:
DEPRECATED - xslp processor is deprecated. Use trax or xalan instead.
java.lang.ClassNotFoundException:
org.apache.tools.ant.taskdefs.optional.XslpLiaison
   at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
   at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:322)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:130)
   at
org.apache.tools.ant.taskdefs.XSLTProcess.loadClass(XSLTProcess.java:395)
   at
org.apache.tools.ant.taskdefs.XSLTProcess.resolveProcessor(XSLTProcess.java:375)


I have ant 1.5, installed from rpm, if that's relevant.
  


You should use build.sh, which will (should) ignore your ant.

Vadim



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: Building from cvs

2002-08-22 Thread Murray Cumming

On Thu, 2002-08-22 at 13:07, Vadim Gritsenko wrote:
 You should use build.sh, which will (should) ignore your ant.

I _am_ using build.sh/

-- 
Murray Cumming
[EMAIL PROTECTED]
www.murrayc.com


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: Building from cvs

2002-08-22 Thread Vadim Gritsenko

Murray Cumming wrote:

On Thu, 2002-08-22 at 13:07, Vadim Gritsenko wrote:
  

You should use build.sh, which will (should) ignore your ant.



I _am_ using build.sh/


May be, this is bug in build.sh? In build.bat, always ant from tools/ is 
chosen, any installed ant gets ignored.

PS I don't have *nix machine handy

Vadim



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]




Re: Building from cvs

2002-08-22 Thread Murray Cumming

On Thu, 2002-08-22 at 15:09, Vadim Gritsenko wrote:
 Murray Cumming wrote:
 
 On Thu, 2002-08-22 at 13:07, Vadim Gritsenko wrote:
   
 
 You should use build.sh, which will (should) ignore your ant.
 
 
 
 I _am_ using build.sh/
 
 
 May be, this is bug in build.sh? In build.bat, always ant from tools/ is 
 chosen, any installed ant gets ignored.
 
 PS I don't have *nix machine handy

I don't believe that that's the problem because build.sh works in the
source tarball distribution.

-- 
Murray Cumming
[EMAIL PROTECTED]
www.murrayc.com


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:   [EMAIL PROTECTED]