cvs commit: maven-plugins/appserver/xdocs changes.xml

2004-04-25 Thread plynch
plynch 2004/04/25 13:23:27 Modified:appserver/xdocs changes.xml Log: o add notes regarding two new fixes in 2.1 SNAPSHOT Revision ChangesPath 1.9 +7 -4 maven-plugins/appserver/xdocs/changes.xml Index: changes.xml

cvs commit: maven-plugins/appserver plugin.jelly

2004-04-25 Thread plynch
plynch 2004/04/25 13:19:51 Modified:appserver plugin.jelly Log: o instead of Ant conditions to test socket connections and http connections, use Jelly so that properties can be reset each time init is called. Issue ID: MPAPPSERVER-7 Revision ChangesPath 1.9

cvs commit: maven-plugins/appserver project.xml

2004-04-25 Thread plynch
plynch 2004/04/25 11:43:46 Modified:appserver project.xml Log: o moving current version to 2.1-SNAPSHOT as that is where we are at. Revision ChangesPath 1.25 +10 -5 maven-plugins/appserver/project.xml Index: project.xml

cvs commit: maven-plugins/appserver/src/plugin-resources tomcat-4.1.x.jelly

2004-04-14 Thread plynch
plynch 2004/04/14 06:26:03 Modified:appserver plugin.properties appserver/src/plugin-resources tomcat-4.1.x.jelly Log: o apply patch for MPAPPSERVER-05 provided by Guillaume Lasnier which provides server debugging support Revision ChangesPath 1.5

cvs commit: maven/src/bin maven.bat

2003-06-05 Thread plynch
plynch 2003/06/05 00:33:24 Modified:src/bin maven.bat Log: o did the ole' unix2dos maven.bat to convert the line endings of this file to dos type Revision ChangesPath 1.37 +160 -160 maven/src/bin/maven.bat Index: mave

cvs commit: maven/src/plugins-build/webserver plugin.jelly

2003-03-27 Thread plynch
plynch 2003/03/27 12:50:45 Modified:src/plugins-build/webserver plugin.jelly Log: o making maven.webserver.test.url optional o adding a bunch of FIXME notes about the next release of werkz which hopefully contains the already implemented session attribute on attaingoal. In the

cvs commit: maven/src/plugins-build/webserver plugin.properties

2003-03-27 Thread plynch
plynch 2003/03/27 12:46:18 Modified:src/plugins-build/webserver plugin.properties Log: o maven.webserver.test.url is now optional. If not defined then we only test the socket to see if the server is started. If defined then both the socket and url must be valid. Revision

cvs commit: maven/src/plugins-build/webserver/src/plugin-resources apache-2.x.jelly

2003-03-27 Thread plynch
plynch 2003/03/27 09:31:00 Modified:src/plugins-build/webserver/src/plugin-resources apache-2.x.jelly Log: o simplify the Windows specific executable calls by using multiple os attribute values Revision ChangesPath 1.5 +33 -101 maven

cvs commit: maven/src/plugins-build/webserver plugin.jelly

2003-03-27 Thread plynch
plynch 2003/03/27 09:29:25 Modified:src/plugins-build/webserver plugin.jelly Log: o use define taglib to help isolate the main work of the goals o improve user feedback o be explicit with the variable retrieval to avoid jexl issues Revision ChangesPath 1.11 +96