My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Jul 26, 2009
    issue 2 (NameAttribute does not implement Form.Attribute - therefore ...) reported by jamesa.lewis   -   I've been trying to add a name attribute to a form, and can't because the NameAttribute does not implement Form.Attribute therefore the form() factory method will not accept it as a valid parameter. Any chance you could fix this? Thanks Alistair... Alternately, you could always give me commit access... James
    I've been trying to add a name attribute to a form, and can't because the NameAttribute does not implement Form.Attribute therefore the form() factory method will not accept it as a valid parameter. Any chance you could fix this? Thanks Alistair... Alternately, you could always give me commit access... James
  • May 31, 2009
    Tutorial Wiki page edited by alistair.jones
  • May 31, 2009
    hypirinha-src-0.3.jar (Source code, including generated source code, release 0.3) file uploaded by cruise@hypirinha.org   -  
    Labels: Type-Source Featured
    Labels: Type-Source Featured
  • May 31, 2009
    hypirinha-0.3.jar (Self-contained JAR, release 0.3) file uploaded by cruise@hypirinha.org   -  
    Labels: Type-Java-Library Featured
    Labels: Type-Java-Library Featured
  • May 31, 2009
    r34 (Tag for release 0.3) committed by cruise@hypirinha.org   -   Tag for release 0.3
    Tag for release 0.3
  • May 31, 2009
    r33 (Prepare for next release) committed by alistair.jones   -   Prepare for next release
    Prepare for next release
  • May 31, 2009
    r32 (Remove random System.out.println();) committed by alistair.jones   -   Remove random System.out.println();
    Remove random System.out.println();
  • May 31, 2009
    r31 (Make heading into a link to the 'Home' page) committed by alistair.jones   -   Make heading into a link to the 'Home' page
    Make heading into a link to the 'Home' page
  • May 31, 2009
    r30 (Ignore classes folder which gets created by Eclipse) committed by alistair.jones   -   Ignore classes folder which gets created by Eclipse
    Ignore classes folder which gets created by Eclipse
  • May 30, 2009
    r29 (Check in web app for converting into hypirinha syntax) committed by alistair.jones   -   Check in web app for converting into hypirinha syntax
    Check in web app for converting into hypirinha syntax
  • May 19, 2009
    r28 (Change copyright notice to be less specific) committed by alistair.jones   -   Change copyright notice to be less specific
    Change copyright notice to be less specific
  • May 04, 2009
    issue 1 (Intro says Java5 but needs Java6) Status changed by alistair.jones   -   Hi Glen, Thanks so much for spotting this. Apologies for not responding for so long - I somehow missed the option to get email when somebody creates an issue. Anyway, it's fixed now. If you find the time to test it, you can get a new jar from: http://build.hypirinha.org/cruise/files/hypirinha-java/8/BuildAndTestStage/1/BuildAndTest/hypirinha.jar (login guest/guest) This change will find its way into version 0.3 which I aim to release in a couple of weeks. cheers, Alistair
    Status: Fixed
    Hi Glen, Thanks so much for spotting this. Apologies for not responding for so long - I somehow missed the option to get email when somebody creates an issue. Anyway, it's fixed now. If you find the time to test it, you can get a new jar from: http://build.hypirinha.org/cruise/files/hypirinha-java/8/BuildAndTestStage/1/BuildAndTest/hypirinha.jar (login guest/guest) This change will find its way into version 0.3 which I aim to release in a couple of weeks. cheers, Alistair
    Status: Fixed
  • May 04, 2009
    r27 (Explicitly target 1.5 JVMs) committed by alistair.jones   -   Explicitly target 1.5 JVMs
    Explicitly target 1.5 JVMs
  • Apr 22, 2009
    r26 (Add test that checks for appropriate copyright boilerplate, ...) committed by alistair.jones   -   Add test that checks for appropriate copyright boilerplate, and fix files that were lacking
    Add test that checks for appropriate copyright boilerplate, and fix files that were lacking
  • Apr 14, 2009
    issue 1 (Intro says Java5 but needs Java6) reported by glen.a.ford   -   What steps will reproduce the problem? 1. Mac OSX using Eclipse (configured for Java 1.5) 2. Import and then add hypirinha-0.2.jar to build path 3. Try and build example What is the expected output? What do you see instead? Expected: <html> <head> <link rel="stylesheet" href="styles.css"></link> </head> <body> <p class="greeting">Hello World</p> </body> </html> Actual: Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:675) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:316) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374) What version of the product are you using? On what operating system? 0.2 Mac OSX Eclipse 3.4 Java 1.5 Please provide any additional information below. Works fine if I set Eclipse to Java 1.6
    What steps will reproduce the problem? 1. Mac OSX using Eclipse (configured for Java 1.5) 2. Import and then add hypirinha-0.2.jar to build path 3. Try and build example What is the expected output? What do you see instead? Expected: <html> <head> <link rel="stylesheet" href="styles.css"></link> </head> <body> <p class="greeting">Hello World</p> </body> </html> Actual: Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:675) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:316) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374) What version of the product are you using? On what operating system? 0.2 Mac OSX Eclipse 3.4 Java 1.5 Please provide any additional information below. Works fine if I set Eclipse to Java 1.6
  • Apr 13, 2009
    hypirinha-src-0.2.jar (Source code, including generated source code, release 0.2) file uploaded by cruise@hypirinha.org   -  
    Labels: Type-Source Featured
    Labels: Type-Source Featured
  • Apr 13, 2009
    hypirinha-0.2.jar (Self-contained JAR, release 0.2) file uploaded by cruise@hypirinha.org   -  
    Labels: Type-Java-Library Featured
    Labels: Type-Java-Library Featured
  • Apr 13, 2009
    r25 (Tag for release 0.2) committed by cruise@hypirinha.org   -   Tag for release 0.2
    Tag for release 0.2
  • Apr 13, 2009
    r24 (Remove from source tree; now maintained in the Google Code W...) committed by alistair.jones   -   Remove from source tree; now maintained in the Google Code Wiki
    Remove from source tree; now maintained in the Google Code Wiki
  • Apr 13, 2009
    Tutorial Wiki page edited by alistair.jones
  • Apr 13, 2009
    Why Wiki page added by alistair.jones
  • Apr 13, 2009
    Limitations Wiki page added by alistair.jones
  • Apr 13, 2009
    Tutorial Wiki page edited by alistair.jones
  • Apr 13, 2009
    r19 (Update file labels; add username and password parameters to ...) committed by alistair.jones   -   Update file labels; add username and password parameters to svn command.
    Update file labels; add username and password parameters to svn command.
  • Apr 13, 2009
    Tutorial (Basic tutorial) Wiki page added by alistair.jones
  • Apr 13, 2009
    r17 (Add convenient flush after printing) committed by alistair.jones   -   Add convenient flush after printing
    Add convenient flush after printing
  • Apr 11, 2009
    r16 (Add automated release mechanism) committed by alistair.jones   -   Add automated release mechanism
    Add automated release mechanism
  • Apr 08, 2009
    r15 (Experiment with specifying encoding when compiling tests whi...) committed by alistair.jones   -   Experiment with specifying encoding when compiling tests which should avoid 'unmappable character' warnings
    Experiment with specifying encoding when compiling tests which should avoid 'unmappable character' warnings
  • Apr 01, 2009
    r14 (Work-around XML serialisation difference encountered on buil...) committed by alistair.jones   -   Work-around XML serialisation difference encountered on build server
    Work-around XML serialisation difference encountered on build server
  • Apr 01, 2009
    r13 (Add namespace capability to DomAdapter; break up long test c...) committed by alistair.jones   -   Add namespace capability to DomAdapter; break up long test classes into smaller units
    Add namespace capability to DomAdapter; break up long test classes into smaller units
  • Mar 26, 2009
    r12 (Use pre-historic System.arraycopy() to avoid messy loop) committed by alistair.jones   -   Use pre-historic System.arraycopy() to avoid messy loop
    Use pre-historic System.arraycopy() to avoid messy loop
  • Mar 26, 2009
    r11 (Introduce configurable encoding capability) committed by alistair.jones   -   Introduce configurable encoding capability
    Introduce configurable encoding capability
  • Mar 26, 2009
    r10 (Introduce XML declaration capability; encoding is fixed to U...) committed by alistair.jones   -   Introduce XML declaration capability; encoding is fixed to UTF-8 for now
    Introduce XML declaration capability; encoding is fixed to UTF-8 for now
  • Mar 26, 2009
    r9 (Introduce namespace capability; break up PrintAdapterTest in...) committed by alistair.jones   -   Introduce namespace capability; break up PrintAdapterTest into smaller classes
    Introduce namespace capability; break up PrintAdapterTest into smaller classes
  • Mar 24, 2009
    r8 (Introduce 'features' mechanism for PrintAdapter; doctype bec...) committed by alistair.jones   -   Introduce 'features' mechanism for PrintAdapter; doctype becomes a feature, default escaping can be conveniently overridden to allow more general use of character entities
    Introduce 'features' mechanism for PrintAdapter; doctype becomes a feature, default escaping can be conveniently overridden to allow more general use of character entities
  • Mar 22, 2009
    r7 (rename source folders so that their relationships are cleare...) committed by alistair.jones   -   rename source folders so that their relationships are clearer, and so that we can use consistent names between src and target
    rename source folders so that their relationships are clearer, and so that we can use consistent names between src and target
  • Mar 10, 2009
    r6 (Fix incorrect date in copyright notices) committed by alistair.jones   -   Fix incorrect date in copyright notices
    Fix incorrect date in copyright notices
  • Mar 10, 2009
    r5 (Create src jar as part of build) committed by alistair.jones   -   Create src jar as part of build
    Create src jar as part of build
  • Mar 08, 2009
    hypirinha-0.1.jar (Jar, no source code or documentation) file uploaded by alistair.jones   -  
    Labels: Featured
    Labels: Featured
  • Mar 08, 2009
    r4 (Tagging for first release.) committed by alistair.jones   -   Tagging for first release.
    Tagging for first release.
  • Mar 08, 2009
    r3 (Container directory for tags of the java version, since it w...) committed by alistair.jones   -   Container directory for tags of the java version, since it would be versioned differently from versions in other languages.
    Container directory for tags of the java version, since it would be versioned differently from versions in other languages.
  • Mar 08, 2009
    r2 (First commit to Google Code repository) committed by alistair.jones   -   First commit to Google Code repository
    First commit to Google Code repository
  • Mar 08, 2009
    Project hypirinha created by alistair.jones   -   fluent interface library for generating html
    fluent interface library for generating html
 
Hosted by Google Code