You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by trsvax <tr...@gmail.com> on 2012/09/26 14:12:53 UTC

Is there a guide to building Tapestry5 from source?

I've got a bunch of random patches I'd like to contribute. My plan was to git
the Tapestry5 source, build it, then apply my changes so I can generate
patches. I looked for a build document but I could not find one. From what I
can tell 

./gradlew build 

should build the project. It runs for a while and then I get this:

:tapestry-json:compileJava
An exception has occurred in the compiler (1.6.0_35). Please file a bug at
the Java Developer Connection (http://java.sun.com/webapps/bugreport)  after
checking the Bug Parade for duplicates. Include your program and the
following diagnostic in your report.  Thank you.
java.lang.NullPointerException
	at com.sun.tools.javac.code.Types.isAssignable(Types.java:1458)
	at com.sun.tools.javac.comp.Check.checkType(Check.java:325)
        ...


I'm using a Mac

Barry-Bookss-iMac:tapestry-upload bfb$ uname -a
Darwin Barry-Bookss-iMac.local 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 
9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64

Is there a trick (or document) to building from source? 

Thanks
Barry



--
View this message in context: http://tapestry.1045711.n5.nabble.com/Is-there-a-guide-to-building-Tapestry5-from-source-tp5716504.html
Sent from the Tapestry - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Is there a guide to building Tapestry5 from source?

Posted by Bob Harner <bo...@gmail.com>.
Thanks, but it's *wrong*. Can anybody find the errors?

On Wed, Oct 3, 2012 at 6:07 PM, Josh Canfield <jo...@gmail.com> wrote:
> Hey Bob.
>
> That looks great!
>
> Josh
>
> On Wed, Oct 3, 2012 at 3:03 AM, Bob Harner <bo...@gmail.com> wrote:
>
>> For anyone else looking in the mail archives on this issue, see the
>> http://tapestry.apache.org/building-tapestry-from-source.html article
>> in the docs.
>>
>> On Wed, Sep 26, 2012 at 8:37 AM, Dragan Sahpaski
>> <dr...@gmail.com> wrote:
>> > I'm using eclipse so gradle eclipse and then make the patches with the
>> > eclipse git plugin.
>> >
>> > Cheers,
>> > Dragan Sahpaski
>> >
>> >
>> > On Wed, Sep 26, 2012 at 2:12 PM, trsvax <tr...@gmail.com> wrote:
>> >> I've got a bunch of random patches I'd like to contribute. My plan was
>> to git
>> >> the Tapestry5 source, build it, then apply my changes so I can generate
>> >> patches. I looked for a build document but I could not find one. From
>> what I
>> >> can tell
>> >>
>> >> ./gradlew build
>> >>
>> >> should build the project. It runs for a while and then I get this:
>> >>
>> >> :tapestry-json:compileJava
>> >> An exception has occurred in the compiler (1.6.0_35). Please file a bug
>> at
>> >> the Java Developer Connection (http://java.sun.com/webapps/bugreport)
>>  after
>> >> checking the Bug Parade for duplicates. Include your program and the
>> >> following diagnostic in your report.  Thank you.
>> >> java.lang.NullPointerException
>> >>         at com.sun.tools.javac.code.Types.isAssignable(Types.java:1458)
>> >>         at com.sun.tools.javac.comp.Check.checkType(Check.java:325)
>> >>         ...
>> >>
>> >>
>> >> I'm using a Mac
>> >>
>> >> Barry-Bookss-iMac:tapestry-upload bfb$ uname -a
>> >> Darwin Barry-Bookss-iMac.local 11.4.0 Darwin Kernel Version 11.4.0: Mon
>> Apr
>> >> 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64
>> >>
>> >> Is there a trick (or document) to building from source?
>> >>
>> >> Thanks
>> >> Barry
>> >>
>> >>
>> >>
>> >> --
>> >> View this message in context:
>> http://tapestry.1045711.n5.nabble.com/Is-there-a-guide-to-building-Tapestry5-from-source-tp5716504.html
>> >> Sent from the Tapestry - Dev mailing list archive at Nabble.com.
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> >> For additional commands, e-mail: dev-help@tapestry.apache.org
>> >>
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> > For additional commands, e-mail: dev-help@tapestry.apache.org
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Is there a guide to building Tapestry5 from source?

Posted by Josh Canfield <jo...@gmail.com>.
Hey Bob.

That looks great!

Josh

On Wed, Oct 3, 2012 at 3:03 AM, Bob Harner <bo...@gmail.com> wrote:

> For anyone else looking in the mail archives on this issue, see the
> http://tapestry.apache.org/building-tapestry-from-source.html article
> in the docs.
>
> On Wed, Sep 26, 2012 at 8:37 AM, Dragan Sahpaski
> <dr...@gmail.com> wrote:
> > I'm using eclipse so gradle eclipse and then make the patches with the
> > eclipse git plugin.
> >
> > Cheers,
> > Dragan Sahpaski
> >
> >
> > On Wed, Sep 26, 2012 at 2:12 PM, trsvax <tr...@gmail.com> wrote:
> >> I've got a bunch of random patches I'd like to contribute. My plan was
> to git
> >> the Tapestry5 source, build it, then apply my changes so I can generate
> >> patches. I looked for a build document but I could not find one. From
> what I
> >> can tell
> >>
> >> ./gradlew build
> >>
> >> should build the project. It runs for a while and then I get this:
> >>
> >> :tapestry-json:compileJava
> >> An exception has occurred in the compiler (1.6.0_35). Please file a bug
> at
> >> the Java Developer Connection (http://java.sun.com/webapps/bugreport)
>  after
> >> checking the Bug Parade for duplicates. Include your program and the
> >> following diagnostic in your report.  Thank you.
> >> java.lang.NullPointerException
> >>         at com.sun.tools.javac.code.Types.isAssignable(Types.java:1458)
> >>         at com.sun.tools.javac.comp.Check.checkType(Check.java:325)
> >>         ...
> >>
> >>
> >> I'm using a Mac
> >>
> >> Barry-Bookss-iMac:tapestry-upload bfb$ uname -a
> >> Darwin Barry-Bookss-iMac.local 11.4.0 Darwin Kernel Version 11.4.0: Mon
> Apr
> >> 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64
> >>
> >> Is there a trick (or document) to building from source?
> >>
> >> Thanks
> >> Barry
> >>
> >>
> >>
> >> --
> >> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Is-there-a-guide-to-building-Tapestry5-from-source-tp5716504.html
> >> Sent from the Tapestry - Dev mailing list archive at Nabble.com.
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> >> For additional commands, e-mail: dev-help@tapestry.apache.org
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: dev-help@tapestry.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

Re: Is there a guide to building Tapestry5 from source?

Posted by Bob Harner <bo...@gmail.com>.
For anyone else looking in the mail archives on this issue, see the
http://tapestry.apache.org/building-tapestry-from-source.html article
in the docs.

On Wed, Sep 26, 2012 at 8:37 AM, Dragan Sahpaski
<dr...@gmail.com> wrote:
> I'm using eclipse so gradle eclipse and then make the patches with the
> eclipse git plugin.
>
> Cheers,
> Dragan Sahpaski
>
>
> On Wed, Sep 26, 2012 at 2:12 PM, trsvax <tr...@gmail.com> wrote:
>> I've got a bunch of random patches I'd like to contribute. My plan was to git
>> the Tapestry5 source, build it, then apply my changes so I can generate
>> patches. I looked for a build document but I could not find one. From what I
>> can tell
>>
>> ./gradlew build
>>
>> should build the project. It runs for a while and then I get this:
>>
>> :tapestry-json:compileJava
>> An exception has occurred in the compiler (1.6.0_35). Please file a bug at
>> the Java Developer Connection (http://java.sun.com/webapps/bugreport)  after
>> checking the Bug Parade for duplicates. Include your program and the
>> following diagnostic in your report.  Thank you.
>> java.lang.NullPointerException
>>         at com.sun.tools.javac.code.Types.isAssignable(Types.java:1458)
>>         at com.sun.tools.javac.comp.Check.checkType(Check.java:325)
>>         ...
>>
>>
>> I'm using a Mac
>>
>> Barry-Bookss-iMac:tapestry-upload bfb$ uname -a
>> Darwin Barry-Bookss-iMac.local 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr
>> 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64
>>
>> Is there a trick (or document) to building from source?
>>
>> Thanks
>> Barry
>>
>>
>>
>> --
>> View this message in context: http://tapestry.1045711.n5.nabble.com/Is-there-a-guide-to-building-Tapestry5-from-source-tp5716504.html
>> Sent from the Tapestry - Dev mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Is there a guide to building Tapestry5 from source?

Posted by Dragan Sahpaski <dr...@gmail.com>.
I'm using eclipse so gradle eclipse and then make the patches with the
eclipse git plugin.

Cheers,
Dragan Sahpaski


On Wed, Sep 26, 2012 at 2:12 PM, trsvax <tr...@gmail.com> wrote:
> I've got a bunch of random patches I'd like to contribute. My plan was to git
> the Tapestry5 source, build it, then apply my changes so I can generate
> patches. I looked for a build document but I could not find one. From what I
> can tell
>
> ./gradlew build
>
> should build the project. It runs for a while and then I get this:
>
> :tapestry-json:compileJava
> An exception has occurred in the compiler (1.6.0_35). Please file a bug at
> the Java Developer Connection (http://java.sun.com/webapps/bugreport)  after
> checking the Bug Parade for duplicates. Include your program and the
> following diagnostic in your report.  Thank you.
> java.lang.NullPointerException
>         at com.sun.tools.javac.code.Types.isAssignable(Types.java:1458)
>         at com.sun.tools.javac.comp.Check.checkType(Check.java:325)
>         ...
>
>
> I'm using a Mac
>
> Barry-Bookss-iMac:tapestry-upload bfb$ uname -a
> Darwin Barry-Bookss-iMac.local 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr
> 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64
>
> Is there a trick (or document) to building from source?
>
> Thanks
> Barry
>
>
>
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/Is-there-a-guide-to-building-Tapestry5-from-source-tp5716504.html
> Sent from the Tapestry - Dev mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org