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 get it to work? Thanks

RE: Still challenged with building Cocoon in Eclipse

2004-12-27 Thread Torsten Schlabach
Hi! Just wondering, did you manage to get it to work? Thanks for asking ... The answer is: yes and no! But I think I finally sorted this out, I am just not yet too sure about it. To make a long story short: I finally managed to build Cocoon using the external Ant supplied by the Cocoon

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 option to

AW: Still challenged with building Cocoon in Eclipse

2004-12-18 Thread Torsten Schlabach
-Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 17. Dezember 2004 01:05 An: [EMAIL PROTECTED] Betreff: RE: Still challenged with building Cocoon in Eclipse When put this way I assume I do build Cocoon in Eclipse 3.1 according to your definitions

RE: Still challenged with building Cocoon in Eclipse

2004-12-16 Thread H . vanderLinden
remembers the last selection you've made. HTH. Bye, Helma -Original Message- From: Torsten Schlabach [mailto:[EMAIL PROTECTED] Sent: Wednesday, 15 December, 2004 17:43 To: [EMAIL PROTECTED] Subject: Still challenged with building Cocoon in Eclipse Hi all, I still try to build Cocoon

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

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:

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