Cocoon in Eclipse??

2008-06-08 Thread migselv46
Hi I have searched everywhere and tried everything trying to use cocoon in Eclipse/Tomcat (or even better in WSAD 5.x) - that is - not by using ant, maven or jetty server. Is it at all possible? If yes - how does it work? A normal web application described by 'web.xml' does not kno

Build Cocoon in Eclipse

2004-12-09 Thread Torsten Schlabach
Dear all, I am not sure if this is an old topic, but searching the archive did not really bring any solution. I would like to build Cocoon in Eclipse (3.1 M3 to be exact) and I have followed instructions on this page: http://wiki.apache.org/cocoon/LoadInEclipse What confuses me is this part

Re: Cocoon in Eclipse??

2008-06-08 Thread Andy Stevens
migselv46 wrote: Hi I have searched everywhere and tried everything trying to use cocoon in Eclipse/Tomcat (or even better in WSAD 5.x) - that is - not by using ant, maven or jetty server. Is it at all possible? What version - 2.1.x or 2.2? With 2.1.x, the Ant build can generate a simple

Re: Cocoon in Eclipse??

2008-06-09 Thread migselv46
ng the COB-INF directory to the Eclipse project should iit be placed at the same level as the META-INF-directory? -- View this message in context: http://www.nabble.com/Cocoon-in-Eclipse---tp17720458p17731128.html Sent from the Cocoon - Users mailing list archive at

Re: Cocoon in Eclipse??

2008-06-10 Thread Grzegorz Kossakowski
migselv46 pisze: Hi Andy Thanks a lot for your reply. I am using Eclipse 3.2 and Cocoon 2.2 (although I have tried a lot of other versions as well as nothing seems to really work without exotic errors ) I was very much in doubt with the setup of the CocoonServlet so that is good to know.

Re: Cocoon in Eclipse??

2008-06-11 Thread migselv46
t guessing? :-) I am not able to find this information anywhere. Can anyone please point to this? Thanks -- View this message in context: http://www.nabble.com/Cocoon-in-Eclipse---tp17720458p17787698.html Sent from the Cocoon - Users mailing list archive at

RE: Build Cocoon in Eclipse

2004-12-09 Thread H . vanderLinden
Although I don't do a full Cocoon build in Eclipse I do build part of it for my project in Eclipse. In this I followed the setup in http://wiki.apache.org/cocoon/YourCocoonBasedProjectAnt16 > I would like to build Cocoon in Eclipse (3.1 M3 to be exact) > and I have > followed i

RE: Build Cocoon in Eclipse

2004-12-09 Thread Torsten Schlabach
s not the concept, is it? Regards, Torsten > Although I don't do a full Cocoon build in Eclipse I do build part of it > for > my project in Eclipse. In this I followed the setup in > http://wiki.apache.org/cocoon/YourCocoonBasedProjectAnt16 > > > I would like to build

RE: Build Cocoon in Eclipse

2004-12-09 Thread H . vanderLinden
t; From: Torsten Schlabach [mailto:[EMAIL PROTECTED] > Sent: Thursday, 09 December 2004 18:31 > To: [EMAIL PROTECTED] > Subject: RE: Build Cocoon in Eclipse > > > This is interesting as well, but it does not really answer my > question. > > My question is rather: Who

How to load Cocoon in Eclipse

2004-11-11 Thread beyaNet
Hi, further to the earlier thread about using Eclipse IDE with cocoon, I went to the article that was mentioned http://wiki.apache.org/cocoon/LoadinEclipse, and did the following: 1. ./build.sh eclipse-project The document then goes on to say that 'this creates the .project and .classpath files'.

Re: How to load Cocoon in Eclipse

2004-11-11 Thread Leszek Gawron
beyaNet wrote: Hi, further to the earlier thread about using Eclipse IDE with cocoon, I went to the article that was mentioned http://wiki.apache.org/cocoon/LoadinEclipse, and did the following: 1. ./build.sh eclipse-project The document then goes on to say that 'this creates the .project and .

Re: How to load Cocoon in Eclipse

2004-11-12 Thread Ugo Cei
Il giorno 12/nov/04, alle 08:48, Leszek Gawron ha scritto: you just leave them where they are after generation and afterwards import the cocoon directory as project into eclipse Or, if you have already imported it before, you just do a refresh (F5) on your project. Ugo -- Ugo Cei - http:

Still challenged with building Cocoon in Eclipse

2004-12-15 Thread Torsten Schlabach
Hi all, I still try to build Cocoon in Eclipse by following this howto: http://wiki.apache.org/cocoon/Cocoon215TOC and I still face this error: Buildfile: C:\local\eclipse-scratchpad-workspace\cocoon-2.1.6\build.xml init: init-tasks: [mkdir] Created dir: C:\local\eclipse-scratchpad

Re: Still challenged with building Cocoon in Eclipse

2004-12-15 Thread Gregor J. Rothfuss
Torsten Schlabach wrote: compile-deprecated: BUILD FAILED: java.lang.ExceptionInInitializerError i would advise to disable deprecation support in local.build.properties it's a good check for any custom code anyway, helped me spot a couple problems in lenya that way. -gregor -

Re: Still challenged with building Cocoon in Eclipse

2004-12-16 Thread Christofer Dutz
I hope this helps. I ran into the same problems and the problem is in fact the Ant version or the settings of it. After a long time of messing around with several settings, is changed my build-file to exec-the regular cocoon build. Except of some not very pretty [EXEC] prefixes cocoon builds ni

Re: Still challenged with building Cocoon in Eclipse

2004-12-15 Thread Torsten Schlabach
Gregor, >> i would advise to disable deprecation support in local.build.properties I am not really sure what "compile-deprecated" does in Cocoon, but from what I found in between my initial posting and now this would be circumventing and not solving the problem. The problem seems to be that the

RE: Still challenged with building Cocoon in Eclipse

2004-12-16 Thread H . vanderLinden
When put this way I assume I do build Cocoon in Eclipse 3.1 according to your definitions. The ExceptionInInitializerError is caused by the fact that Eclipse defaults to it's own Ant 1.6.2 version, as you've already figured out. I solved this problem by going into the properties o

AW: Still challenged with building Cocoon in Eclipse

2004-12-18 Thread Torsten Schlabach
ried on Linux as well, identical behaviour. I like cross-platform problems.) Bonus question: Why use an external ant? Why should the built-in Ant not be able to compile Cocoon? Regards, Torsten -Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Freitag,

RE: Still challenged with building Cocoon in Eclipse

2004-12-27 Thread Torsten Schlabach
t to be able to pick targets from the build.xml outline and run an Ant build on them for example. Using that "External Tools" configuration is not any different than triggering the build from the command line outside Eclipse, is it? Also I think I found out why the "internal" Ant

Re: Still challenged with building Cocoon in Eclipse

2004-12-27 Thread Gregor J. Rothfuss
Torsten Schlabach wrote: 1. External tasks. The Cocoon build process starts with building some Ant tasks (one of them being XPatch) that get used immediately during the very same run of Ant. I actually wonder why that is and why those tasks are not readily compiled to .class files inside the tools

Re: Still challenged with building Cocoon in Eclipse

2004-12-27 Thread Torsten Schlabach
Gregor, >> i wonder that too. imho worth bringing up on the dev list. I will do that! >> presumably it runs inside the same VM as eclipse, and you can add these >> options to your eclipse startup parameters. >> i use eclipse.exe -Xmx1024m -Xms512m , for instance. I remember having seen an optio

RE: Still challenged with building Cocoon in Eclipse

2004-12-30 Thread H . vanderLinden
Sorry I missed this post because it got mixed in the rest of the Cocoon users posts while I expected it to show up in my inbox only. I have looked at "external tools" and "ant build..." and noticed what the difference is: If you right click on the the build.xml file in your Cocoon repository and

Fwd: RE: Still challenged with building Cocoon in Eclipse

2004-12-28 Thread Torsten Schlabach
, Torsten --- Weitergeleitete Nachricht / Forwarded Message --- Date: Mon, 27 Dec 2004 17:05:49 +0100 (MET) From: "Torsten Schlabach" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: Still challenged with building Cocoon in Eclipse Hi! >> Just wondering, did you manage to g