[jira] Created: (MAVENUPLOAD-478) Please upload extremecomponents to ibiblio

2005-08-10 Thread Todd Huss (JIRA)
Please upload extremecomponents to ibiblio
--

 Key: MAVENUPLOAD-478
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-478
 Project: maven-upload-requests
Type: Improvement
 Reporter: Todd Huss


I've created the project bundle for:

http://extremecomponents.org/extremesite/welcome.jsp

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Commented: (MAVENUPLOAD-445) Repo request for UrlRewriteFilter

2005-07-25 Thread Todd Huss (JIRA)
[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-445?page=comments#action_43397 ] 

Todd Huss commented on MAVENUPLOAD-445:
---

OK, I've made those changes:

http://www.gabrito.com/~thuss/urlrewritefilter-2.4-bundle.jar 

> Repo request for UrlRewriteFilter
> -
>
>  Key: MAVENUPLOAD-445
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-445
>  Project: maven-upload-requests
> Type: Task
> Reporter: Todd Huss

>
>
> Could you include the UrlRewriteFilter http://tuckey.org/urlrewrite/ in the 
> ibiblio repo?
> Here's a shot at a project file for it:
>  
>   3
>   urlrewritefilter-2.4
>   urlrewritefilter
>   2.4
>   
> java.net project
> https://urlrewrite.dev.java.net
>   
>   
> 
>   BSD License
>   http://www.opensource.org/licenses/bsd-license.html
> 
>   
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Commented: (MAVENUPLOAD-445) Repo request for UrlRewriteFilter

2005-07-20 Thread Todd Huss (JIRA)
[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-445?page=comments#action_43130 ] 

Todd Huss commented on MAVENUPLOAD-445:
---

Carlos, thanks for the link! I've created an upload bundle at:

http://www.gabrito.com/~thuss/urlrewritefilter-2.4-bundle.jar

> Repo request for UrlRewriteFilter
> -
>
>  Key: MAVENUPLOAD-445
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-445
>  Project: maven-upload-requests
> Type: Task
> Reporter: Todd Huss

>
>
> Could you include the UrlRewriteFilter http://tuckey.org/urlrewrite/ in the 
> ibiblio repo?
> Here's a shot at a project file for it:
>  
>   3
>   urlrewritefilter-2.4
>   urlrewritefilter
>   2.4
>   
> java.net project
> https://urlrewrite.dev.java.net
>   
>   
> 
>   BSD License
>   http://www.opensource.org/licenses/bsd-license.html
> 
>   
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Created: (MAVENUPLOAD-445) Repo request for UrlRewriteFilter

2005-07-19 Thread Todd Huss (JIRA)
Repo request for UrlRewriteFilter
-

 Key: MAVENUPLOAD-445
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-445
 Project: maven-upload-requests
Type: Task
 Reporter: Todd Huss


Could you include the UrlRewriteFilter http://tuckey.org/urlrewrite/ in the 
ibiblio repo?

Here's a shot at a project file for it:

 
  3
  urlrewritefilter-2.4
  urlrewritefilter
  2.4
  
java.net project
https://urlrewrite.dev.java.net
  
  

  BSD License
  http://www.opensource.org/licenses/bsd-license.html

  


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Commented: (MPHIBERNATE-14) Support Hibernate 3.0

2005-06-08 Thread Todd Huss (JIRA)
 [ 
http://jira.codehaus.org/browse/MPHIBERNATE-14?page=comments#action_40819 ]
 
Todd Huss commented on MPHIBERNATE-14:
--

Anyone know when a new version of the maven hibernate plugin will be release 
including Anthony's version 2 and 3 compatability patch?

> Support Hibernate 3.0
> -
>
>  Key: MPHIBERNATE-14
>  URL: http://jira.codehaus.org/browse/MPHIBERNATE-14
>  Project: maven-hibernate-plugin
> Type: Improvement
> Versions: 1.3
>  Environment: N/A
> Reporter: Mark Hobson
>  Attachments: hibernate3support.diff, version2and3comat.diff
>
>
> In Hibernate 3.0, currently alpha, the class structure has changed from 
> net.sf.hibernate to org.hibernate.  This means that when using this plugin 
> the user has to change the dialect class in hibernate.cfg.xml or 
> hibernate.properties before & after a hibernate:schema-export.
> To upgrade this plugin to support 3.0 is very straightforward - just change 
> the dependency, reorganise the imports & fix line 178 of SchemaBeanBase to 
> support the new API method Configuration.addJar(File).  There's also the 3.0 
> DTD's to add support for, but nothing major to get things working.
> Obviously these changes will break 2.1 users, so is it worth maintaining 
> parallel releases for both 2.1 and 3.0 Hibernate users?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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