Luca Morandini said the following on 12/2/09 20:27:
Benjamin Boksa wrote:
As there is no official cocoon blog as far as I know I think such a
blog would be a good way (in addition to the existing documentation) to
Once upon a time there was planetcocoon.com... with blog and all sorts
of coc
David Legg said the following on 12/2/09 16:42:
Luca,
I did some "documentation port" myself, but I have to admit it is not
that easy, since something *may* indeed have changed in the passage...
bottom line: you have to know a component's behaviour in both 2.1 and
2.2 before safely porting it
Just chiming in.
Came preinstalled on my mac. Did you install the dev tools?
No dev tools. Are they only available for Leopard? I'm still on Tiger -
and would rather switch to Linux than spending money for Leopard ;)
All versions of Mac OS X (at least from Panther or Tiger) come with dev
> Thien Luh has provided a superb redesign of the website. Attached are the
> elements that make up the design.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>
--
Bye, hepabolu
ject Object] with arguments [object
> Object]
> FATAL exception raised: Unspecified error.
>
>
>
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>
--
Sent from Gmail for mobile | mobile.google.com
Bye, hepabolu
Reinhard Poetz said the following on 6/1/08 13:51:
Vadim Gritsenko wrote:
On Jan 5, 2008, at 9:53 AM, hepabolu wrote:
Grzegorz Kossakowski said the following on 5/1/08 13:51:
Hi,
I added[1] FAQ-entry for the subject of much controversy among
Cocoon community. Now I wonder how to
get it
Grzegorz Kossakowski said the following on 5/1/08 13:51:
Hi,
I added[1] FAQ-entry for the subject of much controversy among Cocoon
community. Now I wonder how to
get it published, I found old document aggregating all FAQ entries but it
doesn't work ATM. Before I
go and fix it I would like to a
Reinhard Poetz said the following on 26/10/07 18:34:
Grzegorz Kossakowski wrote:
BTW. When can we expect new release officialy announced?
I've started to work on it together with a "What's new in Cocoon 2.2"
page and hope to finish it this weekend.
Sorry to reply so late, I'm currently ou
Reinhard Poetz said the following on 2/10/07 18:08:
hepabolu wrote:
Reinhard Poetz said the following on 28/9/07 16:26:
While I was creating all the release artifacts of Cocoon 2.2RC2 I
also published our 2.2 docs. See http://cocoon.apache.org/2.2/
I have to say that I'm really pro
Reinhard Poetz said the following on 28/9/07 16:26:
While I was creating all the release artifacts of Cocoon 2.2RC2 I also
published our 2.2 docs. See http://cocoon.apache.org/2.2/
I have to say that I'm really proud of seeing this long-term effort
finally materializing :-) Thanks to all the
Gianugo Rabellino said the following on 4/9/07 13:36:
On 9/4/07, Grzegorz Kossakowski <[EMAIL PROTECTED]> wrote:
Hello,
I saw that there are people interested in Cocoon-Wicket cooperation and we have
already some plans
to play with Wicket in Cocoon 2.2. I also have seen few folks from Wicket
Grzegorz Kossakowski said the following on 4/7/07 16:03:
Both:
- generation of 2.1 docs
- base for 2.2 docs
Hope this helps.
Almost. :) If I want to start a document that is based on something from
2.1 I should _copy_ that document instead of _moving_ right? Legacy docs
should be modified on
Grzegorz Kossakowski said the following on 4/7/07 10:12:
First: some idiot decided to 'service' my ADSL connection, thus cutting
me off and now three parties are haggling about who is responsible for
reconnecting me. End result: I'm on dial-up for the time being and I
won't read/answer much.
Jeff Schmitz said the following on 8/6/07 22:10:
There is an error in the flowscript tutorial.
http://cocoon.apache.org/2.1/userdocs/flow/tutor.html
The game.js code shows the following call:
cocoon.sendPageAndWait("guess.jxt", { "random" : random, "hint" : hint,
Marc Portier said the following on 24/5/07 17:35:
we could start off by checking some more
1/ can jxpath in fact handle namespaces correctly as described above
( in https://issues.apache.org/jira/browse/COCOON-1671#action_12356396
the orginal reporter of the issue states that this is the case,
Carsten Ziegeler said the following on 24/5/07 16:14:
Helma wrote
Yes. Source is:
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:type="ORIGINAL_VERSION">
So in fact I want the first line of the binding file to bind to
/oe:version
I don't think there are unused prefixes in bot
Carsten Ziegeler said the following on 24/5/07 15:57:
hepabolu schrieb:
So you can't rely that you get the namespace attributes in the dom
builder.
I think this is where things go wrong.
Note that both binding file and source are generated with a pipeline
and pipelineUtil.toDOM.
I
So you can't rely that you get the namespace attributes in the dom
builder.
I think this is where things go wrong.
Note that both binding file and source are generated with a pipeline and
pipelineUtil.toDOM.
I've done some debugging into pipelineUtil.toDOM and this is what I found:
- binding
Carsten Ziegeler said the following on 23/5/07 21:43:
If I see this correctly, the difference between the two solutions is
that in the not working case, the DOMBuilder is used to build the DOM
whereas in the working case, the serializer is used and the result is
then parsed again.
As Marc sai
Joerg Heinicke said the following on 23/5/07 20:03:
On 23.05.2007 13:07, hepabolu wrote:
+ I would comment (or even close-wontfix?) that bug with a reference
to the above conclusion from carsten. Just in case somebody would
want to apply the patch without giving it more thought...
I just
Marc Portier said the following on 23/5/07 12:26:
Carsten Ziegeler wrote:
hepabolu wrote:
Joerg Heinicke said the following on 22/5/07 22:18:
On 22.05.2007 17:07, Helma van der Linden wrote:
// Create the SAX parser and set the features so it creates the
events we need
Joerg Heinicke said the following on 22/5/07 22:18:
On 22.05.2007 17:07, Helma van der Linden wrote:
// Create the SAX parser and set the features so it creates the events
we need
SAXParser parser =
(SAXParser)manager.lookup(SAXParser.ROLE);
if( parser instanceof
Felix Knecht said the following on 17/5/07 17:46:
IMO the documentation in general for the servlet services should be done
somewhere else than in the sitemap itself. So I
think it should be enough to have a note in the sitemap when servlet services
are used. Is this ok?
Sure, you DO need pro
Felix Knecht said the following on 16/5/07 15:01:
Grzegorz Kossakowski schrieb:
As I previously said, I'm not sure if we need this either, so I won't
push you to use services.
I'm not feeling pushed ;-) But I think we should show in the samples
what's the common way of doing it - otherwise onl
[EMAIL PROTECTED] said the following on 11/5/07 16:59:
- [2.0.5,)
+ [2.0.6,)
Looks odd: starting and ending brackets are different. Is this correct?
Bye, Helma
Reinhard Poetz said the following on 10/5/07 14:51:
Daisy 2.0.X changes the name of the document in the url (1.html ->
1-NS.html with NS = a namespacecode), which means you have to redo the
publishing all over again because the link to the Daisy page breaks
after the upgrade.
I don't see a re
Reinhard Poetz said the following on 10/5/07 09:33:
[moving over a discussion from [EMAIL PROTECTED] to [EMAIL PROTECTED]
Bruno Dumon wrote:
Which also makes me think of it: the Cocoon zone is still running Daisy
1.5. I could do the upgrade, but I'm not sure on the impact this might
have. The m
Grzegorz Kossakowski said the following on 9/5/07 22:09:
Take a look at the snippet above, it's long trail of useless information
- noise. I know that you are as lazy as I'm but there is solution for
Thunderbird users:
https://addons.mozilla.org/pl/thunderbird/addon/612
I hope you will like it
Grzegorz Kossakowski said the following on 7/5/07 18:08:
Typo?
Sorry, I'm not sure what you mean. Please explain.
Bye, Helma
[EMAIL PROTECTED] said the following on 8/5/07 00:09:
+tt {
+ font-size: 1.3em;
}
Reinhard,
it's best to keep the font sizes in percentages to keep things
consistent. The only em value is in the body selector.
Bye, Helma
Ralph Goers said the following on 22/4/07 21:27:
Grzegorz Kossakowski wrote:
I was under constant pressure so could not refuse:
http://reflectingonthevicissitudes.wordpress.com/2007/04/22/pal-how-can-i-call-you/
:)
Very cool. If I was going to spell it from the way you say it your first
na
Reinhard Poetz said the following on 16/4/07 13:07:
Giacomo Pati wrote:
Ok, so just for readybility. Do you use the eclipse XML-Formatter?
no, I use OxygenXML but I do the formatting by hand. Basically I add
empty lines between the different sections and try to move the important
I use Ox
Arje Cahn said the following on 11/4/07 15:08:
Hi all,
Please cast your votes on both the location and the time for this year's Cocoon
GetTogether conference:
A) The Netherlands, Amsterdam
+1
B) Italy, Rome / Milano
+10
C) England, London / Norwich
+2
When:
A) Late september
+1
Joerg Heinicke said the following on 6/4/07 00:38:
On 06.04.2007 00:18, [EMAIL PROTECTED] wrote:
Log:
COCOON-1622: Second patch applied since it's the most complete. Works.
Modified:
cocoon/branches/BRANCH_2_1_X/src/blocks/mail/java/org/apache/cocoon/mail/transformation/SendMailTransforme
Reinhard Poetz said the following on 29/3/07 00:17:
Sorry for picking up this thread again after more than a week. My
apologies.
No worries.
See http://cocoon.zones.apache.org/daisy/cdocs/g4/1346.html. As I don't
want to create dozens of JIRA tasks, I created this list. As the
handling of hu
Jeroen Reijn said the following on 27/3/07 10:02:
Me 2, me 2! :-)
Daisy login: jreijn
JIRA login: jeroenreijn
:-) Daisy karma granted
Bye, Helma
FYI: I have removed a Daisy user from the zones who registered with
'admin' as username and 'xx xxx' as name and a hotmail address on 2/9/07
and hasn't confirmed registration ever since.
Bye, Helma
Felix Knecht said the following on 27/3/07 07:07:
Dear all
Would someone be so kind grant me the necessary karma on Daisy and JIRA?
On both systems I use the username 'felixk'.
Daisy karma granted.
Bye, Helma
Peter Hunsberger said the following on 21/3/07 14:32:
Looks good. There are some quirks as you scale it larger, in
particualr with IE 6. Maybe we should add a Note about "Best viewed
with a standards compliant browser", but I don't know
No. That's so nineties.
As said before: I think our
be required; if you increase
> your browser text size (ctrl + in Firefox) you get some strange things
> going on. People with poor eyesight may not be able to use it very
> well as it currently sits.
Fixed as well.
Check the new version at:
http://people.apache.org/~hepabolu/final6.html
Bye, Helma
Joerg Heinicke said the following on 20/3/07 20:33:
On 20.03.2007 17:48, Peter Hunsberger wrote:
However, note that some CSS tweaking may be required; if you increase
your browser text size (ctrl + in Firefox) you get some strange things
going on. People with poor eyesight may not be able to u
Gavin Carothers said the following on 20/3/07 14:46:
doesn't clear it up as it drops under the left hand nav, dope. The goal
of course is to drop the news section always under the floating boxes.
This shouldn't change the look on a wide display but makes it a fair bit
easier to read on a smalle
Reinhard Poetz said the following on 20/3/07 12:02:
Jeroen Reijn wrote:
*Applause*
Great work! :D
So when are we going to put this live?
there is some work left:
- create a Maven skin (-> writing a Velocity template)
- initial content for
http://cocoon.apache.org and
--> http://co
Hi guys,
The final version of Cocoon's new masthead front page is available at:
http://people.apache.org/~hepabolu/final6.html
Once again a big round of applause to Thien.
Bye, Helma
Torsten Curdt said the following on 17/3/07 00:03:
>> What about a Cocoon GetTogether 2007?
+1!
*cough* Italy? *cough* :-)
Italy!! :-D
+1!
Bye, Helma
Guys,
Thien and I have discussed the L&F of the breadcrumb trail and turned it
to a more bluish color. Thien has also made the colors of the masthead
stronger.
Check it out: http://people.apache.org/~hepabolu/final5.html
Bye, Helma
Andrew Savory said the following on 5/3/07 09:19:
Hi,
I'd like to propose Jeroen Reijn as a Cocoon committer.
+1
Bye, Helma
Grzegorz Kossakowski said the following on 1/3/07 14:15:
Could folks working on this give any rough timetable?
You have to keep in mind that the website is not fully 'done' yet. Apart
from the masthead and the current front page some elements such as table
styles etc. are missing. And I won't
h flag (only saw the messages of Sylvain and
Betrand after the upload of this version).
Here's the link:
http://people.apache.org/~hepabolu/final4.html
The only issue left now (AFAICK) is Peter Hunsberger's mentioning of the
"pastel" colors of the blocks in the masthead.
Daniel Fagerstrom said the following on 22/2/07 17:36:
Hi all!
I'd like to propose Grzegorz Kossakowski (aka Grek) as a new Cocoon
committer. He has been around at the user list since 2003 and has been
+1
Bye, Helma
Guys,
after some discussion back and forth with Thien we've decided on the
next version:
- the masthead is adjusted to improve the display of the search box and
the apache feather when resizing.
- the green blocks are better at the center than on the side.
- we've added a prominent download
Jeroen Reijn said the following on 12/2/07 13:22:
Btw did somebody else also notice that the CSS behaves different in IE6
and FireFox 2.0? In IE the menu runs through the image left to "What is
Apache Cocoon" and the green blocks on the right align differently.
I'm currently working with Thien
Guys,
I'm currently working with Thien on a new version of the masthead. I'm
sure you've noticed that it has gone beyond that. ;-)
I'd like your opinion on the following: should the new design be used
only for Cocoon 2.2 and beyond or also tweaked a bit and used for 2.1?
I more or less assu
Reinhard Poetz said the following on 9/2/07 10:00:
actually we have it under http://cocoon.apache.org/2.2/
(Vadim convinced me at this point)
I think it would make sense to have a "subprojects" or "projects" or
something like that directory and put the servlet-service and
configuration into it.
Vadim Gritsenko said the following on 7/2/07 16:11:
hepabolu wrote:
Awesome! Looks good ... but ... is that a page curl beside "What is
Apache Cocoon" ? *shudder*
I suppose it is. I think it's very well done, no tackiness about it.
What makes you shudder?
I'm not crazy
Awesome! Looks good ... but ... is that a page curl beside "What is
Apache Cocoon" ? *shudder*
I suppose it is. I think it's very well done, no tackiness about it.
What makes you shudder?
Also, how would it look with Cocoon 2.1 somewhere in the top menubar
too?
True, that needs to be added.
Peter Hunsberger said the following on 6/2/07 16:07:
involved in web site design I do think we need to go through a limited
critiquing process and that the development community is as good of
source of opinions as any.
+1 We need to agree on something that we all like, more or less. If you
vi
OOPS now the link: http://people.apache.org/~hepabolu/final2.html
Bye, Helma
On 2/6/07, hepabolu <[EMAIL PROTECTED]> wrote:
Guys,
Thien did it again:
- he changed the masthead, making it a bit smaller and darker.
- he also added a search box and changed the color of "apache co
Guys,
Thien did it again:
- he changed the masthead, making it a bit smaller and darker.
- he also added a search box and changed the color of "apache cocoon" to
be more prominent.
- he removed some tiles to make things look better at 800x600.
- the green blocks are now moved also to make thin
Sylvain Wallez said the following on 6/2/07 08:49:
Mo :-)
Don't confuse your cows and your sheep. ;-)
Collecting opinions is good, but we also need to define the decision
process to avoid endless discussions and frustration in the end for
those that may have the feeling the decision was i
Reinhard Poetz said the following on 5/2/07 11:17:
Daniel Fagerstrom wrote:
But it takes a little bit to much screen real estate IMHO. It is a
little bit higher than our current look and nearly twice as high as
the masthead and top menu for Spring framework. Would it be possible
to rescale it
Ralph Goers said the following on 4/2/07 22:51:
Wow!
:-) Very up-to-date and hip reaction.
Bye, Helma
Guys,
Thien did it again. He created a great new version of the "blocks"
masthead and redesigned the rest of the homepage.
http://people.apache.org/~hepabolu/final.html
I don't want to bias you, but I like it a lot. ;-)
WDYT?
Bye, Helma
Steven Noels said the following on 31/1/07 10:13:
On 31 Jan 2007, at 07:51, Reinhard Poetz wrote:
- Although I would like to have it, it is difficult for us to
maintain a "breadcrump navigation" like
Apache Cocoon > Cocoon Blocks > Cocoon Forms > [Introduction]
as we can't auto-generat
Grzegorz Kossakowski said the following on 20/1/07 22:09:
Mark Lundquist napisał(a):
Makes sense, OK... "Heading 2" has the look I want (with its bottom
border) — at least in Daisy, not sure when it gets exported to Forrest...
I see your problem with images... I don't think it's good option
Mark Lundquist said the following on 20/1/07 19:22:
OK... so what is the deal with
http://cocoon.zones.apache.org/daisy/cdocs-site-main/g1/1285.html
This is the part that goes on the main site. Use this for document creation.
http://cocoon.zones.apache.org/daisy/cdocs/g2/g1/g1/1285.h
Thien said the following on 19/1/07 11:56:
A little explanation to the visuals.
Let me first say, I think all are fabulously done and show off your skills.
1. Typical masthead design, the dark area has the word "cocoon" drawn in
a Lego-like look.
To me this one felt like: "the old one but d
Hi everyone,
Thien has kindly provided some awesome designs for the masthead. Thanks
Thien!
I've put them up at:
http://people.apache.org/~hepabolu/all.html
The 'all' page contains all designs at once for easy comparison, the top
line contains links to four identical mock
Jeremy Quinn said the following on 9/1/07 13:12:
The next level of complexity, is all of the groups and layout stuff in
the cforms xslt.
In hindsight, it seems this could have been done cleaner in a separate
namespace, but we do not have that option now, unless we want to force
everyone to com
I'm just curious to know how things are progressing. Any news?
Bye, Helma
Jeremy Quinn said the following on 6/1/07 20:22:
OK, I only have 'guest' under the role menu, so I assume someone has
to enable me as a doc-editor?
Fixed. Your default role is doc-editor, but I've also given you the
doc-committer role (since you're a committer ;-) ) which is allowed to
put do
Carsten Ziegeler said the following on 21/12/06 12:38:
Ross Gardler wrote:
Thanks for the info! One final question :) where do I find the docs for
2.1 in Daisy?
Fairly important I suppose...
http://cocoon.zones.apache.org/daisy/documentation/659.html
Hmm, that does not look like the docs I f
Vadim Gritsenko said the following on 18/12/06 17:14:
get 2.1.10 out, close 2.1.x branch, and work on getting 2.2 out - i'm
completely +1 on this line of thinking. Why do we need to keep on
dragging 2.1.x branch forward? Just say that 2.1.10 is last on jdk 1.3
(and last of 2.1.x), and 2.2 forwa
Guys,
I read only part of the discussion but seeing the reasons to either drop
the 1.3 compatibility (no resources, too much effort) or keep it
(versioning requirements), both sides have valuable arguments.
My initial thought was similar to Ralph's only he had better arguments ;-) :
- stop t
Jorg Heymans said the following on 7/12/06 09:06:
Niclas Hedhman wrote:
3. PNG scaling == big problems.
4. Thien normally works with Illustrator, and handing over SVG instead
of rendered PNG is not a big deal.
I see your point. Well as long as Thien is happy in the end that's fine
then
Ard Schrijvers said the following on 5/12/06 12:40:
...I replaced this xsl transformer with a custom
StripNameSpacesTransformer
(about just 10 lines), which outperforms the slow xsl
transformation a factor 30...
This would be useful to have in Cocoon, go for it!
I thought it was too trivial
falcorn said the following on 4/12/06 13:47:
I removed dtd declaration and xml:space attribute has gone;
But there is declaration of xmlns:i18n at html tag.
And IE dosen't like this attribute. I get blank page.
In FF everything is correct, I only get some warrnings from Tidy that there
is not st
Carsten Ziegeler said the following on 4/12/06 14:08:
It's time to release again - thanks to Bruno we have solved the rhino
licensing problem now and imho nothing is preventing us from a release.
If there are no outstanding issues I will assemble a release next monday
(11th), put it up for downl
Vadim Gritsenko said the following on 1/12/06 01:18:
hepabolu wrote:
All: I know it is quite early for this, but in order to review the
galleries of samples that Thien will be delivering ;-) we need a space
to put them. I don't mind to help out in getting them uploaded, but it
would be
Mark Lundquist said the following on 30/11/06 12:48:
Niclas Hedhman wrote:
I have just hired a Graphics Designer here at CodeDragons, and we don't
think we will manage to fill his pipeline with commercial work from the
start. I have previously promised that he will be available some o
Arje Cahn said the following on 6/11/06 16:29:
News on the homepage: excellent!! I love it. It would be better if we
could have the date presented as part of the title:
# 10/18/06: News Management in our Docs submitted by Ross
Gardler, 10/18/06 9:59:32 PM
I tend to disagree on this, although i
Antonio Gallardo said the following on 30/10/06 01:08:
Hi folks,
In http://cocoon.apache.org/2.1/changes.html we read for each release:
Contributors to this release
We thank the following people for their contributions to this release.
This is a list of all people who participated as
Ross Gardler said the following on 18/10/06 23:36:
Daniel Fagerstrom wrote:
[news items]
Guys,
I wholeheartily welcome your ideas of news items and I fully agree with
Ross that they should be entered in Daisy directly. If Daisy can be
configured to auto-publish after a delay, that's great.
Bertrand Delacretaz said the following on 18/10/06 13:56:
Thanks Arje for starting this thread.
+1
Guys,
since the documentation is my main focus, I want to chime in here.
Re the redesign of the website:
I haven't discussed this much with Reinhard, but my intention was a new
revamped websi
Jeremy Quinn said the following on 6/10/06 20:47:
On 6 Oct 2006, at 18:46, hepabolu wrote:
Jeremy Quinn said the following on 6/10/06 16:42:
Hi All
We had an informal group discussion on Tuesday at the Hackathon about
CForms.
The purpose of the discussion was to find a consensus on the
Jeremy Quinn said the following on 6/10/06 16:42:
Hi All
We had an informal group discussion on Tuesday at the Hackathon about
CForms.
The purpose of the discussion was to find a consensus on the direction
to take CForms, so that everybody who would like to work on it is
hopefully going to ta
Reinhard Poetz said the following on 6/10/06 16:06:
Carsten Ziegeler wrote:
We have done a lot of changes since M1 - we have a new Spring bridge,
updated to Spring 2.0 final, the dispatcher servlet etc. I think it
makes sense to release this stuff as M2.
WDYT?
agreed. let's wait for Daniel's
Sylvain Wallez said the following on 3/10/06 13:26:
Geert Josten wrote:
+1 for the blocks, because it simplifies the stay/leave
selection. In a
later stage the poll can be repeated per block for the
individual components.
I also suggest to ask for a TOP 5 and create a TOP 10 from
that to cat
Bertrand Delacretaz said the following on 3/10/06 12:05:
On 10/3/06, Sylvain Wallez <[EMAIL PROTECTED]> wrote:
...So the idea is to involve users in the process and conduct a poll
where
they will be able to list the components they use regularly so that we
can find those that can be pushed to
Carsten Ziegeler said the following on 29/9/06 12:12:
but I'm not very enthusiastic about it as imho time and energy could be
used in different places. Let's get this 2.2 release out *now*.
I agree, but does anyone know what is needed for this? I went as far
back as May 2005 but every topic o
Reinhard Poetz said the following on 29/9/06 11:14:
Carsten Ziegeler wrote:
hepabolu wrote:
How much extra effort would it take to allow overriding the location
in e.g. the sitemap? E.g. as an attribute in map:flow
That shouldn't be difficult - but then the question is if th
Carsten Ziegeler said the following on 29/9/06 09:19:
If noone objects I will add the stuff in the next days.
I like the feature but not the location as flowscripts are not configuration
files. What about ./flow only?
Ok, it seems that everyone here is in favour of using just "flow"
without a
Reinhard Poetz said the following on 28/9/06 14:55:
We have invested a lot of time into making trunk build with M2. And
don't forget that it's much more than just compiling the thing.
We have two archetypes, one deployment plugin, the documentation which
is exported using Maven, a working int
Guys,
Daisy on the zones gives a 502. In an attempt to fix it myself I wanted
to follow Bertrand's link in the message below, but I'm not able to
access it.
So please help.
Bye, Helma
Bertrand Delacretaz said the following on 24/11/05 21:37:
> Le 24 nov. 05, à 20:56, Jorg Heymans a écrit :
One reply to all the others:
Leszek Gawron said the following on 27/9/06 16:25:
> I have managed to create a single blog entry about starting a mavenized
> cocoon application: http://ouzo.squash.eu.org/
>
> It enlists all the commands you need to enter to create a valid cocoon
> application skele
Guys,
I've watched the devlist with growing astonishment seeing how you got
into Maven2 and under its hood at an amazing pace.
My first steps into Maven v1 were not very successful and at the time
clear documentation of Maven2 was non-existent. I suppose this has
changed by now, but I'm stil
Leszek Gawron said the following on 7/9/06 13:55:
As I suck in writing documentation I decided to summarize first steps to
create a cocoon application in a blog entry [1]
If anybody finds it useful I will continue the tutorial. The best thing
would be if somebody more english fluent ports it t
Reinhard Poetz said the following on 23/9/06 11:56:
hepabolu wrote:
Reinhard Poetz said the following on 22/9/06 17:46:
--
First, thanks for reading so far! If you agree, I would like that we
use the new
documentation structure in Daisy for our Cocoon 2.2 docs and polish
the Maven
about the (Forrest) skin I created about half a year ago?
http://web.inter.nl.net/users/hepabolu/cocoondocsskin/
I'll change it to Maven if necessary.
cocoon.zones.apache.org which would help us to find out how the result
docs look like.
A lot of stuff that we could trigger at the GT an
Andrew Savory said the following on 18/9/06 17:38:
Hi,
Arje Cahn wrote:
I agree with all of these. I also agree with Betrand to have the rest
of Andrew's talks be written up on XML.com or similar. We missed out
on the last round of articles that I proposed after the previous GT,
so it might
1 - 100 of 367 matches
Mail list logo