Re: cvs commit: maven/src/plugins-build/xdoc/src/plugin-resourcesnavigation.jsl site.jsl

2003-07-23 Thread Ben Walding
Yeah I noticed that got through in my first round :)

I like to put STUPID words in all caps so I can notice them flying by in 
logs.

I had to do way too much JELLY WRESTLING to get those changes working.  
Although it still a little dirty, overall the whole process is a lot 
cleaner now.

(You're not supposed to read these CVS messages!)

Cheers,

Ben

Aslak Hellesøy wrote:

[EMAIL PROTECTED] wrote:

bwalding2003/07/23 03:06:41
 

snip

 +
 +HASHISH ${size(projectNavRoot)} - 
${projectNavRoot.getClass().getName()}


How about some units? Is that grams or kilos? 


The units would be ounces of course! (and if you know the conversion 
between ounces and grams, then the police would like to have a few words 
with you)



Aslak



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: cvs commit: maven/src/plugins-build/xdoc/src/plugin-resourcesnavigation.jsl site.jsl

2003-07-23 Thread Aslak Hellesøy
[EMAIL PROTECTED] wrote:

bwalding2003/07/23 03:06:41
 

snip

 +  
 +  HASHISH ${size(projectNavRoot)} - 
${projectNavRoot.getClass().getName()}

How about some units? Is that grams or kilos?

Aslak

--
http://blogs.codehaus.org/people/rinkrank/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: cvs commit: maven/src/plugins-build/xdoc/src/plugin-resourcesnavigation.jsl site.jsl

2003-07-23 Thread dion
Tabs??
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


[EMAIL PROTECTED] wrote on 23/07/2003 08:06:42 PM:

> bwalding2003/07/23 03:06:41
> 
>   Modified:src/plugins-build/xdoc/src/test project.properties
> project.xml
>src/plugins-build/xdoc plugin.jelly
>src/plugins-build/xdoc/src/plugin-resources site.jsl
>   Added:   src/plugins-build/xdoc/src/plugin-resources 
navigation.jsl
>   Log:
>   Pass 1.
> 
>   o It works, but is incomplete and broken.  I am committing now as 
> I have very bad
> 
>   non-deterministic behaviour with jelly and I like committing as I go.
> 
> 
> 
>   o Need to convert project documentation tree to navigation.jsl
> 
>   o Need to remove temporary file creation in plugin.jsl
> 
> 
> 
>   PR: MAVEN-602
> 
>   Revision  ChangesPath
>   1.2   +1 -1  maven/src/plugins-
> build/xdoc/src/test/project.properties
> 
>   Index: project.properties
>   ===
>   RCS file: /home/cvs/maven/src/plugins-build/xdoc/src/test/project.
> properties,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- project.properties   15 Feb 2003 14:07:08 -   1.1
>   +++ project.properties   23 Jul 2003 10:06:41 -   1.2
>   @@ -1,2 +1,2 @@
>maven.xdoc.date=left
>   -maven.xdoc.includeProjectDocumentation=false
>   \ No newline at end of file
>   +mxaven.xdoc.includeProjectDocumentation=false
>   \ No newline at end of file
> 
> 
> 
>   1.3   +1 -3  maven/src/plugins-build/xdoc/src/test/project.xml
> 
>   Index: project.xml
>   ===
>   RCS file: 
/home/cvs/maven/src/plugins-build/xdoc/src/test/project.xml,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -r1.2 -r1.3
>   --- project.xml   19 Mar 2003 06:11:24 -   1.2
>   +++ project.xml   23 Jul 2003 10:06:41 -   1.3
>   @@ -8,11 +8,9 @@
>  
>Apache Software Foundation
>http://jakarta.apache.org/
>   -http://maven.apache.org/images/jakarta-logo-blue.gif
>  
>  2001
>   -  http://maven.apache.org/images/maven.jpg
>   -
>   + 
> 
>
> 
> 
> 
> 
>   1.35  +16 -1 maven/src/plugins-build/xdoc/plugin.jelly
> 
>   Index: plugin.jelly
>   ===
>   RCS file: /home/cvs/maven/src/plugins-build/xdoc/plugin.jelly,v
>   retrieving revision 1.34
>   retrieving revision 1.35
>   diff -u -r1.34 -r1.35
>   --- plugin.jelly   17 Jul 2003 11:02:26 -   1.34
>   +++ plugin.jelly   23 Jul 2003 10:06:41 -   1.35
>   @@ -315,7 +315,22 @@
>
>
>
>   -
>   + 
>   + 
>   +
>   +  
>   + 
>   +  
>   +  
>   +  
>   +  
>   + 
>   +  
>   +  HASHISH ${size(projectNavRoot)} - ${projectNavRoot.
> getClass().getName()}
>   + 
>   +
>   + 
>   + 
>  omitXmlDeclaration="true" outputMode="xml"
>  prettyPrint="no">
> 
> 
> 
>   1.30  +2 -0  maven/src/plugins-build/xdoc/src/plugin-
> resources/site.jsl
> 
>   Index: site.jsl
>   ===
>   RCS file: /home/cvs/maven/src/plugins-build/xdoc/src/plugin-
> resources/site.jsl,v
>   retrieving revision 1.29
>   retrieving revision 1.30
>   diff -u -r1.29 -r1.30
>   --- site.jsl   17 Jul 2003 10:44:28 -   1.29
>   +++ site.jsl   23 Jul 2003 10:06:41 -   1.30
>   @@ -165,6 +165,8 @@
>
>   select="$nav/body/menu[not(@type) | @type='header'] | 
$nav/body/search"/>
>
>   +
>   +
> 
>
>${file}
> 
> 
> 
>   1.1  maven/src/plugins-build/xdoc/src/plugin-
> resources/navigation.jsl
> 
>   Index: navigation.jsl
>   ===
>   
>   
>xmlns:define="jelly:define"
> xmlns:j="jelly:core"
> xmlns:jsl="jelly:jsl"
> xmlns:log="jelly:log"
> xmlns:util="jelly:util"
> xmlns:x="jelly:xml"
> xmlns:doc="doc"
> xmlns="dummy" trim="true">
> 
> 
> 
>   
> 
>   
> 
>
> 
>   
> 
>   
> 
> 
> 
> 
> 
>   
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>