You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Geert Josten <ge...@daidalos.nl> on 2006/10/24 12:44:31 UTC

RE: Build problems: 2.1.9 under Windows XP

Hi Wapiez,

I unpacked and compiled out of the box with no problem. (Cocoon 2.1.9,
JDK1.5 and WinXP) Did you compile out of the box as well?

The message you are getting means that a certain lib file is not found
in the CLASSPATH. I see in my distribution that there should be a
jing-20030619.jar in tools/lib/ that contains the missing class. Check
if it is present. If so, try placing a copy in the lib/endorsed folder
of the distro or if that doesn't help either, in the lib or lib/endorsed
of your java engine.

Kind regards,
Geert

> 
   
 
Drs. G.P.H. Josten
Consultant
 
 

Daidalos BV
Source of Innovation
Hoekeindsehof 1-4
2665  JZ  Bleiswijk
Tel.: +31 (0) 10 850 1200
Fax: +31 (0) 10 850 1199
www.daidalos.nl
KvK 27164984


De informatie - verzonden in of met dit emailbericht - is afkomstig van Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan dit bericht kunnen geen rechten worden ontleend.
 

> Van: Wendell Piez [mailto:wapiez@mulberrytech.com] 
> Verzonden: zaterdag 21 oktober 2006 1:03
> Aan: users@cocoon.apache.org
> Onderwerp: Build problems: 2.1.9 under Windows XP
> 
> Hi,
> 
> Could someone give me a tip on building 2.1.9 under Windows? 
> XP, JDK 1.5.
> 
> I'm getting what appears to be an Ant configuration error:
> 
> C:\Bin\cocoon-2.1.9-src\cocoon-2.1.9>build
> Buildfile: build.xml
> 
> BUILD FAILED
> C:\Bin\cocoon-2.1.9-src\cocoon-2.1.9\tools\targets\init-build.
> xml:165: 
> taskdef c
> lass com.thaiopensource.relaxng.util.JingTask cannot be found
> 
> I'm not a Java developer, so it's beyond me to try to debug this. 
> (And the docs told me I wouldn't have to!)
> 
> Google shows me only stuff relating to a problem like this, 
> but only back in 2003.
> 
> Thanks for any help -- if this is dumb stuff, please feel 
> free to respond off-list.
> 
> (I'm setting up a new system and upgrading from 2.0.7 ... is 
> that a bad idea?)
> 
> Cheers,
> Wendell
> 
> 
> 
> ======================================================================
> Wendell Piez                            mailto:wapiez@mulberrytech.com
> Mulberry Technologies, Inc.                http://www.mulberrytech.com
> 17 West Jefferson Street                    Direct Phone: 301/315-9635
> Suite 207                                          Phone: 301/315-9631
> Rockville, MD  20850                                 Fax: 301/315-8285
> ----------------------------------------------------------------------
>    Mulberry Technologies: A Consultancy Specializing in SGML 
> and XML 
> ======================================================================
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


RE: Build problems: 2.1.9 under Windows XP

Posted by Wendell Piez <wa...@mulberrytech.com>.
To finish this thread:

Apparently my copy of the jing.jar file, or something related, was a 
mess, as I got better results after downloading and unzipping again.

Also, after a fair amount of fiddling, Saxon 8 is now also working. 
(It doesn't do to put it in lib/local; one has to place it in lib/endorsed.)

Thanks for your patience, everyone.

Regards,
Wendell

At 09:37 AM 10/27/2006, I wrote some stuff about building problems.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


RE: Saxon 8.0 (was: Build problems: 2.1.9 under Windows XP)

Posted by Geert Josten <ge...@daidalos.nl>.
Search the list, I have answered that question before.. ;-)

Kind regards,
Geert

> Random question: I'll be needing Saxon 8, which I was running 
> happily under Cocoon 2.0.7. I'll proceed with setting it up 
> as I did there (though I understand I may need to research 
> sitemaps again.) Does anyone have any tips or warnings about this?
> 
> Cheers,
> Wendell
> 
> At 06:44 AM 10/24/2006, you wrote:
> >I unpacked and compiled out of the box with no problem. 
> (Cocoon 2.1.9,
> >JDK1.5 and WinXP) Did you compile out of the box as well?
> >
> >The message you are getting means that a certain lib file is 
> not found 
> >in the CLASSPATH. I see in my distribution that there should be a 
> >jing-20030619.jar in tools/lib/ that contains the missing 
> class. Check 
> >if it is present. If so, try placing a copy in the 
> lib/endorsed folder 
> >of the distro or if that doesn't help either, in the lib or 
> >lib/endorsed of your java engine.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
> 
>
   
 
Drs. G.P.H. Josten
Consultant
 
 

Daidalos BV
Source of Innovation
Hoekeindsehof 1-4
2665  JZ  Bleiswijk
Tel.: +31 (0) 10 850 1200
Fax: +31 (0) 10 850 1199
www.daidalos.nl
KvK 27164984


De informatie - verzonden in of met dit emailbericht - is afkomstig van Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan dit bericht kunnen geen rechten worden ontleend.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


RE: Build problems: 2.1.9 under Windows XP

Posted by Wendell Piez <wa...@mulberrytech.com>.
Geert,

Sorry I didn't acknowledge this sooner (was teaching XSLT all this 
week). Thanks for the advice: will try.

As for compiling out of the box: yup, this is what I did first. As 
for the location of jing-20030619.jar, I'm seeing it in lib/optional 
but not elsewhere. But that should be good, shouldn't it?

I'll let you know what happens next.

Random question: I'll be needing Saxon 8, which I was running happily 
under Cocoon 2.0.7. I'll proceed with setting it up as I did there 
(though I understand I may need to research sitemaps again.) Does 
anyone have any tips or warnings about this?

Cheers,
Wendell

At 06:44 AM 10/24/2006, you wrote:
>I unpacked and compiled out of the box with no problem. (Cocoon 2.1.9,
>JDK1.5 and WinXP) Did you compile out of the box as well?
>
>The message you are getting means that a certain lib file is not found
>in the CLASSPATH. I see in my distribution that there should be a
>jing-20030619.jar in tools/lib/ that contains the missing class. Check
>if it is present. If so, try placing a copy in the lib/endorsed folder
>of the distro or if that doesn't help either, in the lib or lib/endorsed
>of your java engine.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org