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