Re: svn commit: r381471 - in /jakarta/commons/proper/jexl/trunk/xdocs: building.xml navigation.xml

2006-02-27 Thread Dion Gillard
Thanks for this!

I've been hoping/trying to get a site refresh out for JEXL for the
last couple of days, but can't get it to work. It's tempting just to
remove the commons-build links and hard code them in.

On 2/28/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote:
> On 2/27/06, Dion Gillard <[EMAIL PROTECTED]> wrote:
> > Rahul,
> >
> > can you get the site to build for JEXL?
> >
> 
>
> Yes, planning to update the site in a few -- we have a bunch of
> changes (thanks to your recent efforts) so the site will be better
> served with a refresh -- that'll also fix some broken links. I will
> move the 1.0 Javadocs before republishing so we have both (1.0 and
> 1.0.1-SNAPSHOT) available via the website.
>
> Sorry, saw your other thread, but I'm sure why its failing for you.
>
> -Rahul
>
> > On 2/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > Author: rahul
> > > Date: Mon Feb 27 14:35:34 2006
> > > New Revision: 381471
> > >
> 
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
http://www.multitask.com.au/people/dion/
Chuck Norris sleeps with a night light. Not because Chuck Norris is
afraid of the dark, but because the dark is afraid of Chuck Norris

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



Re: svn commit: r381471 - in /jakarta/commons/proper/jexl/trunk/xdocs: building.xml navigation.xml

2006-02-27 Thread Rahul Akolkar
On 2/27/06, Dion Gillard <[EMAIL PROTECTED]> wrote:
> Rahul,
>
> can you get the site to build for JEXL?
>


Yes, planning to update the site in a few -- we have a bunch of
changes (thanks to your recent efforts) so the site will be better
served with a refresh -- that'll also fix some broken links. I will
move the 1.0 Javadocs before republishing so we have both (1.0 and
1.0.1-SNAPSHOT) available via the website.

Sorry, saw your other thread, but I'm sure why its failing for you.

-Rahul

> On 2/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > Author: rahul
> > Date: Mon Feb 27 14:35:34 2006
> > New Revision: 381471
> >


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



Re: svn commit: r381471 - in /jakarta/commons/proper/jexl/trunk/xdocs: building.xml navigation.xml

2006-02-27 Thread Dion Gillard
Rahul,

can you get the site to build for JEXL?

On 2/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Author: rahul
> Date: Mon Feb 27 14:35:34 2006
> New Revision: 381471
>
> URL: http://svn.apache.org/viewcvs?rev=381471&view=rev
> Log:
> Add a section on building JEXL, wire it to the navbar.
>
>
> Added:
> jakarta/commons/proper/jexl/trunk/xdocs/building.xml   (with props)
> Modified:
> jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml
>
> Added: jakarta/commons/proper/jexl/trunk/xdocs/building.xml
> URL: 
> http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/xdocs/building.xml?rev=381471&view=auto
> ==
> --- jakarta/commons/proper/jexl/trunk/xdocs/building.xml (added)
> +++ jakarta/commons/proper/jexl/trunk/xdocs/building.xml Mon Feb 27 14:35:34 
> 2006
> @@ -0,0 +1,61 @@
> +
> +
> +
> + 
> +  Building Commons JEXL
> +  Commons Documentation 
> Team
> + 
> +
> +
> +
> +
> +  Commons JEXL uses http://maven.apache.org";>Maven or
> +  http://ant.apache.org";>Ant as a build system. The source is
> +   href="http://svn.apache.org/repos/asf/jakarta/commons/proper/jexl/trunk/";>here.
> +
> +
> +
> +
> +  
> +To build a jar file, change into JEXL's root directory (see source link 
> above)
> +and run "maven jar". The result will be in the "target" subdirectory.
> +  
> +  
> +To build the Javadocs, run "maven javadoc".
> +The result will be in "target/docs/apidocs".
> +  
> +  
> +To build the full website, run "maven site". You will need to fetch the
> + href="http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk/";>commons-build
> +directory to build the full website, and place it as a sibling directory 
> of the
> +JEXL root directory. The result will be in "target/docs".
> +  
> +
> +
> +
> +  
> +To build a jar file, change into JEXL's root directory and run "ant jar".
> +The result will be in the "target" subdirectory.
> +  
> +  
> +To build the Javadocs, run "ant javadoc".
> +The result will be in "dist/docs".
> +  
> +
> +
> +
> +
>
> Propchange: jakarta/commons/proper/jexl/trunk/xdocs/building.xml
> --
> svn:eol-style = native
>
> Propchange: jakarta/commons/proper/jexl/trunk/xdocs/building.xml
> --
> svn:keywords = Date Author Id Revision HeadURL
>
> Modified: jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml
> URL: 
> http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml?rev=381471&r1=381470&r2=381471&view=diff
> ==
> --- jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml (original)
> +++ jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml Mon Feb 27 
> 14:35:34 2006
> @@ -27,8 +27,8 @@
> href="http://svn.apache.org/repos/asf/jakarta/commons/proper/jexl/trunk/examples/"/>
>
>
> -   href="/reference/index.html">
> -  
> +   href="/reference/index.html"/>
> +  
> href="http://wiki.apache.org/jakarta-commons/JEXL"/>
>  
>  &bottom-menus;
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
http://www.multitask.com.au/people/dion/
Chuck Norris sleeps with a night light. Not because Chuck Norris is
afraid of the dark, but because the dark is afraid of Chuck Norris

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



svn commit: r381471 - in /jakarta/commons/proper/jexl/trunk/xdocs: building.xml navigation.xml

2006-02-27 Thread rahul
Author: rahul
Date: Mon Feb 27 14:35:34 2006
New Revision: 381471

URL: http://svn.apache.org/viewcvs?rev=381471&view=rev
Log:
Add a section on building JEXL, wire it to the navbar.


Added:
jakarta/commons/proper/jexl/trunk/xdocs/building.xml   (with props)
Modified:
jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml

Added: jakarta/commons/proper/jexl/trunk/xdocs/building.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/xdocs/building.xml?rev=381471&view=auto
==
--- jakarta/commons/proper/jexl/trunk/xdocs/building.xml (added)
+++ jakarta/commons/proper/jexl/trunk/xdocs/building.xml Mon Feb 27 14:35:34 
2006
@@ -0,0 +1,61 @@
+
+
+
+ 
+  Building Commons JEXL
+  Commons Documentation 
Team
+ 
+
+
+
+
+  Commons JEXL uses http://maven.apache.org";>Maven or
+  http://ant.apache.org";>Ant as a build system. The source is
+  http://svn.apache.org/repos/asf/jakarta/commons/proper/jexl/trunk/";>here.
+
+
+
+
+  
+To build a jar file, change into JEXL's root directory (see source link 
above)
+and run "maven jar". The result will be in the "target" subdirectory.
+  
+  
+To build the Javadocs, run "maven javadoc".
+The result will be in "target/docs/apidocs".
+  
+  
+To build the full website, run "maven site". You will need to fetch the
+http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk/";>commons-build
+directory to build the full website, and place it as a sibling directory 
of the
+JEXL root directory. The result will be in "target/docs".
+  
+
+
+
+  
+To build a jar file, change into JEXL's root directory and run "ant jar".
+The result will be in the "target" subdirectory.
+  
+  
+To build the Javadocs, run "ant javadoc".
+The result will be in "dist/docs".
+  
+
+
+
+

Propchange: jakarta/commons/proper/jexl/trunk/xdocs/building.xml
--
svn:eol-style = native

Propchange: jakarta/commons/proper/jexl/trunk/xdocs/building.xml
--
svn:keywords = Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml?rev=381471&r1=381470&r2=381471&view=diff
==
--- jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/jexl/trunk/xdocs/navigation.xml Mon Feb 27 14:35:34 
2006
@@ -27,8 +27,8 @@
   http://svn.apache.org/repos/asf/jakarta/commons/proper/jexl/trunk/examples/"/>
   
   
-  
-
+  
+  
   http://wiki.apache.org/jakarta-commons/JEXL"/>
 
 &bottom-menus;



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