[jira] Updated: (ZOOKEEPER-747) Add C# generation to Jute

2010-05-03 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-747:
---

  Status: Resolved  (was: Patch Available)
Hadoop Flags: [Reviewed]
  Resolution: Fixed

+1 looks good, Thanks Eric!

> Add C# generation to Jute
> -
>
> Key: ZOOKEEPER-747
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-747
> Project: Zookeeper
>  Issue Type: New Feature
>  Components: jute
>Reporter: Eric Hauser
>Assignee: Eric Hauser
> Fix For: 3.4.0
>
> Attachments: ZOOKEEPER-747.patch
>
>
> The following patch adds a new language, C#, to the Jute code generation.  
> The code that is generated does have a dependency on a third party library, 
> Jon Skeet's MiscUtil, which is Apache licensed.  The library is necessary 
> because C# does not provide big endian support in the base class libraries.
> As none of the existing Jute code has any unit tests, I have not added tests 
> for this patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-747) Add C# generation to Jute

2010-04-22 Thread Eric Hauser (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Hauser updated ZOOKEEPER-747:
--

Attachment: ZOOKEEPER-747.patch

> Add C# generation to Jute
> -
>
> Key: ZOOKEEPER-747
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-747
> Project: Zookeeper
>  Issue Type: New Feature
>  Components: jute
>Reporter: Eric Hauser
>Assignee: Eric Hauser
> Fix For: 3.4.0
>
> Attachments: ZOOKEEPER-747.patch
>
>
> The following patch adds a new language, C#, to the Jute code generation.  
> The code that is generated does have a dependency on a third party library, 
> Jon Skeet's MiscUtil, which is Apache licensed.  The library is necessary 
> because C# does not provide big endian support in the base class libraries.
> As none of the existing Jute code has any unit tests, I have not added tests 
> for this patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-747) Add C# generation to Jute

2010-04-22 Thread Eric Hauser (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Hauser updated ZOOKEEPER-747:
--

Attachment: (was: ZOOKEEPER-747.patch)

> Add C# generation to Jute
> -
>
> Key: ZOOKEEPER-747
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-747
> Project: Zookeeper
>  Issue Type: New Feature
>  Components: jute
>Reporter: Eric Hauser
>Assignee: Eric Hauser
> Fix For: 3.4.0
>
> Attachments: ZOOKEEPER-747.patch
>
>
> The following patch adds a new language, C#, to the Jute code generation.  
> The code that is generated does have a dependency on a third party library, 
> Jon Skeet's MiscUtil, which is Apache licensed.  The library is necessary 
> because C# does not provide big endian support in the base class libraries.
> As none of the existing Jute code has any unit tests, I have not added tests 
> for this patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-747) Add C# generation to Jute

2010-04-22 Thread Eric Hauser (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Hauser updated ZOOKEEPER-747:
--

Status: Patch Available  (was: Open)

Should be all set now.

> Add C# generation to Jute
> -
>
> Key: ZOOKEEPER-747
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-747
> Project: Zookeeper
>  Issue Type: New Feature
>  Components: jute
>Reporter: Eric Hauser
>Assignee: Eric Hauser
> Fix For: 3.4.0
>
> Attachments: ZOOKEEPER-747.patch
>
>
> The following patch adds a new language, C#, to the Jute code generation.  
> The code that is generated does have a dependency on a third party library, 
> Jon Skeet's MiscUtil, which is Apache licensed.  The library is necessary 
> because C# does not provide big endian support in the base class libraries.
> As none of the existing Jute code has any unit tests, I have not added tests 
> for this patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-747) Add C# generation to Jute

2010-04-21 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-747:
---

Status: Open  (was: Patch Available)

Eric, this is great. QABot noticed that there's a RAT issue that needs to be 
addressed:

< [rat:report]  !? 
/grid/0/hudson/hudson-slave/workspace/Zookeeper-Patch-h1.grid.sp2.yahoo.net/trunk/build/zookeeper-3.4.0/src/java/main/org/apache/jute/compiler/CSharpGenerator.java

Basically the Apache license header is missing (take a look at the other .java 
files in that directory)

Once this is fixed we'll review/commit the change.

Thanks!

> Add C# generation to Jute
> -
>
> Key: ZOOKEEPER-747
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-747
> Project: Zookeeper
>  Issue Type: New Feature
>  Components: jute
>Reporter: Eric Hauser
>Assignee: Eric Hauser
> Fix For: 3.4.0
>
> Attachments: ZOOKEEPER-747.patch
>
>
> The following patch adds a new language, C#, to the Jute code generation.  
> The code that is generated does have a dependency on a third party library, 
> Jon Skeet's MiscUtil, which is Apache licensed.  The library is necessary 
> because C# does not provide big endian support in the base class libraries.
> As none of the existing Jute code has any unit tests, I have not added tests 
> for this patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-747) Add C# generation to Jute

2010-04-21 Thread Patrick Hunt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt updated ZOOKEEPER-747:
---

Fix Version/s: 3.4.0
  Component/s: jute

> Add C# generation to Jute
> -
>
> Key: ZOOKEEPER-747
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-747
> Project: Zookeeper
>  Issue Type: New Feature
>  Components: jute
>Reporter: Eric Hauser
>Assignee: Eric Hauser
> Fix For: 3.4.0
>
> Attachments: ZOOKEEPER-747.patch
>
>
> The following patch adds a new language, C#, to the Jute code generation.  
> The code that is generated does have a dependency on a third party library, 
> Jon Skeet's MiscUtil, which is Apache licensed.  The library is necessary 
> because C# does not provide big endian support in the base class libraries.
> As none of the existing Jute code has any unit tests, I have not added tests 
> for this patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-747) Add C# generation to Jute

2010-04-21 Thread Eric Hauser (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Hauser updated ZOOKEEPER-747:
--

Status: Patch Available  (was: Open)

> Add C# generation to Jute
> -
>
> Key: ZOOKEEPER-747
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-747
> Project: Zookeeper
>  Issue Type: New Feature
>Reporter: Eric Hauser
> Attachments: ZOOKEEPER-747.patch
>
>
> The following patch adds a new language, C#, to the Jute code generation.  
> The code that is generated does have a dependency on a third party library, 
> Jon Skeet's MiscUtil, which is Apache licensed.  The library is necessary 
> because C# does not provide big endian support in the base class libraries.
> As none of the existing Jute code has any unit tests, I have not added tests 
> for this patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-747) Add C# generation to Jute

2010-04-21 Thread Eric Hauser (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Hauser updated ZOOKEEPER-747:
--

Attachment: (was: ZOOKEEPER-747.patch)

> Add C# generation to Jute
> -
>
> Key: ZOOKEEPER-747
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-747
> Project: Zookeeper
>  Issue Type: New Feature
>Reporter: Eric Hauser
> Attachments: ZOOKEEPER-747.patch
>
>
> The following patch adds a new language, C#, to the Jute code generation.  
> The code that is generated does have a dependency on a third party library, 
> Jon Skeet's MiscUtil, which is Apache licensed.  The library is necessary 
> because C# does not provide big endian support in the base class libraries.
> As none of the existing Jute code has any unit tests, I have not added tests 
> for this patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-747) Add C# generation to Jute

2010-04-21 Thread Eric Hauser (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Hauser updated ZOOKEEPER-747:
--

Attachment: ZOOKEEPER-747.patch

Resubmitting...Cleaned up find bugs warnings

> Add C# generation to Jute
> -
>
> Key: ZOOKEEPER-747
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-747
> Project: Zookeeper
>  Issue Type: New Feature
>Reporter: Eric Hauser
> Attachments: ZOOKEEPER-747.patch, ZOOKEEPER-747.patch
>
>
> The following patch adds a new language, C#, to the Jute code generation.  
> The code that is generated does have a dependency on a third party library, 
> Jon Skeet's MiscUtil, which is Apache licensed.  The library is necessary 
> because C# does not provide big endian support in the base class libraries.
> As none of the existing Jute code has any unit tests, I have not added tests 
> for this patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-747) Add C# generation to Jute

2010-04-21 Thread Eric Hauser (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Hauser updated ZOOKEEPER-747:
--

Status: Open  (was: Patch Available)

> Add C# generation to Jute
> -
>
> Key: ZOOKEEPER-747
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-747
> Project: Zookeeper
>  Issue Type: New Feature
>Reporter: Eric Hauser
> Attachments: ZOOKEEPER-747.patch
>
>
> The following patch adds a new language, C#, to the Jute code generation.  
> The code that is generated does have a dependency on a third party library, 
> Jon Skeet's MiscUtil, which is Apache licensed.  The library is necessary 
> because C# does not provide big endian support in the base class libraries.
> As none of the existing Jute code has any unit tests, I have not added tests 
> for this patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-747) Add C# generation to Jute

2010-04-21 Thread Eric Hauser (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Hauser updated ZOOKEEPER-747:
--

Status: Patch Available  (was: Open)

> Add C# generation to Jute
> -
>
> Key: ZOOKEEPER-747
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-747
> Project: Zookeeper
>  Issue Type: New Feature
>Reporter: Eric Hauser
> Attachments: ZOOKEEPER-747.patch
>
>
> The following patch adds a new language, C#, to the Jute code generation.  
> The code that is generated does have a dependency on a third party library, 
> Jon Skeet's MiscUtil, which is Apache licensed.  The library is necessary 
> because C# does not provide big endian support in the base class libraries.
> As none of the existing Jute code has any unit tests, I have not added tests 
> for this patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-747) Add C# generation to Jute

2010-04-21 Thread Eric Hauser (JIRA)

 [ 
https://issues.apache.org/jira/browse/ZOOKEEPER-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Hauser updated ZOOKEEPER-747:
--

Attachment: ZOOKEEPER-747.patch

> Add C# generation to Jute
> -
>
> Key: ZOOKEEPER-747
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-747
> Project: Zookeeper
>  Issue Type: New Feature
>Reporter: Eric Hauser
> Attachments: ZOOKEEPER-747.patch
>
>
> The following patch adds a new language, C#, to the Jute code generation.  
> The code that is generated does have a dependency on a third party library, 
> Jon Skeet's MiscUtil, which is Apache licensed.  The library is necessary 
> because C# does not provide big endian support in the base class libraries.
> As none of the existing Jute code has any unit tests, I have not added tests 
> for this patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.