You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Tom Sparks <to...@yahoo.com.au> on 2005/02/06 06:33:45 UTC

target release 1.3 conflicts with default source release 1.5

help

"
D:\Tomcat 5.5\cocoon-2.1.6-src\cocoon-2.1.6>build
Buildfile: build.xml

init-tasks:
Compiling 5 source files to D:\Tomcat 
5.5\cocoon-2.1.6-src\cocoon-2.1.6\tools\anttasks
javac: target release 1.3 conflicts with default
source release 1.5

BUILD FAILED
D:\Tomcat 
5.5\cocoon-2.1.6-src\cocoon-2.1.6\tools\targets\init-build.xml:159:
Compile 
failed; see the compiler error output for details.

Total time: 1 second

D:\Tomcat 5.5\cocoon-2.1.6-src\cocoon-2.1.6>
"

TS


Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com

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


RE: sunBow Cocoon IDE or is there another convenient way to debug Cocoon apps?

Posted by Adam Ratcliffe <ad...@prema.co.nz>.
Hi Jaka

Your debugging strategy will require different tools for debugging the
various component types
in Cocoon.

For debugging Java you can use the Sysdeo Tomcat plugin for Eclipse.
Debugging Java classes in Cocoon
works just the same way as debugging any other webapp, set a breakpoint and
invoke the application
through the browser.

For flowscript functions Cocoon has an inbuilt flow debugger that is
disabled by default. You can enable
the flow debugger by uncommenting the line       <!--
<debugger>enabled</debugger> --> in the
<flow-interpreters> section of cocoon.xconf. The flow debugger can be set to
break on function entry or
you can manually set breakpoints.

For debugging document production in pipelines the approach I often use is
to debug using Cocoon views,
using this approach you can view a document at an intermediate point in its
production by specifying an
alternate serialization point, more info on this a the wiki:
http://wiki.apache.org/cocoon/DebuggingWithViews

HTH
Adam

> -----Original Message-----
> From: Jaka Jaksic [mailto:jaka.jaksic@telemach.net]
> Sent: Monday, 7 February 2005 6:10 a.m.
> To: users@cocoon.apache.org
> Subject: RE: sunBow Cocoon IDE or is there another convenient way to
> debug Cocoon apps?
>
>
> I already have Eclipse and several plugins for Cocoon, but no debugger so
> far.
> Does anybody know anything about sunBow or another Cocoon debugger?
>
> Regards,
> Jaka
>
>
> -----Original Message-----
> From: users-return-76764-jaka.jaksic=telemach.net@cocoon.apache.org
> [mailto:users-return-76764-jaka.jaksic=telemach.net@cocoon.apache.org] On
> Behalf Of beyaRecords
> Sent: Sunday, February 06, 2005 2:33 PM
> To: users@cocoon.apache.org
> Subject: Re: sunBow Cocoon IDE or is there another convenient way to debug
> Cocoon apps?
>
> >
> >I heard about a Cocoon IDE called sunBow
>
> Hi,
> If i remember correctly, sunBow is an Eclipse plugin.... Download Eclipse.
> There are also many Eclipse plugins you can find to edit cocoon with.
>
> Uzo
>
> ---------------------------------------------------------------------
> 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
>
>
>


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


RE: sunBow Cocoon IDE or is there another convenient way to debug Cocoon apps?

Posted by Jaka Jaksic <ja...@telemach.net>.
I already have Eclipse and several plugins for Cocoon, but no debugger so
far.
Does anybody know anything about sunBow or another Cocoon debugger?

Regards,
Jaka


-----Original Message-----
From: users-return-76764-jaka.jaksic=telemach.net@cocoon.apache.org
[mailto:users-return-76764-jaka.jaksic=telemach.net@cocoon.apache.org] On
Behalf Of beyaRecords
Sent: Sunday, February 06, 2005 2:33 PM
To: users@cocoon.apache.org
Subject: Re: sunBow Cocoon IDE or is there another convenient way to debug
Cocoon apps?

>
>I heard about a Cocoon IDE called sunBow

Hi,
If i remember correctly, sunBow is an Eclipse plugin.... Download Eclipse.
There are also many Eclipse plugins you can find to edit cocoon with.

Uzo

---------------------------------------------------------------------
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: sunBow Cocoon IDE or is there another convenient way to debug Cocoon apps?

Posted by beyaRecords <uz...@beyarecords.com>.
>
>I heard about a Cocoon IDE called sunBow

Hi,
If i remember correctly, sunBow is an Eclipse plugin.... Download 
Eclipse. There are also many Eclipse plugins you can find to edit 
cocoon with.

Uzo

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


sunBow Cocoon IDE or is there another convenient way to debug Cocoon apps?

Posted by Jaka Jaksic <ja...@telemach.net>.
Hi!

I am looking for a convenient way to debug a Cocoon application (i.e.
without having to add much code to the sitemap). The ideal way would be to
just fire up a debugger and single-step through the pipeline.

I heard about a Cocoon IDE called sunBow, which should provide that
functionality (plus a lot of other useful features), but I am unable to
download it from the project's homepage
(http://www.s-und-n.de/sunshine/ccos/de/produkte/english/sunbow) - the 2.0.1
file is zero-length. How can I get it? If anyone has it, please mail it to
me.
Also, this seems to be for an earlier version of Cocoon. Does it work with
2.1.6?

If sunBow is for some reason unavailable or unusable, I'd like to know the
next best way to debug Cocoon apps.


Thanks and regards,
Jaka Jaksic


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


Re: target release 1.3 conflicts with default source release 1.5

Posted by David Delmar <dp...@yahoo.co.uk>.
Sorry: i did it with 1.4, not 1.3
 --- Tom Sparks <to...@yahoo.com.au> wrote: 
> help
> 
> "
> D:\Tomcat 5.5\cocoon-2.1.6-src\cocoon-2.1.6>build
> Buildfile: build.xml
> 
> init-tasks:
> Compiling 5 source files to D:\Tomcat 
> 5.5\cocoon-2.1.6-src\cocoon-2.1.6\tools\anttasks
> javac: target release 1.3 conflicts with default
> source release 1.5
> 
> BUILD FAILED
> D:\Tomcat 
>
5.5\cocoon-2.1.6-src\cocoon-2.1.6\tools\targets\init-build.xml:159:
> Compile 
> failed; see the compiler error output for details.
> 
> Total time: 1 second
> 
> D:\Tomcat 5.5\cocoon-2.1.6-src\cocoon-2.1.6>
> "
> 
> TS
> 
> 
> Find local movie times and trailers on Yahoo!
> Movies.
> http://au.movies.yahoo.com
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail:
> users-help@cocoon.apache.org
> 
>  


	
	
		
___________________________________________________________ 
ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com

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


Re: target release 1.3 conflicts with default source release 1.5

Posted by David Delmar <dp...@yahoo.co.uk>.
1. Download JDK/SDK 1.3.
2. Change JAVA_Home to that bin.
3. Build.
4. Change JAVA_Home back to 1.5 and run.
(i think - it worked for me)
 --- Tom Sparks <to...@yahoo.com.au> wrote: 
> help
> 
> "
> D:\Tomcat 5.5\cocoon-2.1.6-src\cocoon-2.1.6>build
> Buildfile: build.xml
> 
> init-tasks:
> Compiling 5 source files to D:\Tomcat 
> 5.5\cocoon-2.1.6-src\cocoon-2.1.6\tools\anttasks
> javac: target release 1.3 conflicts with default
> source release 1.5
> 
> BUILD FAILED
> D:\Tomcat 
>
5.5\cocoon-2.1.6-src\cocoon-2.1.6\tools\targets\init-build.xml:159:
> Compile 
> failed; see the compiler error output for details.
> 
> Total time: 1 second
> 
> D:\Tomcat 5.5\cocoon-2.1.6-src\cocoon-2.1.6>
> "
> 
> TS
> 
> 
> Find local movie times and trailers on Yahoo!
> Movies.
> http://au.movies.yahoo.com
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail:
> users-help@cocoon.apache.org
> 
>  


	
	
		
___________________________________________________________ 
ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com

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