https://issues.apache.org/bugzilla/show_bug.cgi?id=51972
--- Comment #3 from Heikki Vesalainen 2011-10-08
08:57:00 UTC ---
I would also suggest using the java.net.URI to resolve things in place of any
home-brewn code.
private String toAbsolute(String href) {
URI base = URI.create(requestURI);
Author: olamy
Date: Sat Oct 8 17:44:42 2011
New Revision: 1180425
URL: http://svn.apache.org/viewvc?rev=1180425&view=rev
Log:
[MTOMCAT-62] tomcat7 support: move webapp classLoader entries calculation to an
external component.
Added:
tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/
Author: olamy
Date: Sat Oct 8 17:45:07 2011
New Revision: 1180426
URL: http://svn.apache.org/viewvc?rev=1180426&view=rev
Log:
add missing license header
Modified:
tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml
Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.
Author: olamy
Date: Sat Oct 8 17:45:36 2011
New Revision: 1180427
URL: http://svn.apache.org/viewvc?rev=1180427&view=rev
Log:
[MTOMCAT-62] tomcat7 support: move embedded registry and
ExternalRepositoriesReloadableWebappLoader to common package.
Added:
tomcat/maven-plugin/trunk/common-tomca
Author: olamy
Date: Sat Oct 8 17:48:40 2011
New Revision: 1180430
URL: http://svn.apache.org/viewvc?rev=1180430&view=rev
Log:
add a note on how to build
Added:
tomcat/maven-plugin/trunk/BUILD.TXT
Added: tomcat/maven-plugin/trunk/BUILD.TXT
URL:
http://svn.apache.org/viewvc/tomcat/maven-plug
Author: olamy
Date: Sat Oct 8 17:49:16 2011
New Revision: 1180431
URL: http://svn.apache.org/viewvc?rev=1180431&view=rev
Log:
dbcp needed for database resource
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml
Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/pom.xml
U
Author: olamy
Date: Sat Oct 8 17:49:35 2011
New Revision: 1180432
URL: http://svn.apache.org/viewvc?rev=1180432&view=rev
Log:
fix documentation on naming activation
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunM
Author: olamy
Date: Sat Oct 8 17:50:01 2011
New Revision: 1180433
URL: http://svn.apache.org/viewvc?rev=1180433&view=rev
Log:
add a page on how to test SNAPSHOT build of this mojo
Added:
tomcat/maven-plugin/trunk/src/site/apt/snapshot-test.apt (with props)
Modified:
tomcat/maven-plugin
Author: olamy
Date: Sat Oct 8 17:50:21 2011
New Revision: 1180434
URL: http://svn.apache.org/viewvc?rev=1180434&view=rev
Log:
ignore .DS_Store
Modified:
tomcat/maven-plugin/trunk/.gitignore
Modified: tomcat/maven-plugin/trunk/.gitignore
URL:
http://svn.apache.org/viewvc/tomcat/maven-plugin
[
https://issues.apache.org/jira/browse/MTOMCAT-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13123539#comment-13123539
]
Hudson commented on MTOMCAT-62:
---
Integrated in TomcatMavenPlugin-mvn2.x #3 (See
[https://bu
[
https://issues.apache.org/jira/browse/MTOMCAT-62?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13123540#comment-13123540
]
Hudson commented on MTOMCAT-62:
---
Integrated in TomcatMavenPlugin #20 (See
[https://builds.a
Author: olamy
Date: Sat Oct 8 17:56:11 2011
New Revision: 1180437
URL: http://svn.apache.org/viewvc?rev=1180437&view=rev
Log:
add svn:ignore
Modified:
tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/ (props changed)
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/ (props changed)
Author: olamy
Date: Sat Oct 8 20:45:24 2011
New Revision: 1180486
URL: http://svn.apache.org/viewvc?rev=1180486&view=rev
Log:
ignore *.iml
Modified:
tomcat/trunk/ (props changed)
Propchange: tomcat/trunk/
--
--- s
13 matches
Mail list logo